Re: Dependencies in Java project
Re: Dependencies in Java project
- Subject: Re: Dependencies in Java project
- From: joshua portway <email@hidden>
- Date: Mon, 3 Nov 2003 12:44:48 +0000
you need to to "get info" on the target, and in the "general" pane,
press the "+" button to add your subtargets as dependencies. If your
dependencies are in different projects you need to import add those
projects into your file first, and use the targets of those projects,
rather than importing the jars directly from disk.
sorry if this is a little incoherent, it's been a long night...
j
On 3 Nov 2003, at 06:05, Vincent Coetzee wrote:
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.
_______________________________________________
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.