conor 00/07/12 15:22:43
Modified: . build.bat Log: Make sure all the pieces needed from bootstrap are present. Revision Changes Path 1.10 +3 -1 jakarta-ant/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/jakarta-ant/build.bat,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.bat 2000/07/12 15:54:10 1.9 +++ build.bat 2000/07/12 22:22:43 1.10 @@ -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%
