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 405 B

12345678910111213141516
  1. @echo off
  2. set REALANTHOME=%ANT_HOME%
  3. set ANT_HOME=.
  4. if exist lib\ant.jar if exist bin\ant.bat if exist bin\lcp.bat if exist bin\antRun.bat goto runAnt
  5. call bootstrap.bat
  6. :runAnt
  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=