[seam-issues] [JBoss JIRA] Closed: (JBSEAM-4036) Wicket Example - Missing jars in tomcat.deploy ant task
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Wed Jan 27 17:31:19 EST 2010
[ https://jira.jboss.org/jira/browse/JBSEAM-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny closed JBSEAM-4036.
---------------------------------
Resolution: Done
fixed
> 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
> Assignee: Clint Popetz
> Priority: Minor
> Fix For: 2.2.1.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: 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