Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1683

GROOVY_HOME should be quoted in startGroovy.bat

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.1-beta-2
    • None
    • None

    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.

      Attachments

        Activity

          People

            paulk Paul King
            graeme_moss Graeme Moss
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: