The easiest way to build 2.0.x is with maven itself. The bootstrap does work now for 2.1 but I wouldn't be surprised if it was broken in 2.0.x
-----Original Message----- From: Martin Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 6:34 PM To: Maven Developers List Subject: Building Maven Hi, I'm brand new to this subject, but I was trying to build maven the bootstrap way, like described here http://maven.apache.org/guides/development/guide-building-m2.html but I always run into a: HOWEVER, since you did not specify a repository path, maven will use: /home/fnk64/.m2/repository to store artifacts locally. Using the following for your local repository: /home/fnk64/.m2/repository Using the following for your remote repository: [http://repo1.maven.org/maven2, http://people.apache.org/repo/m2-snapshot-repository/] Analysing dependencies ... Downloading http://repo1.maven.org/maven2/org/apache/maven/bootstrap/bootstrap-mini/2.0.9-SNAPSHOT/bootstrap-mini-2.0.9-SNAPSHOT.pom Couldn't find POM - ignoring: http://repo1.maven.org/maven2/org/apache/maven/bootstrap/bootstrap-mini/2.0.9-SNAPSHOT/bootstrap-mini-2.0.9-SNAPSHOT.pom (HTTP Error: 404 Not Found) Building project in /home/fnk64/tmp/maven-2.0.x/bootstrap/bootstrap-installer ------------------------------------------------------------------ Cleaning /home/fnk64/tmp/maven-2.0.x/bootstrap/bootstrap-installer/target... Compiling sources ... Compiling 1 source file to /home/fnk64/tmp/maven-2.0.x/bootstrap/bootstrap-installer/target/classes Packaging resources ... Packaging /home/fnk64/tmp/maven-2.0.x/bootstrap/bootstrap-installer/target/bootstrap-installer.jar ... ------------------------------------------------------------------ Total time: 1 seconds Finished at: Wed Jan 30 00:20:58 CET 2008 Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/maven/bootstrap/model/Model I'm running on Linux and my codebases is: Any hint on this? svn info Pfad: . URL: https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x Basis des Projektarchivs: https://svn.apache.org/repos/asf UUID des Projektarchivs: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 616512 Knotentyp: Verzeichnis Plan: normal Letzter Autor: vsiveton Letzte geänderte Rev: 613001 Letztes Änderungsdatum: 2008-01-17 23:53:51 +0100 (Do, 17 Jan 2008) --------------------------------------------------------------------- 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]