Author: craigmcc
Date: Sat Nov 11 20:00:53 2006
New Revision: 473867

URL: http://svn.apache.org/viewvc?view=rev&rev=473867
Log:
In order to investigate SHALE-317 (Annotations do not work in Jetty),
and to enable easy testing of Shale webapps with Jetty, add the
maven-jetty-plugin to the shale-apps-parent pom.  So far, however,
I haven't had much luck ... trying to run shale-usecases gives a
403 (FORBIDDEN) error, while most other apps give an error of:

  The absolute uri: http://java.sun.com/jsf/core cannot be
  resolved in either web.xml or the jar files deployed with
  this application.

This tag library URI is defined in the MyFaces implementation JAR that
is included in the application, so it is not at all clear why this
error message is being reported.


Modified:
    shale/framework/trunk/shale-apps/pom.xml

Modified: shale/framework/trunk/shale-apps/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?view=diff&rev=473867&r1=473866&r2=473867
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Sat Nov 11 20:00:53 2006
@@ -361,6 +361,10 @@
                     </configuration>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 


Reply via email to