Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-1970

richfaces cannot be compiled from wfk-src distribution

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • WFK 1.1.0
    • WFK 1.0.0.CR2
    • Build, RichFaces, WFK
    • None
    • Documentation (Ref Guide, User Guide, etc.), Release Notes
    • Workaround Exists
    • Hide

      for artifactId in antlrantlr-maven-plugin beanValidator build-helper-maven-plugin calendar columns combobox componentControl contextMenu core dataFilterSlider datascroller dataTable drag-drop dropdown-menu editor effect el-impl en extendedDataTable fileUpload functions gmap hibernate-core hibernate-validator hotKey inplaceInput inplaceSelect inputnumber-slider inputnumber-spinner insert jboss-seam jhighlight jQuery junit listShuttle maven-antrun-plugin maven-assembly-plugin maven-cdk-plugin maven-clover2-plugin maven-dependency-plugin maven-jar-plugin maven-javadoc-plugin maven-javascript-plugin maven-taglib-plugin menu-components message modal-panel orderingList paint2D panel panelbar panelmenu pickList progressBar richfaces-api richfaces-impl richfaces-ui richfaces-ui-core scrollableDataTable separator simpleTogglePanel slf4j-api slf4j-simple spacer state suggestionbox tabPanel togglePanel toolBar tooltip tree treeModel ui virtualEarth ; do
      mvn install:install-file -DgroupId=org.richfaces.ui -DartifactId=${artifactId} -Dversion=3.3.0.GA -Dpackaging=jar -Dfile=wfk/richfaces/lib/richfaces-ui-3.3.0.jar;
      done;

      Show
      for artifactId in antlrantlr-maven-plugin beanValidator build-helper-maven-plugin calendar columns combobox componentControl contextMenu core dataFilterSlider datascroller dataTable drag-drop dropdown-menu editor effect el-impl en extendedDataTable fileUpload functions gmap hibernate-core hibernate-validator hotKey inplaceInput inplaceSelect inputnumber-slider inputnumber-spinner insert jboss-seam jhighlight jQuery junit listShuttle maven-antrun-plugin maven-assembly-plugin maven-cdk-plugin maven-clover2-plugin maven-dependency-plugin maven-jar-plugin maven-javadoc-plugin maven-javascript-plugin maven-taglib-plugin menu-components message modal-panel orderingList paint2D panel panelbar panelmenu pickList progressBar richfaces-api richfaces-impl richfaces-ui richfaces-ui-core scrollableDataTable separator simpleTogglePanel slf4j-api slf4j-simple spacer state suggestionbox tabPanel togglePanel toolBar tooltip tree treeModel ui virtualEarth ; do mvn install:install-file -DgroupId=org.richfaces.ui -DartifactId=${artifactId} -Dversion=3.3.0.GA -Dpackaging=jar -Dfile=wfk/richfaces/lib/richfaces-ui-3.3.0.jar; done;
    • Blocks Testing

    Description

      mvn compiler:testCompile fails in wfk-src/richfaces with unresolved artifact: org.richfaces.ui:drag-drop:jar:3.3.0.GA even with added http://repository.jboss.com/maven2 repository:

      [INFO] [compiler:testCompile]
      Compiling 2 source files to /home/ony/Programming/JBWFK/tmp/jboss-wfk-1.0-src/richfaces/ui/inputnumber-spinner/target/test-classes
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Tree control
      [INFO] task-segment: [test-compile]
      [INFO] ------------------------------------------------------------------------
      [INFO] Preparing cdk:generate
      [WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
      [INFO] [resources:resources]
      [INFO] Using default encoding to copy filtered resources.
      Downloading: http://jawa13.englab.brq.redhat.com:1212/nexus/content/groups/public-all/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
      Downloading: http://download.java.net/maven/1/org.richfaces.ui/jars/drag-drop-3.3.0.GA.jar
      Downloading: http://repository.jboss.org/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
      Downloading: http://repository.jboss.com/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
      Downloading: http://repo1.maven.org/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.

      Missing:
      ----------
      1) org.richfaces.ui:drag-drop:jar:3.3.0.GA

      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.ui -DartifactId=drag-drop -Dversion=3.3.0.GA -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.ui -DartifactId=drag-drop -Dversion=3.3.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) org.richfaces.ui:tree:jar:3.3.0.GA
      2) org.richfaces.ui:drag-drop:jar:3.3.0.GA

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

      for artifact:
      org.richfaces.ui:tree:jar:3.3.0.GA

      from the specified remote repositories:
      repository.jboss.com (http://repository.jboss.com/maven2),
      brno-proxy (http://jawa13.englab.brq.redhat.com:1212/nexus/content/groups/public-all),
      maven-repository.dev.java.net (http://download.java.net/maven/1),
      central (http://repo1.maven.org/maven2),
      repository.jboss.org (http://repository.jboss.org/maven2)

      Attachments

        1. log
          65 kB
        2. mvn-install.log.gz
          8 kB

        Activity

          People

            dwalluck@redhat.com David Walluck
            oskutka@redhat.com Ondrej Skutka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: