• Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • 2.2.3
    • None
    • None

      We changed the startup script in 2.2.3 to handle spaces in the FISHEYE_HOME directory:

      [amyers@erdinger:fecru-2.2.3]$ diff bin/fisheyectl.bat ../fecru-2.2.1/bin/fisheyectl.bat 
      44c44
      < For /F "Tokens=*" %%I in ('"%_JAVACMD%" -cp "%FISHEYE_HOME%\fisheyeboot.jar" com.cenqua.fisheye.boot.OptsSetter') Do Set FISHEYE_OPTS=%%I
      ---
      > For /F "Tokens=*" %%I in ('"%_JAVACMD%" -cp %FISHEYE_HOME%/fisheyeboot.jar com.cenqua.fisheye.boot.OptsSetter') Do Set FISHEYE_OPTS=%%I

      This results in an error: "The filename, directory name, or volume label syntax is incorrect."

            [FE-2598] fisheyectl.bat is broken on windows

            Fisheye should still start up but none of the default JVM options will be set in this case.

            Using the version from 2.2.1 should set the default options, but it wont handle spaces in the file path.

            Andrew Myers [Atlassian] added a comment - Fisheye should still start up but none of the default JVM options will be set in this case. Using the version from 2.2.1 should set the default options, but it wont handle spaces in the file path.

              Unassigned Unassigned
              andrew.myers Andrew Myers [Atlassian]
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: