Browse Source

fix for Bug 48876, ANT_CMD_LINE_ARGS are rippling through lower level Ant usage

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@921184 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
0bd1b3f1da
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      WHATSNEW
  2. +1
    -0
      src/script/ant.bat

+ 3
- 0
WHATSNEW View File

@@ -57,6 +57,9 @@ Fixed bugs:
* AntClassLoader in Ant 1.8.0 has been considerably slower than in * AntClassLoader in Ant 1.8.0 has been considerably slower than in
1.7.1 1.7.1
Bugzilla Report 48853 Bugzilla Report 48853
* ANT_CMD_LINE_ARGS are rippling through lower level Ant usage
Bugzilla Report 48876


Other changes: Other changes:
-------------- --------------


+ 1
- 0
src/script/ant.bat View File

@@ -59,6 +59,7 @@ if "%CLASSPATH%"=="" set _USE_CLASSPATH=no


rem Slurp the command line arguments. This loop allows for an unlimited number rem Slurp the command line arguments. This loop allows for an unlimited number
rem of arguments (up to the command line limit, anyway). rem of arguments (up to the command line limit, anyway).
set ANT_CMD_LINE_ARGS=
:setupArgs :setupArgs
if ""%1""=="""" goto doneStart if ""%1""=="""" goto doneStart
if ""%1""==""-noclasspath"" goto clearclasspath if ""%1""==""-noclasspath"" goto clearclasspath


Loading…
Cancel
Save