2 Replies Latest reply on Nov 8, 2007 3:46 AM by ilya_shaikovsky

    manual build 3.2.0 problems

    tjakopec

      Hi all,
      I was successfully build 3.2.0 until 2 weeks ago, then I switch to 3.1.2 GA. Now I have a problem with suggestion box witch I didn't have with 3.2.0. Now I try again to build 3.2.0 a during build get this message


      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.

      Missing:
      ----------
      1) org.richfaces.samples:skins:jar:3.2.0-SNAPSHOT

      Try downloading the file manually from:
      http://labs.jboss.com/portal/jbossrichfaces/downloads

      Then, install it using the command:
      mvn install:install-file -DgroupId=org.richfaces.samples -DartifactId=skin
      s \
      -Dversion=3.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.richfaces.samples -DartifactId=skins \
      -Dversion=3.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
      -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) org.richfaces.samples:separator-sample:war:3.2.0-SNAPSHOT
      2) org.richfaces.samples:skins:jar:3.2.0-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
      org.richfaces.samples:separator-sample:war:3.2.0-SNAPSHOT

      from the specified remote repositories:
      central (http://repo1.maven.org/maven2),
      maven-repository.dev.java.net (http://download.java.net/maven/1)


      but I can find ui, impl and api jars and try to deploy my application with them but error is

      org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.richfaces.taglib.DataTableTag.setOnRowMouseOver(Ljava/lang/String;)V


      I know we should use GA but all new errors are fix in latest build so I will like to use them

      Any help is appreciated!