Browse Source

Made it build on systems where CLASSPATH is not se by rearrangine CP entries.

Note this will still leave some java-runtimes broken but it should *mostly* work


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268564 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
c962f816db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.bat

+ 1
- 1
build.bat View File

@@ -7,7 +7,7 @@ if exist bootstrap\lib\ant.jar if exist bootstrap\bin\ant.bat if exist bootstrap
call bootstrap.bat

:runAnt
set CLASSPATH=%CLASSPATH%;lib\parser.jar;lib\jaxp.jar
set CLASSPATH=bootstrap\lib\ant.jar;lib\parser.jar;lib\jaxp.jar;%CLASSPATH%
if not "%REAL_ANT_HOME%" == "" goto install_ant
call bootstrap\bin\ant.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup


Loading…
Cancel
Save