5 Replies Latest reply on Apr 29, 2008 10:33 AM by atao

    seam-svn

    atao

      I just downloaded seam from svn. When I try to build it, I get:




      Buildfile: build.xml
      
      initpoms:
           [echo] Setting up dependencies
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
      [artifact:install] [INFO] Installing C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms\root.pom to C:\Documents an
      d Settings\Pierre\.m2\repository\org\jboss\seam\root\2.1.0-SNAPSHOT\root-2.1.0-SNAPSHOT.pom
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
      [artifact:install] [INFO] Installing C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms\parent.pom to C:\Documents
      and Settings\Pierre\.m2\repository\org\jboss\seam\parent\2.1.0-SNAPSHOT\parent-2.1.0-SNAPSHOT.pom
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\poms
      
      init:
      
      initcore:
           [echo] Build JBoss Seam core 2.1
           [copy] Copying 1 file to C:\DEV\projects\eclipse\workspace\seam-svn\classes\coreclasses
      
      select-compiler:
      
      antlr:
      
      compilecore:
          [javac] Compiling 428 source files to C:\DEV\projects\eclipse\workspace\seam-svn\classes\coreclasses
          [javac] C:\DEV\projects\eclipse\workspace\seam-svn\src\main\org\jboss\seam\async\AbstractDispatcher.java:154: inconv
      ertible types
          [javac] found   : org.jboss.seam.async.AbstractDispatcher<T,S>
          [javac] required: org.jboss.seam.async.QuartzDispatcher
          [javac]                if (!( this instanceof QuartzDispatcher ))
          [javac]                       ^
          [javac] C:\DEV\projects\eclipse\workspace\seam-svn\src\main\org\jboss\seam\async\AbstractDispatcher.java:169: inconv
      ertible types
          [javac] found   : org.jboss.seam.async.AbstractDispatcher<T,S>
          [javac] required: org.jboss.seam.async.QuartzDispatcher
          [javac]                if (!( this instanceof QuartzDispatcher ))
          [javac]                       ^
          [javac] Note: Some input files use or override a deprecated API.
          [javac] Note: Recompile with -Xlint:deprecation for details.
          [javac] Note: Some input files use unchecked or unsafe operations.
          [javac] Note: Recompile with -Xlint:unchecked for details.
          [javac] 2 errors
      
      BUILD FAILED



      Did I miss something?