groovy

GROOVY_HOME should be quoted in startGroovy.bat

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1-beta-2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

Hide
Paul King added a comment -

Fixed in HEAD, sorry for the delay.

Show
Paul King added a comment - Fixed in HEAD, sorry for the delay.
Hide
Paul King added a comment -

No further feedback, assuming fixed

Show
Paul King added a comment - No further feedback, assuming fixed

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: