You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by "Continuum@maven.zones.apache.org" <co...@maven.zones.apache.org> on 2007/06/13 20:09:16 UTC

[continuum] BUILD FAILURE: Continuum Test

Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=8025&projectId=114
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed 13 Jun 2007 18:09:05 +0000
  Finished at: Wed 13 Jun 2007 18:09:15 +0000
  Total time: 9s
  Build Trigger: Schedule
  Build Number: 74
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_11(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
Changed: no author @ no date
Comment: no comment
Files changed:
  114/src/main/java/org/apache/maven/continuum/AbstractContinuumTest.java ( no revision )
  114/src/main/resources/META-INF/plexus/components.xml ( no revision )
  114/pom.xml ( no revision )

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.maven.continuum:continuum-parent:1.1-SNAPSHOT

****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Continuum Test
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/114/target
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/114/target/classes
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/114/target/test-classes
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/114/target/site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-jdo2/1.0-alpha-8/plexus-jdo2-1.0-alpha-8.pom
2K downloaded
Downloading: http://repo1.maven.org/maven2/jpox/jpox-enhancer/1.1.7/jpox-enhancer-1.1.7.pom
1K downloaded
Downloading: http://repo1.maven.org/maven2/jpox/jpox-parent/1.1.7/jpox-parent-1.1.7.pom
6K downloaded
Downloading: http://repo1.maven.org/maven2/jpox/jpox/1.1.7/jpox-1.1.7.pom
2K downloaded
[INFO] snapshot org.apache.maven.continuum:continuum-api:1.1-SNAPSHOT: checking for updates from codehaus.org
[INFO] snapshot org.apache.maven.continuum:continuum-api:1.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/continuum/continuum-api/1.1-SNAPSHOT/continuum-api-1.1-20060818.181945-1.pom
850b downloaded
Downloading: http://snapshots.repository.codehaus.org//org/apache/maven/continuum/continuum-model/1.1-SNAPSHOT/continuum-model-1.1-SNAPSHOT.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/continuum/continuum-model/1.1-SNAPSHOT/continuum-model-1.1-SNAPSHOT.pom
Downloading: http://snapshots.repository.codehaus.org//org/apache/maven/continuum/continuum-model/1.1-SNAPSHOT/continuum-model-1.1-SNAPSHOT.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/continuum/continuum-model/1.1-SNAPSHOT/continuum-model-1.1-SNAPSHOT.jar
Downloading: http://repo1.maven.org/maven2/javax/resource/connector/1.0/connector-1.0.jar
Downloading: http://repo1.maven.org/maven2/jpox/jpox-enhancer/1.1.7/jpox-enhancer-1.1.7.jar
167K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/continuum/continuum-api/1.1-SNAPSHOT/continuum-api-1.1-20060818.181945-1.jar
31K downloaded
Downloading: http://repo1.maven.org/maven2/jpox/jpox/1.1.7/jpox-1.1.7.jar
1888K downloaded
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-jdo2/1.0-alpha-8/plexus-jdo2-1.0-alpha-8.jar
16K downloaded
Downloading: http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.maven.continuum:continuum-model:jar:1.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.continuum -DartifactId=continuum-model \
          -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
  	1) org.apache.maven.continuum:continuum-test:jar:1.1-SNAPSHOT
  	2) org.apache.maven.continuum:continuum-api:jar:1.1-SNAPSHOT
  	3) org.apache.maven.continuum:continuum-model:jar:1.1-SNAPSHOT

2) javax.resource:connector:jar:1.0

  Try downloading the file manually from: 
      http://java.sun.com/j2ee/connector/download.html

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.resource -DartifactId=connector \
          -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
  	1) org.apache.maven.continuum:continuum-test:jar:1.1-SNAPSHOT
  	2) jpox:jpox-enhancer:jar:1.1.7
  	3) jpox:jpox:jar:1.1.7
  	4) javax.resource:connector:jar:1.0

3) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from: 
      http://java.sun.com/products/jta

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta \
          -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
  	1) org.apache.maven.continuum:continuum-test:jar:1.1-SNAPSHOT
  	2) jpox:jpox-enhancer:jar:1.1.7
  	3) jpox:jpox:jar:1.1.7
  	4) javax.transaction:jta:jar:1.0.1B

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.continuum:continuum-test:jar:1.1-SNAPSHOT

from the specified remote repositories:
  codehaus.org (http://snapshots.repository.codehaus.org/),
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Wed Jun 13 18:09:15 GMT 2007
[INFO] Final Memory: 7M/321M
[INFO] ------------------------------------------------------------------------

****************************************************************************