Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJETTY-5 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJETTY-5 Summary: Upgrade Jetty Plugin to use Jetty version 5.1.2 Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-jetty-plugin Versions: 1.2 Assignee: Reporter: Tim O'Brien Created: Fri, 4 Feb 2005 2:34 AM Updated: Fri, 4 Feb 2005 2:34 AM Description: Upgrade jetty plugin to use Jetty 5.1.2. This patch updates project.xml, project.properties, and plugin.jelly to use Jetty 5.1.2 which supports the Servlet 2.4/JSP 2.0 specifications. The patch supplied, adds the following dependencies: * ant 1.6.2 * commons-el 1.0 * commons-logging 1.0.4 * jsp-api-2.0 * servletapi-2.4 * tomcat:jasper-compiler-5.5.7 * tomcat:jasper-runtime-5.5.7 To enable JSP compilation and TLD location, I've added another property maven.jetty.extractWar. This is set to "true" by default and will unpack wars - when maven.jetty.extractWar is "false" the system will be unable to compile JSPs and will produce a "zip file closed error" ${tools.jar} is required for Jasper's Ant task which needs to compile generated Java. Note: This patch works with JDK 1.5.0_01, I haven't tested this with 1.4.2. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
