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

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