Re: Directory question

2007-05-18 Thread Scot P. Floess
I had a similar need some time ago (to locate a lib dir too as a matter of fact)... Based on your example - you don't mention order of importance. I'll assume you mean, choose ../../lib first if available otherwise choose ../lib if it's available... value = "../../lib"/> value = "../lib"/>

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.