Hi,
Whats the best way to return values from targets?
Here's my scenario in PseudoAnt:
target A
antcall B
antcall C
target B
do stuff
returnValue = antcall D
if (returnValue = true) then
do other stuff
target C
do stuff
returnValue = antcall D
if (returnValue = true) then
do other stuff
target D
do stuff
return true or false
Regards,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]