https://issues.apache.org/bugzilla/show_bug.cgi?id=54186
Bug ID: 54186
Summary: ant.bat always 'succeeds' on windows
Product: Ant
Version: 1.8.4
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Wrapper scripts
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
I'm using ant.bat to build Android apps.
However, it never seems to fail (ie: return a non-0 value) even if the java
compile fails.
According to this post...
http://mail-archives.apache.org/mod_mbox/ant-user/200306.mbox/%[email protected]%3E
It can be fixed by adding "|| if errorlevel 1 exit 1" to the %_JAVACMD% lines.
I've tried this and it works - please add!
Bye,
Mark
--
You are receiving this mail because:
You are the assignee for the bug.