dev  

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

Stefan Bodewig
Tue, 26 Jan 2010 20:43:05 -0800

On 2010-01-26, <anto...@apache.org> 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 removed code, could this be something that was introduced
for Win9x and is no longer required on later versions?

Do we still support Win9x officially?  [I don't think we ought to.]

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org