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

123456789101112131415161718192021
  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. if not "%REALANTHOME%" == "" goto install_ant
  8. call .\bin\ant.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. goto cleanup
  10. :install_ant
  11. set ANT_INSTALL="-Dant.install%REALANTHOME%"
  12. call .\bin\ant.bat -Dant.install=%REALANTHOME% %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. rem clean up
  14. :cleanup
  15. set ANT_HOME=%REALANTHOME%
  16. set REALANTHOME=
  17. set ANT_INSTALL=