Tagged Questions
The subproject tag has no wiki summary.
4
votes
1answer
210 views
Xcode & iPhone - Best way for reusing code within multiple projects?
What is the best way to reuse code within projects?
Let's say I implemented a UI Element and I want it to be used in both my iphone and ipad application without having to copy the code over and have ...
4
votes
3answers
2k views
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
...
3
votes
2answers
1k views
ASP.NET MVC How-to use routes when application is published as SubProject of a domain?
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 ...
2
votes
1answer
109 views
Eclipse CDT, cmake, overlapping subproject
I have a CMakeLists.txt that I use to generate Eclipse CDT project files for my project. Now I added a dependencie to my project that has its own CMakeLists.txt. In my own list file I added ...
2
votes
3answers
99 views
Using git for plugin development
Similar questions to this have already been asked, although they're not exactly what I'm trying to do.
At first I thought I needed a git submodule, then to set up a superproject and then a sub tree ...
2
votes
2answers
899 views
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 ...
2
votes
2answers
814 views
How do you setup Codeigniter to handle multiple projects with shared ci base?
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 ...
1
vote
1answer
123 views
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 ...
1
vote
1answer
125 views
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:
...
1
vote
1answer
626 views
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 ...
0
votes
1answer
54 views
Cross-Project source code reference in Xcode 4
I know you can have Xcode refer to framework / static lib build targets in other projects, but if the project you want to refer to doesn't have a framework / static lib target, can you directly refer ...
0
votes
1answer
112 views
Using static library and bundle products from Xcode 4 subproject
I have a workspace containing 2 projects:
A project that has 2 products: a static library and a resource bundle
A project that builds an iOS app.
The first project has been added as a subproject ...
0
votes
1answer
431 views
Gradle fails injecting dependencies into subprojects using fileTree
Maybe I'm missing something about the way Gradle works. What I have here is a parent project, which only contains configuration, i.e. there won't be any artifact being built when building it, it ...
0
votes
1answer
252 views
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 ...
0
votes
2answers
444 views
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 ...