fisheyectl.bat is broken on windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: 2.2.3
    • Component/s: 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."

            Assignee:
            Unassigned
            Reporter:
            Andrew Myers [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: