4 Replies Latest reply on Nov 10, 2010 10:14 AM by nbelaevski

    RichFaces Milestone 4 Release Process To Begin Shortly

    jbalunas

      I will be starting the Milestone 4 release process shortly, and will be tagging/staging the release for QE testing next week.

       

      Consider the /trunk frozen until further notice.

       

      Thanks,

      Jay

        • 1. Re: RichFaces Milestone 4 Release Process To Begin Shortly
          jbalunas

          Note: because of some flakiness with JBoss jira atm I can get the various jira's shifted and/or created for the release jira.  So I will post staging info here, and update jira when it is more stable.

          • 2. Re: RichFaces Milestone 4 Release Process To Begin Shortly
            jbalunas

            I've run into an error building the showcase demo that seems a lot like the one that Alex was getting.  The details are below, and I'll try to debug and resolve if I can today.

             

            [INFO] [resources:resources]
            [INFO] Using 'UTF-8' encoding to copy filtered resources.
            [INFO] Copying 7 resources
            [INFO] [compiler:compile]
            [INFO] Compiling 51 source files to /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/target/classes
            [INFO] ------------------------------------------------------------------------
            [ERROR] BUILD FAILURE
            [INFO] ------------------------------------------------------------------------
            [INFO] Compilation failure
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[11,35] package javax.validation.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[12,35] package javax.validation.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[13,35] package javax.validation.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[14,30] package javax.validation.groups does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[16,42] package org.hibernate.validator.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[17,42] package org.hibernate.validator.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[18,42] package org.hibernate.validator.constraints does not exist
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[32,5] cannot find symbol
            symbol  : class Length
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[34,5] cannot find symbol
            symbol  : class Email
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[35,5] cannot find symbol
            symbol  : class NotEmpty
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[38,5] cannot find symbol
            symbol  : class NotNull
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[39,5] cannot find symbol
            symbol  : class Min
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[40,5] cannot find symbol
            symbol  : class Max
            location: class org.richfaces.demo.validation.ValidationBean
            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[27,54] cannot find symbol
            symbol  : class Default
            location: class org.richfaces.demo.validation.ValidationBean

            [INFO] [resources:resources]

            [INFO] Using 'UTF-8' encoding to copy filtered resources.

            [INFO] Copying 7 resources

            [INFO] [compiler:compile]

            [INFO] Compiling 51 source files to /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/target/classes

            [INFO] ------------------------------------------------------------------------

            [ERROR] BUILD FAILURE

            [INFO] ------------------------------------------------------------------------

            [INFO] Compilation failure

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[11,35] package javax.validation.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[12,35] package javax.validation.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[13,35] package javax.validation.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[14,30] package javax.validation.groups does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[16,42] package org.hibernate.validator.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[17,42] package org.hibernate.validator.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[18,42] package org.hibernate.validator.constraints does not exist

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[32,5] cannot find symbol

            symbol  : class Length

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[34,5] cannot find symbol

            symbol  : class Email

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[35,5] cannot find symbol

            symbol  : class NotEmpty

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[38,5] cannot find symbol

            symbol  : class NotNull

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[39,5] cannot find symbol

            symbol  : class Min

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[40,5] cannot find symbol

            symbol  : class Max

            location: class org.richfaces.demo.validation.ValidationBean

             

            /Users/balunasj/projects/richfaces/4.0.0/svn/trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/ValidationBean.java:[27,54] cannot find symbol

            symbol  : class Default

            location: class org.richfaces.demo.validation.ValidationBean

            • 3. Re: RichFaces Milestone 4 Release Process To Begin Shortly
              jbalunas

              Release built and staged after working with Ilya to resolve showcase issue.  Please see https://jira.jboss.org/browse/RFPL-886 for details on staging.

               

              The branch will remain closed for until initial testing of M4 in completed.  Please work offline for now.

              • 4. Re: RichFaces Milestone 4 Release Process To Begin Shortly
                nbelaevski

                The release process for RichFaces Milestone 4 re-spin is about to begin.  Please do not make any further commits, to its repository.