2 Replies Latest reply on Nov 2, 2007 5:32 AM by pmuir

    wrong lib included for ear by seam-gen ?

    codelion

      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?