Author: vmassol
Date: Tue Aug 30 10:22:04 2005
New Revision: 264817

URL: http://svn.apache.org/viewcvs?rev=264817&view=rev
Log:
MPJETTY-2: Allow JSP compilation by adding tools.jar to the jetty execution 
classpath

Removed:
    maven/maven-1/plugins/trunk/jetty/announcements/
Modified:
    maven/maven-1/plugins/trunk/jetty/plugin.jelly
    maven/maven-1/plugins/trunk/jetty/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jetty/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jetty/plugin.jelly?rev=264817&r1=264816&r2=264817&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jetty/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jetty/plugin.jelly Tue Aug 30 10:22:04 2005
@@ -2,7 +2,7 @@
 
 <!-- 
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * Copyright 2004-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -109,6 +109,7 @@
         <ant:pathelement 
location="${plugin.getDependencyPath('servletapi:servletapi')}"/>
         <ant:pathelement 
location="${plugin.getDependencyPath('tomcat:jasper-compiler')}"/>
         <ant:pathelement 
location="${plugin.getDependencyPath('tomcat:jasper-runtime')}"/>
+        <ant:pathelement location="${tools.jar}"/>
       </ant:classpath>
     </ant:java>
 

Modified: maven/maven-1/plugins/trunk/jetty/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jetty/xdocs/changes.xml?rev=264817&r1=264816&r2=264817&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jetty/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jetty/xdocs/changes.xml Tue Aug 30 10:22:04 2005
@@ -24,7 +24,10 @@
     <author email="[EMAIL PROTECTED]">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.2-SNAPSHOT" date="in CVS">
+    <release version="1.2-SNAPSHOT" date="in SVN">
+      <action dev="vmassol" type="fix" due-to="Peter Ryan" issue="MPJETTY-2">
+        Added tools.jar to the Jetty execution classpath to support JSP 
compilation.
+      </action>
       <action dev="vmassol" type="update" due-to="Adam Fisk" issue="MPJETTY-4">
         Upgraded dependency to Jasper Compiler and Runtime 4.1.30.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to