I has followed the indication given by Tibor Strausz about creation of environment variable from Ant through <exec>.
But, it does't work.
<exec dir="${basedir}" executable="cmd.exe">
<arg line="/c set test=tst"/>
</exec>
<exec dir="${basedir}" executable="cmd.exe">
<arg line="/c set"/>
</exec>
Second task don't print test. What's problem.
TINE
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
