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 Build Server <co...@ci.codehaus.org> on 2006/07/06 22:01:05 UTC

[continuum] BUILD FAILURE: Maven Ant Mojo Support

Online report : http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/29/buildId/6141
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Thu, 6 Jul 2006 13:00:58 -0700
  Finished at: Thu, 6 Jul 2006 13:01:05 -0700
  Total time: 6s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: cheddar.simulalabs.com
  Operating system : Linux(unknown)
  Java version : 1.5.0_03(Sun Microsystems Inc.)

Changes
         kenney          PR: MNG-2088

antcall in ant-script plugins gives FileNotFoundException

Merged revision 419664 from trunk.

             /maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml
        
****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Ant Mojo Support
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/29/target
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/29/target/classes
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/29/target/test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] 
	Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
	given by a dependency. If this is not intended, modify or remove the local scope.

[INFO] snapshot org.codehaus.plexus:plexus-ant-factory:1.0-alpha-2-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-ant-factory/1.0-alpha-2-SNAPSHOT/plexus-ant-factory-1.0-alpha-2-SNAPSHOT.pom
[WARNING] Unable to get resource from repository apache.snapshots (http://people.apache.org/maven-snapshot-repository)
Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-ant-factory/1.0-alpha-2-SNAPSHOT/plexus-ant-factory-1.0-alpha-2-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache.snapshots (http://people.apache.org/maven-snapshot-repository)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.codehaus.plexus:plexus-ant-factory:jar:1.0-alpha-2-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-ant-factory \
          -Dversion=1.0-alpha-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
  	1) org.apache.maven:maven-script-ant:jar:2.0.5-SNAPSHOT
  	2) org.codehaus.plexus:plexus-ant-factory:jar:1.0-alpha-2-SNAPSHOT

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

for artifact: 
  org.apache.maven:maven-script-ant:jar:2.0.5-SNAPSHOT

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


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Thu Jul 06 13:01:04 PDT 2006
[INFO] Final Memory: 5M/98M
[INFO] ------------------------------------------------------------------------

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