Re: Now what? (Re: Trouble building Maven 2 trunk)

2006-08-28 Thread Dennis Lundberg
Mark Lundquist wrote: So, what next? How do I invoke the Maven I have just built? I tried ./maven-cli/src/bin/mvn ...and got Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher So I guess that wasn't the right thing to do :-) help? —ml— Most of t

Now what? (Re: Trouble building Maven 2 trunk)

2006-08-28 Thread Mark Lundquist
So, what next? How do I invoke the Maven I have just built? I tried ./maven-cli/src/bin/mvn ...and got Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher So I guess that wasn't the right thing to do :-) help? —ml—

Re: Trouble building Maven 2 trunk

2006-08-28 Thread Mark Lundquist
Dennis Lundberg wrote: Mark, I see that you are using Planet Mirror as you central repo. They recently made some changes which makes it impossible to download certain files. Please use another mirror, until their problems have been fixed. OK... I commented out the Planet Mirror section in

Re: Trouble building Maven 2 trunk

2006-08-28 Thread Dennis Lundberg
Mark, I see that you are using Planet Mirror as you central repo. They recently made some changes which makes it impossible to download certain files. Please use another mirror, until their problems have been fixed. -- Dennis Lundberg Mark Lundquist wrote: Brett Porter wrote: Sorry, I'm no

Re: Trouble building Maven 2 trunk

2006-08-28 Thread Mark Lundquist
Brett Porter wrote: Sorry, I'm not quite sure what's happened to you here. The POM should have a parent of version 4, and that should in turn have a parent org:apache:apache, version 3. When I remove them from my local repo it successfully downloads them again. You might want to run wit

Re: Trouble building Maven 2 trunk

2006-08-28 Thread Brett Porter
Sorry, I'm not quite sure what's happened to you here. The POM should have a parent of version 4, and that should in turn have a parent org:apache:apache, version 3. When I remove them from my local repo it successfully downloads them again. You might want to run with -e to find out what

Re: Trouble building Maven 2 trunk

2006-08-27 Thread Mark Lundquist
Brett Porter wrote: The parent POM has been released, so we need to update that to 4 instead of 4-SNAPSHOT... - Brett Hey thanks Brett & Vincent... OK, looks like that happened, I picked it up w/ "svn up". Still no go. So then I changed it back to 4-SNAPSHOT and tried again with -Papach

Re: Trouble building Maven 2 trunk

2006-08-27 Thread Brett Porter
The parent POM has been released, so we need to update that to 4 instead of 4-SNAPSHOT... - Brett On 27/08/2006, at 8:12 AM, Mark Lundquist wrote: Hi, I did a clean checkout of components/, did "mvn -X install", and got the error trace shown below. I've renamed my settings.xml out of t

Re: Trouble building Maven 2 trunk

2006-08-27 Thread Vincent Siveton
Hi Mark, Maven Parent POM v4 has been recently voted [1] and it is present on the apache snapshot. Try to use apache snapshot in your settings [2]. HTH Vincent [1] http://www.nabble.com/-vote--Release-Maven-Parent-POM-v4-tf2082622.html#a5738057 [2] http://maven.apache.org/guides/development/

Trouble building Maven 2 trunk

2006-08-26 Thread Mark Lundquist
Hi, I did a clean checkout of components/, did "mvn -X install", and got the error trace shown below. I've renamed my settings.xml out of the way, so it should be defaults for everything... any ideas? Am I doing something wrong? thx, Mark -- + Error stacktraces are turned on. Maven v