From c962f816db87e123f9ea876f8cb4c7a09b5206c8 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 3 Feb 2001 05:32:25 +0000 Subject: [PATCH] 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 --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 165c0dc65..220fdceb9 100755 --- a/build.bat +++ b/build.bat @@ -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