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"/>
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.