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
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