<exec dir="." executable="${env.ANT_HOME}\bin\ant.bat"
...
Unfortunately when I run the task which encompasses this exec task it
always returns success.

.bat files are unreliable. You should <java fork="true">, running
Ant's launcher class, who is the class that interprets the Ant
arguments and starts the whole thing. Then you'll get proper error
codes. Examples can be found in the archives.

--DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to