Re: svn commit: r903337 - in /ant/core/trunk: WHATSNEW src/script/ant.bat

2010-01-27 Thread Antoine Levy Lambert
Stefan Bodewig wrote: On 2010-01-26, wrote: -set ANT_CMD_LINE_ARGS=%1 -if ""%1""== goto doneStart -shift The code was there to ensure ANT_CMD_LINE_ARGS was not empty before running set ANT_CMD_LINE_ARGS=%ANT_CMD_LINE_ARGS% %1 (at least that's my interpretation). Given that it

Re: svn commit: r903337 - in /ant/core/trunk: WHATSNEW src/script/ant.bat

2010-01-26 Thread Stefan Bodewig
On 2010-01-26, wrote: > -set ANT_CMD_LINE_ARGS=%1 > -if ""%1""== goto doneStart > -shift The code was there to ensure ANT_CMD_LINE_ARGS was not empty before running set ANT_CMD_LINE_ARGS=%ANT_CMD_LINE_ARGS% %1 (at least that's my interpretation). Given that it works for you without the re