Author: stevel
Date: Wed Oct 4 08:48:58 2006
New Revision: 452919
URL: http://svn.apache.org/viewvc?view=rev&rev=452919
Log:
patch build.bat to set the NT error code if bootstrapping failed, to be consistent with the
build.sh script.
Modified:
ant/core/trunk/build.bat
Modified: ant/core/trunk/build.bat
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.bat?view=diff&rev=452919&r1=452918&r2=452919
==============================================================================
--- ant/core/trunk/build.bat (original)
+++ ant/core/trunk/build.bat Wed Oct 4 08:48:58 2006
@@ -21,6 +21,8 @@
call bootstrap.bat
if exist bootstrap\lib\ant.jar if exist bootstrap\bin\ant.bat if exist bootstrap\bin\lcp.bat
if exist bootstrap\bin\antRun.bat goto runAnt
echo Bootstrap FAILED
+REM set the error code
+color 00
goto cleanup
:runAnt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|