[jboss-user] [JBoss Seam] - wrong lib included for ear by seam-gen ?
codelion
do-not-reply at jboss.com
Fri Nov 2 03:07:08 EDT 2007
Seam 2.0.0.CR2, seam-gen an ear application.
In target name="ear" I see
<include name="lib/janino-*.jar"/>
and
<include name="lib/richfaces-api*.jar" />
which I think should be without dash
<include name="lib/janino*.jar"/>
because in the lib directory there is janino.jar and the other one should be without api
<include name="lib/richfaces-*.jar" />
because me thinks it needs the implementation too to run, doesn't it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101156#4101156
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101156
More information about the jboss-user
mailing list