[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2581) el-impl.jar dependency not loaded in respository with clean build of Seam

Jay Balunas (JIRA) jira-events at lists.jboss.org
Mon Feb 4 16:07:03 EST 2008


el-impl.jar dependency not loaded in respository with clean build of Seam
-------------------------------------------------------------------------

                 Key: JBSEAM-2581
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2581
             Project: JBoss Seam
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.1.0.GA
         Environment: Linux and Windows with a clean maven repository
            Reporter: Jay Balunas
            Priority: Critical


Get the following error:
[java] [INFO] [resources:resources]
    [java] [INFO] Using default encoding to copy filtered resources.
    [java] [INFO] [compiler:compile]
    [java] [INFO] Compiling 80 source files to H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\ui\target\classes
    [java] Downloading: http://repository.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://download.java.net/maven/1/el-impl/poms/el-impl-1.0.pom
    [java] Downloading: http://repo1.maven.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://repository.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://snapshots.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://wicketstuff.org/maven/repository/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://repo1.maven.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.pom
    [java] Downloading: http://repository.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.jar
    [java] Downloading: http://download.java.net/maven/1/el-impl/jars/el-impl-1.0.jar
    [java] Downloading: http://repository.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.jar
    [java] Downloading: http://snapshots.jboss.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.jar
    [java] Downloading: http://wicketstuff.org/maven/repository/el-impl/el-impl/1.0/el-impl-1.0.jar
    [java] Downloading: http://repo1.maven.org/maven2/el-impl/el-impl/1.0/el-impl-1.0.jar
    [java] [INFO] ------------------------------------------------------------------------
    [java] [ERROR] BUILD ERROR
    [java] [INFO] ------------------------------------------------------------------------
    [java] [INFO] Failed to resolve artifact.

    [java] Missing:
    [java] ----------
    [java] 1) el-impl:el-impl:jar:1.0

    [java]   Try downloading the file manually from the project website.

    [java]   Then, install it using the command:     [java]       mvn install:install-file -DgroupId=el-impl -DartifactId=el-impl -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

    [java]   Alternatively, if you host your own repository you can deploy the file there:     [java]       mvn deploy:deploy-file -DgroupId=el-impl -DartifactId=el-impl -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

    [java]   Path to dependency:     [java]       1) org.richfaces.cdk:maven-cdk-plugin:maven-plugin:3.1.4.GA
    [java]       2) org.richfaces.cdk:generator:jar:3.1.4.GA
    [java]       3) el-impl:el-impl:jar:1.0

    [java] ----------
    [java] 1 required artifact is missing.

    [java] for artifact:     [java]   org.richfaces.cdk:maven-cdk-plugin:maven-plugin:3.1.4.GA

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


    [java] [INFO] ------------------------------------------------------------------------
    [java] [INFO] For more information, run Maven with the -e switch
    [java] [INFO] ------------------------------------------------------------------------
    [java] [INFO] Total time: 19 seconds
    [java] [INFO] Finished at: Mon Feb 04 14:45:14 EST 2008
    [java] [INFO] Final Memory: 7M/24M
    [java] [INFO] ------------------------------------------------------------------------
    [java] Java Result: 1
  [delete] Deleting: H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\ui\pom.xml

BUILD FAILED
H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\build\ci.build.xml:59: The following error occurred while executing this line:
H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\build\ci.build.xml:94: The following error occurred while executing this line:
H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\build.xml:320: Warning: Could not find file H:\hudson\hudson_workspace\workspace\JBossSeam-2.1-win\seam\ui\target\jboss-seam-ui.jar to copy.

Total time: 1 minute 50 seconds
Recording test results
No test report files were found. Configuration error?
Recording Emma reports seam/test-report/coverage.xml
Sending e-mails to: jbalunas at redhat.com
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list