You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.bat 411 B

12345678910111213141516
  1. @echo off
  2. set REALANTHOME=%ANT_HOME%
  3. set ANT_HOME=.
  4. if not exist lib\ant.jar call bootstrap.bat
  5. if not exist bin\ant.bat call bootstrap.bat
  6. if not exist bin\lcp.bat call bootstrap.bat
  7. set ANT_INSTALL=
  8. if not "%REALANTHOME%" == "" set ANT_INSTALL=-Dant.install %REALANTHOME%
  9. call .\bin\ant.bat %ANT_INSTALL% %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. rem clean up
  11. set ANT_HOME=%REALANTHOME%
  12. set REALANTHOME=
  13. set ANT_INSTALL=