Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1
-
Fix Version/s: 1.0-alpha-2
-
Component/s: None
-
Labels:None
-
Environment:Windows XP, Cygwin.
-
Number of attachments :
Description
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
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