summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2001-08-06 10:24:03 +0000
committerConor MacNeill <conor@apache.org>2001-08-06 10:24:03 +0000
commit1a9be7f6fb0a2e02cf19933640c76be88b504d2e (patch)
treed25cc123fa19dbaf0a290b9b1753fcaf3a075fa7 /build.bat
parente2cf23ba9ce777e9f6d12236a616cf2db0d33c4d (diff)
downloadant-1a9be7f6fb0a2e02cf19933640c76be88b504d2e.tar.gz
Add test for Bootstrap failures
Simplify the build by using inheritAll="false" git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index c0aecfc9a..c3c315c4f 100755
--- a/build.bat
+++ b/build.bat
@@ -5,6 +5,9 @@ set REAL_ANT_HOME=%ANT_HOME%
set ANT_HOME=bootstrap
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
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
+goto cleanup
:runAnt
set LOCALCLASSPATH=lib\crimson.jar;lib\jaxp.jar;bootstrap\lib\ant.jar