DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13655>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13655 proper retrncode for ant.bat [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Severity|Enhancement |Minor ------- Additional Comments From [EMAIL PROTECTED] 2003-02-25 21:04 ------- I have run into the exact same problem. I also have a patch to ant/src/script/ant.bat that is more useful. It applies to CVS HEAD (currently 1.18.2.8) and has been tested to work on Windows 95, Windows NT 4 SP 6, Windows 2000 and Windows XP. Changelog: * src/script/ant.bat: Detects build failures and throws errors. It throws ERRORLEVEL 1, and stores Ant's return code in %ANT_ERROR%. * src/script/ant.bat: Removed extraneous label.