groovy

Groovysh does not start in Windows 2000 with Java 1.5 if there are blanks in the file paths (fix included)

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical 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 :
    2

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"

  1. startGroovy.bat
    29/Dec/05 6:47 PM
    4 kB
    Demis Bellot
  2. startGroovy.bat
    26/Nov/05 3:37 AM
    4 kB
    Mika Mäntylä

Activity

Hide
Demis Bellot added a comment -

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%

Show
Demis Bellot added a comment - 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%
Hide
Paul King added a comment -

Seems to be fixed by GROOVY-1683

Show
Paul King added a comment - Seems to be fixed by GROOVY-1683
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: