Issue Details (XML | Word | Printable)

Key: GROOVY-1683
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Paul King
Reporter: Graeme Moss
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

GROOVY_HOME should be quoted in startGroovy.bat

Created: 29/Jan/07 04:33 PM   Updated: 26/Sep/07 08:27 PM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul King added a comment - 03/Jun/07 05:31 AM
Fixed in HEAD, sorry for the delay.

Paul King added a comment - 26/Sep/07 08:27 PM
No further feedback, assuming fixed