From dbfcca746b48151da5ddaab1ee202cb3b8d8dd9e Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 4 Oct 2006 15:48:58 +0000 Subject: [PATCH] patch build.bat to set the NT error code if bootstrapping failed, to be consistent with the build.sh script. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452919 13f79535-47bb-0310-9956-ffa450edef68 --- build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.bat b/build.bat index 3ded58be0..0f1a52d91 100755 --- a/build.bat +++ b/build.bat @@ -21,6 +21,8 @@ if exist bootstrap\lib\ant.jar if exist bootstrap\bin\ant.bat if exist bootstrap 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