]
Pete Muir updated JBSEAM-4036:
------------------------------
Fix Version/s: 2.2.0.CR1
(was: 2.1.1.GA)
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.2.0.CR1
Attachments: tomcat.wicket.example.diff
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: