[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4036) Wicket Example - Missing jars in tomcat.deploy ant task

Cruz Fernandez (JIRA) jira-events at lists.jboss.org
Tue Mar 24 05:31:22 EDT 2009


Wicket Example - Missing jars in tomcat.deploy ant task
-------------------------------------------------------

                 Key: JBSEAM-4036
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4036
             Project: Seam
          Issue Type: Patch
          Components: Examples
    Affects Versions: 2.1.1.GA
         Environment: All OS, Tomcat 6.0 with Embedded Jboss 3
            Reporter: Cruz Fernandez
            Priority: Minor
             Fix For: 2.1.1.GA


The war generated for Tomcat misses wicket Jars, (like the generated ear has) in the wicket example. The command

ant tomcat.deploy 

generates an incorrect war.

Adding this lines to build.xml fixes it:

Index: seam/examples/build.xml
===================================================================
--- seam/examples/build.xml	(revisión: 10203)
+++ seam/examples/build.xml	(copia de trabajo)
@@ -885,6 +885,9 @@
 			<fileset refid="cache.jar" />
 			<fileset refid="jbpm.jar" />
 			<fileset refid="tomcat.jbpm.jar" />
+			<fileset refid="wicket-extensions.jar" />
+			<fileset refid="wicket-datetime.jar" />
+			<fileset refid="seam.wicket.jar" />
 			<fileset refid="spring.jar" />
 			<fileset refid="gwt.jar" />
 			<fileset refid="openid.jar" />


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the seam-issues mailing list