You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2005/05/24 15:16:21 UTC

[jira] Closed: (CONTINUUM-113) Problems running Continuum when installed in path with spaces

     [ http://jira.codehaus.org/browse/CONTINUUM-113?page=all ]
     
Jason van Zyl closed CONTINUUM-113:
-----------------------------------

    Resolution: Fixed

App server has been fixed to allow the deployment of the apps on windows where the runtime is installed in a directory that contains spaces. Actually tested on windows :-)

> Problems running Continuum when installed in path with spaces
> -------------------------------------------------------------
>
>          Key: CONTINUUM-113
>          URL: http://jira.codehaus.org/browse/CONTINUUM-113
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-1
>  Environment: Windows XP, Cygwin.
>     Reporter: Mark Hobson
>      Fix For: 1.0-alpha-2

>
>
> Having some trouble running continuum when installed inside a path
> containing spaces.  I'm using cygwin and made the following changes to
> bin/plexus.sh to get things running:
> 116c116
> <   -classpath "${PLEXUS_HOME}/core/boot/classworlds-1.1-alpha-1.jar" \
> ---
> >   -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
> 122c122
> <   $MAIN_CLASS "${CONF}"
> ---
> >   $MAIN_CLASS ${CONF}
> But get the following error during startup:
> [INFO] Starting XML-RPC listener on port '8000'.
> Error while deploying application
> 'continuum-plexus-application-1.0-alpha-1-application.jar'.
> java.net.URISyntaxException: Illegal character in path at index 16:
> file:/c:/Program
> Files/continuum-1.0-alpha-1/apps/continuum-plexus-application-1.0-alpha-1-application.jar

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