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

12345678910111213141516171819
  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. call .\bin\ant.bat -Dant.install="%REALANTHOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9
  12. rem clean up
  13. :cleanup
  14. set ANT_HOME=%REALANTHOME%
  15. set REALANTHOME=