3 Replies Latest reply on May 25, 2007 2:38 PM by tonylmai

    How to build Seam from CVS snapshot?

      Hi all,

      I am learning Seam (admittedly quite slowly :0) ) but I think I am at a point where I want to build from the latest snapshot.

      Can someone show me how to build Seam + RichFaces from the CVS (including how to get the source)? Could not find the link from Jboss.com site.

      Thanks

        • 1. Re: How to build Seam from CVS snapshot?
          stu2

          once you've checked out the source, just type 'ant'. it will create all of the dist jars for you.

          Richfaces is a separate project of course, with a different build mechanism (maven I think).

          • 2. Re: How to build Seam from CVS snapshot?

             

            "tonylmai" wrote:
            Can someone show me how to build Seam + RichFaces from the CVS (including how to get the source)? Could not find the link from Jboss.com site.

            CVS is at :pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss/jboss-seam -- which is clearly stated at the wiki SeamRepository page, which you'll find linked at the main wiki. Any links you find to CVS at sourceforge.net are indeed obsolete.

            When you do not want to build it yourself, get the latest build here.

            Apart from running "ant" you may need to run "ant antlr" first.

            Arjan.

            • 3. Re: How to build Seam from CVS snapshot?

              Thanks