summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorPeter Reilly <peterreilly@apache.org>2004-10-05 08:37:01 +0000
committerPeter Reilly <peterreilly@apache.org>2004-10-05 08:37:01 +0000
commitd84de6b84688e0235a43fdf08ec0212239b0c159 (patch)
treebd2f19c8a321a2f648fc58dc6960ac36f71d1317 /build.bat
parentf6c27e5849c51b841f64a946447a3c171b18d9fc (diff)
downloadant-d84de6b84688e0235a43fdf08ec0212239b0c159.tar.gz
-noclasspath option
Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at. Modified build.sh and build.bat to use the option. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 2452e402c..c5b6ec092 100755
--- a/build.bat
+++ b/build.bat
@@ -17,7 +17,7 @@ call bootstrap\bin\ant.bat -lib lib/optional %1 %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
:install_ant
-call bootstrap\bin\ant.bat -nouserlib -lib lib/optional -Dant.install="%REAL_ANT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9
+call bootstrap\bin\ant.bat -nouserlib -noclasspath -lib lib/optional -Dant.install="%REAL_ANT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9
rem clean up
:cleanup