Directory question

2007-05-17 Thread David Alves
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

Re: Directory question

2007-05-17 Thread Ninju Bohra
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.

AW: calling an Ant script from another ant script...

2007-05-17 Thread Jan.Materne
( ) 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