You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@maven.org on 2004/08/11 21:42:29 UTC

[maven2 build] Wed Aug 11 15:41:39 EDT 2004

Performing a clean check out of maven-components ...

Updates occured, build required ...


-----------------------------------------------------------------------
 Building mboot ... 
-----------------------------------------------------------------------
-----------------------------------------------------------------------
 Building maven2 components ... 
-----------------------------------------------------------------------
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Checking for MBoot's dependencies ...
...........................................................
.
....
.
............................
.
.......................................................................
.
................................................................
.
..........................................
.
.....................................
.
..
.
Installing POM: /home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
Installing POM: /home/users/jvanzyl/maven-repo-local/maven/poms/maven-plugin-parent-2.0-SNAPSHOT.pom
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-model ...
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-model
Downloading dependencies ...
....................................................................................................................................
.
.........................
.
Model exists!
Generating java in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Generating java in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Generating xpp3 unmarshaller in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Generating xpp3 marshaller in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Generating xpp3 unmarshaller in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Generating xpp3 marshaller in /home/users/jvanzyl/m2-build/maven-components/maven-model/target/generated-sources from /home/users/jvanzyl/m2-build/maven-components/maven-model/maven.mdo
Compiling sources ...
Packaging resources ...
Compiling test sources ...
Packaging test resources ...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no test to run.

Resume :
[surefire] Tests run: 0, Failures: 0, Errors: 0

Installing POM: /home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Installing JAR: /home/users/jvanzyl/maven-repo-local/maven/jars/maven-model-2.0-SNAPSHOT.jar
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-plugin ...
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-plugin
Downloading dependencies ...
Compiling sources ...
Packaging resources ...
Compiling test sources ...
Packaging test resources ...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.maven.plugin.BeanTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
[surefire] Running org.apache.maven.plugin.TestPluginTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
There are no test to run.

Resume :
[surefire] Tests run: 2, Failures: 0, Errors: 0

Installing POM: /home/users/jvanzyl/maven-repo-local/maven/poms/maven-plugin-2.0-SNAPSHOT.pom
Installing JAR: /home/users/jvanzyl/maven-repo-local/maven/jars/maven-plugin-2.0-SNAPSHOT.jar
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-plugin-tools ...
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-plugin-tools
Downloading dependencies ...
.
Compiling sources ...
Packaging resources ...
Compiling test sources ...
Packaging test resources ...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.maven.plugin.generator.jelly.JellyHarnessGeneratorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.117 sec
[surefire] Running org.apache.maven.plugin.generator.BeanGeneratorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
[surefire] Running org.apache.maven.plugin.generator.PluginDescriptorGeneratorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.067 sec
[surefire] Running org.apache.maven.plugin.generator.PluginXdocGeneratorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
There are no test to run.

Resume :
[surefire] Tests run: 4, Failures: 0, Errors: 0

Installing POM: /home/users/jvanzyl/maven-repo-local/maven/poms/maven-plugin-tools-2.0-SNAPSHOT.pom
Installing JAR: /home/users/jvanzyl/maven-repo-local/maven/jars/maven-plugin-tools-2.0-SNAPSHOT.jar
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-artifact ...
--------------------------------------------------------------------
Building project in /home/users/jvanzyl/m2-build/maven-components/maven-artifact
Downloading dependencies ...
.................................
.
..
.
Compiling sources ...
Packaging resources ...
Compiling test sources ...
/home/users/jvanzyl/m2-build/maven-components/maven-artifact/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java:[151,56]  No method matching createArtifact(java.lang.String, java.lang.String) found in class org.apache.maven.artifact.resolver.ArtifactResolverTest.
/home/users/jvanzyl/m2-build/maven-components/maven-artifact/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java:[197,56]  No method matching createArtifact(java.lang.String, java.lang.String) found in class org.apache.maven.artifact.resolver.ArtifactResolverTest.
Exception in thread "main" java.lang.Exception: Compilation error.
	at MBoot.compile(MBoot.java:789)
	at MBoot.buildProject(MBoot.java:487)
	at MBoot.run(MBoot.java:210)
	at MBoot.main(MBoot.java:138)

Creating m2 distribution for public consumption: http://www.codehaus.org/~jvanzyl/m2/m2-20044111.154139.tar.gz

./ci.sh: line 130: cd: m2-build/maven-components/maven-core/dist: No such file or directory