Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-6
-
None
-
None
-
Windows XP SP1
Description
"-cp" option don't works on Windows XP "groovy.bat".
The reason is, windows XP's shift command don't
affect variable %@ at all.
I changed line 73 of groovy.bat from:
set CMD_LINE_ARGS=%*
to
set CMD_LINE_ARGS=%1 %2 %3 %4 %5 %6 %7 %8 %9
.
it seems to work well.