If you use antcall, all tasks descended from the called task have the value
of the new property.
-----Original Message-----
From: T Master [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 5:30 PM
To: [EMAIL PROTECTED]
Subject: [antlist] modifying a property value
Apologies if this has been brought up before....
I have a property, location, set to value "foo".
I use this in target "fetch", that uses property location.
I have another target "backup", that needs to call target "fetch", but give
location a different value.
Is this possible? How?
T Master