-
Bug
-
Resolution: Duplicate
-
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."
- duplicates
-
CRUC-3545 OOME (PermGen) on a fresh Windows 7 install with 64bit JVM
-
- Closed
-