Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.2
-
Component/s: Command Line
-
Labels:None
-
Environment:Windows 7, command line prompt
-
Number of attachments :
Description
The line
set STARTER_CLASSPATH=%GROOVY_HOME%\lib\groovy-all-1.7.0.jar;%STARTER_CLASSPATH%
in startGroovy.bat
should probably read
set STARTER_CLASSPATH=%GROOVY_HOME%\embeddable\groovy-all-1.7.0.jar;%STARTER_CLASSPATH%
as my groovy installation contains groovy-all in embeddable and not in lib...
Hummm . . .
It should have been groovy-1.7.0.jar. I'll have to think about what to do here. I won't be able to test anything though so I'll be making changes without testing.