7 Replies Latest reply on Mar 20, 2010 5:18 AM by asookazian

    Building Seam 3 modules

    psteininger

      I've worked on a number of consulting projects with Seam 2 and I learned to love a lot of its features (and got to know a lot of it inside and out). So now that Weld is done, I'd like to contribute to Seam 3 code in some way, to accelerate the time line. I would also love to help build some solid examples (beyond booking, number guess, etc - something with hands and legs).


      I checked out the modules one by one (some are still not maven projects), but I can't seem to build some of them (ie. seam-bpm). Maven complains that it can't find seam-parent:3.0.0-SNAPSHOT. I found a trace of it on repository.sonatype.org (http://repository.sonatype.org/content/groups/public/org/jboss/seam/seam-parent/3.0.0-SNAPSHOT/), but no pom, just metadata.


      How can I get around it?


      I have to admit I am totally new to the process of contributing to open-source (I've been on consulting gigs for years), so I am not sure where to start. I tried to find some more detailed developer docs, but I probably did not dig deep enough.


      I appreciate in advance any advice and direction.



        • 1. Re: Building Seam 3 modules
          nickarls

          Throw a line to the seam-dev mailing list and I'm sure Pete Muir or Dan Allen will help you get started, the build process is in a bit of a swing currently...

          • 2. Re: Building Seam 3 modules
            dan.j.allen

            I'm afraid you've stepped into a construction site, so it's not that you are doing anything wrong. I'm going to track down what the heck is going on with this build and see if we can get you a starting point. It appears we are missing the parent project in SVN. Like I said in an e-mail, we are just getting this bird off the ground.

            • 3. Re: Building Seam 3 modules
              lincolnthree

              I think the best thing to do right now would be to check out the Seam 3 Modules trunk, and build them one at a time until they are built :) Some may not be in good shape, but faces is.


              If you wanted, you could start contributing right away by giving us a maven Reactor pom (just builds the sub-modules) -- I could check it in to SVN after a review :)


              --Lincoln

              • 4. Re: Building Seam 3 modules
                lincolnthree
                • 5. Re: Building Seam 3 modules
                  asookazian

                  I just did 'svn co' of all modules via subclipse:


                   A  C:/Users/asookazian/workspace/testImport/seam3/remoting/trunk/core/src/main/java/org/jboss/seam/remoting
                      The file or directory is corrupted and unreadable.  
                  svn: Can't move 'C:\Users\asookazian\workspace\testImport\seam3\remoting\trunk\core\src\main\java\org\jboss\seam\remoting\.svn\tmp\entries' to 'C:\Users\asookazian\workspace\testImport\seam3\remoting\trunk\core\src\main\java\org\jboss\seam\remoting\.svn\entries': The file or directory is corrupted and unreadable.  


                  • 6. Re: Building Seam 3 modules
                    asookazian
                     A  C:/Users/asookazian/workspace/testImport/xml/core/src/test/resources/org/jboss/seam/xml/test/injection/qualifier-attributes-test-beans.xml
                        The file or directory is corrupted and unreadable.  
                    svn: Can't move 'C:\Users\asookazian\workspace\testImport\xml\core\src\test\resources\org\jboss\seam\xml\test\injection\.svn\tmp\entries' to 'C:\Users\asookazian\workspace\testImport\xml\core\src\test\resources\org\jboss\seam\xml\test\injection\.svn\entries': The file or directory is corrupted and unreadable.  

                    • 7. Re: Building Seam 3 modules
                      asookazian

                      security module build failed.  SeamGlobalResolver does not resolve by the compiler.