Dependencies in Java project
Dependencies in Java project
- Subject: Dependencies in Java project
- From: Vincent Coetzee <email@hidden>
- Date: Mon, 3 Nov 2003 08:05:58 +0200
Hi there
I have a very large project that I created in PB, it consists of
several thousands of files of Java. I structured the project into
various targets that produced jar files and then made each higher
target a dependent of the lower targets. In order to build the entire
project I would ask PB to build the top level target and all the
intermediate targets would be built and produce their appropriate jar
files along the way. I am now using Xcode and have added a new target.
I can find no way to tell Xcode what the dependencies of this target
are. I have tried adding the product jar file from the new target to
the targets that depend on it, but this does not seem to help.
Any ideas would be appreciated.
Thanks
Vincent
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.