Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-4
-
Fix Version/s: 1.1-beta-2
-
Component/s: None
-
Labels:None
-
Environment:Windows 2000, Java 1.5.0
-
Number of attachments :
Description
If there are blanks in the file paths (of GROOVY_HOME) groovy wont start. Adding "-marks to startGroovy.bat will help.
instead of: %GROOVY_HOME -> "%GROOVY_HOME"
and %STARTER_CONF -> "%STARTER_CONF"
This is a blocker for trying Groovy on windows.
I have attached an updated startGroovy.bat file with the fixes.
Note: When adding quotes to GROOVY_HOME and STARTER_CONF you also need to remove the quotes from this line:
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.starter.conf=%STARTER_CONF%