You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Mikael Petterson (KI/EAB)" <mi...@ericsson.com> on 2004/11/30 15:19:52 UTC

build dependent projects

Hi!

 In order to build a specific java project I use proj1.jar and proj2.jar in classpath.

But these projects could be uncompiled at the time we are building our project.

I am thinking of doing the following:

* check if the dependant jars exists.
* If jars does not exist, then we compile the source and create a jar of the class files.
* If jar exist then check if it is up-to-date ( is it possible to do that??).

Is there another way to do this?

Regards,

//Mikael

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org