You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Mark Gaylard (JIRA)" <ji...@codehaus.org> on 2005/07/15 06:06:57 UTC

[jira] Commented: (CONTINUUM-231) Spaces in PATH env variable stop plexus.bat from running

    [ http://jira.codehaus.org/browse/CONTINUUM-231?page=comments#action_42856 ] 

Mark Gaylard commented on CONTINUUM-231:
----------------------------------------

Also - on a slightly related note, the getting started page says you run plexus with the command

 bin/plexus.bat ..\conf\plexus.xml

this should just be

bin\plexus.bat

> 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

>
>
> 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