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

The startup scripts for Groovy executables have problems on non-Windows systems

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-JSR-6
    • 1.0-RC-1
    • None
    • None

    Description

      The startup scripts for Groovy on non-Windows systems do not take into account that the path to the binaries might contains spaces. Current code is:

      . `dirname "$0"`/startGroovy

      This should instead be something like
      DIRNAME=`dirname "$0"`
      . "$DIRNAME/startGroovy"

      Attachments

        Activity

          People

            jbaumann Joachim Baumann
            jbaumann Joachim Baumann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: