2 Replies Latest reply on Dec 22, 2009 8:42 AM by g_lepetit

    cannot compile 3.3.2.GA

      Hi,

       

      I want to try a correction on the 3.3.2.GA version.

      I checked out the richfaces version :

       

      svn co http://anonsvn.jboss.org/repos/richfaces/tags/3.3.2.GA/ .

       

      mvn -Dmaven.test.skip=true clean install

       

      I have the following error :

       

      [INFO] ------------------------------------------------------------------------
      [INFO] Building state
      [INFO]    task-segment: [clean, install]
      [INFO] ------------------------------------------------------------------------
      [INFO] [clean:clean {execution: default-clean}]
      [INFO] Preparing cdk:generate
      [WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
      [INFO] [resources:resources {execution: default-resources}]
      [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
      [INFO] Copying 0 resource
      [INFO] [compiler:compile {execution: default-compile}]
      [INFO] Compiling 13 source files to C:\dev\sources\richfaces_3.3.2.GA\ui\state\target\classes
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Compilation failure
      C:\dev\sources\richfaces_3.3.2.GA\ui\state\src\main\java\org\richfaces\ui\application\StateApplication.java:[64,49] <anonymous org.richfaces.ui.application.Stat
      eApplication$1> is not abstract and does not override abstract method coerceToType(java.lang.Object,java.lang.Class) in javax.el.ExpressionFactory

       


      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 8 minutes 45 seconds
      [INFO] Finished at: Mon Dec 21 17:44:20 CET 2009
      [INFO] Final Memory: 94M/127M

       

      I didn''t find the reason.

       

      C:\dev\sources\richfaces_3.3.2.GA>mvn -version
      Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
      Java version: 1.6.0_07
      Java home: C:\Program Files\Java\jdk1.6.0_07\jre
      Default locale: fr_FR, platform encoding: Cp1252
      OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

       

      Have any idea?