summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2000-07-12 22:22:43 +0000
committerConor MacNeill <conor@apache.org>2000-07-12 22:22:43 +0000
commit961ad3a9d93808eb3dffdf1bb64fc5bf4d8d1fa6 (patch)
tree2c40c4c2ef66275f0d7edcf644ced98fee95abec /build.bat
parentf37d059fbe5597ef2625ef237415940ecd95edf2 (diff)
downloadant-961ad3a9d93808eb3dffdf1bb64fc5bf4d8d1fa6.tar.gz
Make sure all the pieces needed from bootstrap are present.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index ef064e27a..8f6f856ed 100755
--- a/build.bat
+++ b/build.bat
@@ -3,10 +3,12 @@
set REALANTHOME=%ANT_HOME%
set ANT_HOME=.
if not exist lib\ant.jar call bootstrap.bat
+if not exist bin\ant.bat call bootstrap.bat
+if not exist bin\lcp.bat call bootstrap.bat
set ANT_INSTALL=
if not "%REALANTHOME%" == "" set ANT_INSTALL=-Dant.install %REALANTHOME%
-call .\bin\ant %ANT_INSTALL% %1 %2 %3 %4 %5 %6 %7 %8 %9
+call .\bin\ant.bat %ANT_INSTALL% %1 %2 %3 %4 %5 %6 %7 %8 %9
rem clean up
set ANT_HOME=%REALANTHOME%