subproject

ASP.NET MVC How-to use routes when application is published as SubProject of a domain?

Hi, i have a webapp which works perfectly when debugged and tested locally. However when I publish the site to a productionserver the routing is messed up. This is because it runs as a sub-project on the productionserver. Testing: http://localhost:xxx/ Production: http://remotehost/webapp/ How should I setup routing? This is m...

Another use-case of splitting a git project into several subprojects.

I have split my project into several subprojects But all have a common part (directory with cmake scripts). Moreover some subproject need to include other subprojects (libraries). I would prefer to use git submodules but as far as I know they have a limitation that a submodule needs to be in a separate directory in the repo (does it?) w...

How do you setup Codeigniter to handle multiple projects with shared ci base?

Hello, I've seen several CI implementation examples that claim you can put project folders under the "applications" folder for Codeigniter. However I've not been able to see this work as promised. Here is what I have done and what I would like to do - maybe you can help out. For the sake of argument my document root is /www/(It's not,...

Specifying a subproject's Configuration in XCode

I have an XCode project (A) referencing another project (B). By default (as far as I understand it) XCode will implicitly build the configuration for the B dependency that matches the configuration of the A's target (e.g., "Debug"). But what if I want, say, A to build as "Debug" and the B to build as "Release"? How would I go about speci...

Visual Studio: How to add existing project using environment variable?

I have a a project that resides on a "thumb drive" (a.k.a. memory stick). Due to Windows ability to change drive letters of thumb drives, I would like to specify the location of sub-projects using an environment variable. This allows me to set the thumb drive drive letter, depending on the PC that I am using; or change the variable whe...

How to configure a subproject dependency in Maven without deploying jars?

I googled this and it seems that no one has an answer, yet it seems like such an elementary thing that it should be possible. I have the following project structure: parent ---sub-project1 ---sub-project2 sub-project2 needs to have sub-project1 as a dependency. So I have this in sub-project2's pom: <dependencies> <depend...

EDE subproject confusion

I've been trying to get subprojects in EDE to work, but I don't understand much and I can't find any good documentation. What would the project configurations have to look like for the following tree: Test Project.el bin test src Project.el main.cpp class.cpp inc Project.el class.h ...

How to merge web.configs for ASP.NET MVC and plain ASP.NET app

Merging the web.config files of a legacy ASP.NET App and a new MVC app has pretty much defeated me. Is there a way I can build my solutions with projects sectioned off into subfolders? EG (each project to have its own web.config): ~/PlainVanilla/ /* original asp.net app - still some life in old dogs */ ~/PlainVanilla/StrawberryMV...

is there a plug in to jira for grouping projects, or making an issue depend on all issues in a version of another project?

We have a software suite composed of multiple products in various configurations. Each product is a project in Jira, and there's an "overall" project for those things that are global. I'd like to make versions in the overall project dependent on all the tickets in a designated release of each sub-project. Looking at this, it appears Jir...