Re: Configuration guide for developping / contributing to maven 2.1

2008-07-01 Thread Henri Gomez
> It's recent - I reported it on this list yesterday. If you take trunk back > about a week, you should find that it works a bit better. I'll wait it to be fixed. > On the other hand, if you want a slightly easier way to get started - you > might like to help correct these / vs \ issues on Window

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Brett Porter
On 01/07/2008, at 2:25 AM, Henri Gomez wrote: I'm using windows and got this error with both windows and cygwin shells ... BTW, did this problem is recent or has still been here ? It's recent - I reported it on this list yesterday. If you take trunk back about a week, you should fin

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
>>Tests run: 190, Failures: 4, Errors: 0, Skipped: 0 > > what are the failures you are getting in the target/surefire-reports > directory? in maven-project/target/surefire-reports : org.apache.maven.project.MavenProjectDynamismTest.txt : -

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread blporter
>-- Original Message -- >Reply-To: "Maven Developers List" >Date: Mon, 30 Jun 2008 17:11:09 +0200 >From: "Henri Gomez" <[EMAIL PROTECTED]> >To: "Maven Developers List" >Subject: Re: Configuration guide for developping / contri

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
Just grab maven 2.1 trunk to a new location (At revision: 672783) mvn clean => works mvn compile => works but I see this message : [INFO] [aspectj:compile {execution: compile-aspects}] [WARNING] bad version number found in C:\maven-repository\aspectj\aspectjrt\1.5.3\aspectjrt-1.5.3.jar expected

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Brett Porter
On 30/06/2008, at 11:55 PM, Henri Gomez wrote: It's the same problem I was working on recently, the embedder tests don't honour your settings, so they don't work with a clean local repository. I added some plugin definitions to the build itself to try and trigger it to download the right a

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
> It's the same problem I was working on recently, the embedder tests don't > honour your settings, so they don't work with a clean local repository. I > added some plugin definitions to the build itself to try and trigger it to > download the right artifacts (eg, resources plugin 2.2) - do you hav

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Brett Porter
On 30/06/2008, at 11:23 PM, Henri Gomez wrote: I do a mvn clean and then mvn package and attached the log (pretty long sorry). It's strange but it seems that build couldn't find may It's the same problem I was working on recently, the embedder tests don't honour your settings, so they don

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Brett Porter
On 30/06/2008, at 8:47 PM, Henri Gomez wrote: Hi to all, I'd like to works on maven 2.1 to locate and fix a problem with jaxws-mojo (http://jira.codehaus.org/browse/MNG-3586) (Eugene suggestion :) Cool, would be good to get another one off the list :) Doing a Run Maven clean works (of cou

Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
Hi to all, I'd like to works on maven 2.1 to locate and fix a problem with jaxws-mojo (http://jira.codehaus.org/browse/MNG-3586) (Eugene suggestion :) I grabbed the trunk from maven 2.1 into my Eclipse 3.4 workspace. I use m2eclipse 0.9.4 so I enabled Maven Dependencies Management and Enabled Ne