Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The startGroovy.bat file should quote use of GROOVY_HOME, ie.
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.home=%GROOVY_HOME%
should become
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.home="%GROOVY_HOME%"
so that a GROOVY_HOME containing a space does not cause the BAT file to fail.
Fixed in HEAD, sorry for the delay.