|
@@ -3,10 +3,12 @@ |
|
|
set REALANTHOME=%ANT_HOME% |
|
|
set REALANTHOME=%ANT_HOME% |
|
|
set ANT_HOME=. |
|
|
set ANT_HOME=. |
|
|
if not exist lib\ant.jar call bootstrap.bat |
|
|
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= |
|
|
set ANT_INSTALL= |
|
|
if not "%REALANTHOME%" == "" set ANT_INSTALL=-Dant.install %REALANTHOME% |
|
|
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 |
|
|
rem clean up |
|
|
set ANT_HOME=%REALANTHOME% |
|
|
set ANT_HOME=%REALANTHOME% |
|
|