Thanks Carlos - grabbed the maven-artifact source installed , and 21 is now building fine
Thanks Jon Carlos Sanchez wrote:
probably somebody forgot to deploy a snapshot of maven-artifact On Dec 3, 2007 7:06 AM, Jon SlinnHawkins <[EMAIL PROTECTED]> wrote:Is there any reason why i cannot build Maven 2.1 from the trunk .... C:\maven-2.1>mvn install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Maven [INFO] Maven Model [INFO] Maven Profile Model [INFO] Maven Lifecycle Model [INFO] Maven Project Builder [INFO] Maven Plugin API [INFO] Maven Reporting API [INFO] Maven Core [INFO] Maven Embedder [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Maven [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [site:attach-descriptor] [INFO] [install:install] [INFO] Installing C:\maven-2.1\pom.xml to c:\apps\edevmaven\repository\org\apache\maven\maven\2.1-SNAPSHOT\maven-2.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Model [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [modello:java {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-model\target\generated-sources\modello [INFO] Generating current version: 4.0.0 [INFO] [modello:xpp3-reader {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-model\target\generated-sources\modello [INFO] Generating current version: 4.0.0 [INFO] [modello:xpp3-writer {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-model\target\generated-sources\modello [INFO] Generating current version: 4.0.0 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 46 source files to C:\maven-2.1\maven-model\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test] [INFO] No tests to run. [INFO] [jar:jar] [INFO] Building jar: C:\maven-2.1\maven-model\target\maven-model-2.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\maven-2.1\maven-model\target\maven-model-2.1-SNAPSHOT.jar to c:\apps\edevmaven\repository\org\apache\maven\maven-model\2.1-SNAPSHOT\maven-model-2.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Profile Model [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [modello:java {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-profile\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [modello:xpp3-reader {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-profile\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [modello:xpp3-writer {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-profile\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 15 source files to C:\maven-2.1\maven-profile\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test] [INFO] No tests to run. [INFO] [jar:jar] [INFO] Building jar: C:\maven-2.1\maven-profile\target\maven-profile-2.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\maven-2.1\maven-profile\target\maven-profile-2.1-SNAPSHOT.jar to c:\apps\edevmaven\repository\org\apache\maven\maven-profile\2.1-SNAPSHOT\maven-profile-2.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Lifecycle Model [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [modello:java {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-lifecycle\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [modello:xpp3-reader {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-lifecycle\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [modello:xpp3-writer {execution: standard}] [INFO] outputDirectory: C:\maven-2.1\maven-lifecycle\target\generated-sources\modello [INFO] Generating current version: 1.0.0 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 19 source files to C:\maven-2.1\maven-lifecycle\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 2 source files to C:\maven-2.1\maven-lifecycle\target\test-classes [INFO] [surefire:test] [INFO] Surefire report directory: C:\maven-2.1\maven-lifecycle\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.maven.lifecycle.LifecycleUtilsTest Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Running org.apache.maven.lifecycle.ClassLoaderXmlBindingLoaderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 sec Results : Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: C:\maven-2.1\maven-lifecycle\target\maven-lifecycle-2.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\maven-2.1\maven-lifecycle\target\maven-lifecycle-2.1-SNAPSHOT.jar to c:\apps\edevmaven\repository\org\apache\maven\maven-lifecycle\2.1-SNAPSHOT\maven-lifecycle-2.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Project Builder [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] snapshot org.apache.maven.artifact:maven-artifact:3.0-SNAPSHOT: checking for updates from inhouse.snapshot [INFO] [compiler:compile] [INFO] Compiling 62 source files to C:\maven-2.1\maven-project\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\maven-2.1\maven-project\src\main\java\org\apache\maven\project\artifact\PomMetadataSource.java:[98,32] cannot find symbol symbol : method setError(java.lang.String) location: class org.apache.maven.artifact.resolver.metadata.ArtifactMetadata C:\maven-2.1\maven-project\src\main\java\org\apache\maven\project\artifact\PomMetadataSource.java:[122,24] cannot find symbol symbol : method setDependencies(java.util.Set) location: class org.apache.maven.artifact.resolver.metadata.ArtifactMetadata C:\maven-2.1\maven-project\src\main\java\org\apache\maven\project\artifact\PomMetadataSource.java:[123,15] cannot find symbol symbol : constructor MetadataResolution(org.apache.maven.artifact.resolver.metadata.ArtifactMetadata) location: class org.apache.maven.artifact.resolver.metadata.MetadataResolution [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27 seconds [INFO] Finished at: Mon Dec 03 15:04:36 GMT 2007 [INFO] Final Memory: 13M/28M [INFO] ------------------------------------------------------------------------ C:\maven-2.1> C:\maven-2.1> C:\maven-2.1> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
