Hi,
I want to reproduce the behaviour of DOS batch command set testvar=test and UNIX command export
testvar=test in an ant script.
I can get the set commands to work while ant is running, but when ant terminates the environment
variables are no longer set.
I want to echo %testvar% or echo $testvar after the ant invocation and still see testvar=test.
Is there anyway of doing this?
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|