Browse Source

Enable bootstrap to be executed multiple times without prompting on

Windows.  Does not appear to be a problem on Unix.
----------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268768 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 24 years ago
parent
commit
3108296441
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bootstrap.bat

+ 2
- 0
bootstrap.bat View File

@@ -20,6 +20,8 @@ echo ... Bootstrapping Ant Distribution


if "%OS%" == "Windows_NT" if exist bootstrap rmdir/s/q bootstrap if "%OS%" == "Windows_NT" if exist bootstrap rmdir/s/q bootstrap
if not "%OS%" == "Windows_NT" if exist bootstrap deltree/y bootstrap if not "%OS%" == "Windows_NT" if exist bootstrap deltree/y bootstrap
if "%OS%" == "Windows_NT" if exist build\classes rmdir/s/q build\classes
if not "%OS%" == "Windows_NT" if exist build\classes deltree/y build\classes


SET LOCALCLASSPATH=lib\crimson.jar;lib\jaxp.jar;lib\optional\junit.jar SET LOCALCLASSPATH=lib\crimson.jar;lib\jaxp.jar;lib\optional\junit.jar




Loading…
Cancel
Save