[ http://jira.codehaus.org/browse/CONTINUUM-231?page=all ]
     
Trygve Laugstol reopened CONTINUUM-231:
---------------------------------------


Reopening to set fix for version.

> Spaces in PATH env variable stop plexus.bat from running
> --------------------------------------------------------
>
>          Key: CONTINUUM-231
>          URL: http://jira.codehaus.org/browse/CONTINUUM-231
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-3
>  Environment: Windows XP
>     Reporter: Mark Gaylard
>     Assignee: Jason van Zyl
>      Fix For: 1.0-beta-1

>
>
> If the PATH environment variable has spaces in it, you get NoClassDefFound 
> exceptions when running plexus.bat.
> The solution is to put quotes around the -Dplexus.system.path=%PATH% segment 
> of the startup command.
> ie: 
> %PLEXUS_JAVA_EXE% %PLEXUS_OPTS% -classpath 
> %PLEXUS_HOME%\core\boot\classworlds-*.jar 
> "-Dclassworlds.conf=%PLEXUS_HOME%\conf\classworlds.conf" 
> -Dplexus.core=%PLEXUS_CORE% -Dplexus.system.path=%PATH% 
> -Djava.io.tmpdir=%PLEXUS_TMPDIR% -Dplexus.home=%PLEXUS_HOME% 
> org.codehaus.classworlds.Launcher %PLEXUS_CMD_LINE_ARGS%
> becomes
> %PLEXUS_JAVA_EXE% %PLEXUS_OPTS% -classpath 
> %PLEXUS_HOME%\core\boot\classworlds-*.jar 
> "-Dclassworlds.conf=%PLEXUS_HOME%\conf\classworlds.conf" 
> -Dplexus.core=%PLEXUS_CORE% "-Dplexus.system.path=%PATH%" 
> -Djava.io.tmpdir=%PLEXUS_TMPDIR% -Dplexus.home=%PLEXUS_HOME% 
> org.codehaus.classworlds.Launcher %PLEXUS_CMD_LINE_ARGS%

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to