Questions tagged [subproject]

Use this tag for questions related to a subproject, i.e. a project within a larger project.

is used in questions related to the configuration of a subproject (i.e. a project within a larger project.) in Maven, Xcode, Gradle, etc. .

159 questions
0
votes
2 answers

Git: Master-thesis subprojects as submodules or stand-alone repositories

I just started using git to get my the code I write for my Master-thesis more organized. I have divided the tasks into 4 sub-folders, each one containing data and programs that work with that data. The 4 sub-projects do not necessarily need to be…
aldorado
  • 4,394
  • 10
  • 35
  • 46
0
votes
1 answer

Sources from the main project creep into a subproject

I have a project that depends on another. I have been using sbt publish-local in order to update the dependency, which stinks. So I tried to switch to subprojects, but it didn't compile. I tried putting the dependencies of the build.sbt file into…
malaverdiere
  • 1,527
  • 4
  • 19
  • 36
0
votes
1 answer

Is it possible to have a route from a sub project used in a template in the main project in Play?

I have a Play (2.1.2) project that contains a submodule "manager". I'd like to use the router from my submodule in a template located in the main project. I tried theses…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
0
votes
1 answer

Using subproject's xcdatamodelId in main project

I have in XCode a main project that relies on a subproject to work. The subproject is basically a library that also define a database model, and the way to interact with it. To use the subproject in the main project, I just dropped the subproject…
Redwarp
  • 3,221
  • 3
  • 31
  • 44
0
votes
1 answer

Brakepoints in xcode subproject don't work

We have static lib project, and other "sample" project. I added static lib project as a subproject to "sample" project and also to target dependancy. When I run "sample" brakepoints work properly, but not in subproject (static lib). Is it possible…
Injectios
  • 2,777
  • 1
  • 30
  • 50
0
votes
2 answers

x86 program wants to access AnyCpu instead of x86

I have some problem with AnyCPU vs x86 compiler setting, but if I understand it correctly my problem seems to be the other way around as it is normally. Currently everything is residing on a Win 7 64 bit machine with Visual Studio 2010. The…
Mano
  • 1
  • 1
  • 1
0
votes
1 answer

Managing multiple sub projects with external files with git

I have a personal project that I want to version control, but I'm not sure how I should use git to manage it. Below is an example of the folder…
user1699176
  • 813
  • 1
  • 6
  • 5
-1
votes
1 answer

Can I call page in sub project from main project in swift IOS?

I have two project, one with swift and the other with objective-c. I want to call/change page to my sub project (objective c) from my main project (swift) but it says Cannot find type 'NameViewController' in scope. this is how my project looks…
Qube
  • 543
  • 3
  • 9
  • 23
-1
votes
1 answer

Is it possible to build Angular sub-projects without needing to build the entire project?

So, I followed this guide on how to create an application with sub-projects. https://medium.com/disney-streaming/combining-multiple-angular-applications-into-a-single-one-e87d530d6527 I have the main-app project with sub-projects client-app,…
ScubaSteve
  • 7,724
  • 8
  • 52
  • 65
1 2 3
10
11