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