Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Subprojects in Studio12.4?

user9375843Dec 28 2014 — edited Dec 29 2014

Sorry if this is a duplicate, but I don't see my previous post.

Given a fair sized application suite (1M loc, couple of different languages), a half dozen or so libraries and at least as many application programs. How ought one construct a managed project so that:

1)  A change to any library code triggers all of the dependent applications to be rebuilt

2)  make clean, make install, etc. do the right things and trigger all of the appropriate builds?

It seems "obvious" that each library would be a project (shared or static as appropriate). That each application should be dependent on the appropriate libraries (although just listing the .so's doesn't seem to cause the dependency that I'd have expected). A previous release discussion in another group referred to a tutorial which seemed apt, but I can't find it in the 12.4 documentation.

How can one best express one project being dependent on another (short of hand crafting the makefiles ;>).

Many thanks, in advance.

Comments

Mike Studer-Oracle

I will try and get someone to look at this.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 26 2015
Added on Dec 28 2014
1 comment
677 views