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

Reply via email to