[ http://jira.codehaus.org/browse/MRM-209?page=all ]

Emmanuel Venisse closed MRM-209.
--------------------------------

         Assignee: Emmanuel Venisse
       Resolution: Fixed
    Fix Version/s: 1.0-beta-1

> plexus.sh must include tools.jar on the classpath
> -------------------------------------------------
>
>                 Key: MRM-209
>                 URL: http://jira.codehaus.org/browse/MRM-209
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>            Reporter: Dirk Olmes
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.0-beta-1
>
>
> The plexush.sh that's generated in the archiva-plexus-runtime model does not 
> include tools.jar to the classpath of the JVM that is started. This causes 
> error messages when first accessing the web application about being unable to 
> compile JSPs.
> The last line of plexus.sh currently looks like this:
> {code}
> exec "$JAVACMD" \
>   $PLEXUS_OPTS \
>   -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
> {code}
> ....
> but should have $TOOLS_JAR included in the -classpath argument's parameter.

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

        

Reply via email to