I'd like to include a lib directory in my classpath. The problem is I
don't know where the lib directory will be. It will either be ../../lib
or ../lib, relative to my current path. Is there a way to set a property
to whichever of those two exists?
For example:
/lib
/foo/build.xml
propert
Hello,
The fact the properties values are not propagated across is by
design...
One possible solution would be...
Now, I don't like this solution but it works.
Later,
Ninju
- Original Message
From: David Alves <[EMAIL PROTECTED]>
To: user@ant.apache.
( )
Jan
>-Ursprüngliche Nachricht-
>Von: Sean Tiley [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 16. Mai 2007 21:55
>An: Ant Users List
>Betreff: RE: calling an Ant script from another ant script...
>
>Have a look at the ant core task
>
>target="compile"/>
>
>HTH
>
>
>
>-Ori