Having some trouble running continuum when installed inside a path containing spaces. I'm using cygwin and make 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 Cheers, Mark On 4/26/05, Brett Porter <[EMAIL PROTECTED]> wrote: > On 4/27/05, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > > Excellent! this is something i've been personally looking forward to > > for a long time. I'm glad to see that it isn't vaporware. is there a > > public continuum instance up anywhere (codehaus?) where we can check it > > out without downloading and installing? > > Not presently - we aim to have something in the next few weeks. It is > very easy to install locally: untar and run ./bin/plexus.sh|bat, then > tune in to http://localhost:8080/continuum/ (there is plenty more you > can configure, which is in the docs). > > Cheers, > Brett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]