Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-30 Thread Arnaud HERITIER
Hi, We just pushed a new snapshot here : http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20061029/ Since the last one mentionned below : - we fixed a problem on the encoding of the pom when maven installs a plugin. If you had some special character in the pom

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
Hi Manfred. There's no reason, to add a report for maven-xdoc-plugin. And more precisely there's no report defined in the xdoc plugin ;-) Did you try to remove your cache directory ? C:/Documents and Settings/manfred/.maven/cache Arnaud Manfred Moser-3 wrote: Hi! I gave this a spin

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
I hate these errors ! ;-) We'll add a note to ask to the users to manually remove the cache before the upgrade. Thanks Dion. Arnaud Dion Gillard-2 wrote: Looks like a bad cache/install. I reinstalled, removing the cache and maven directory in the repo and this error went away. On

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Vincent Massol
Hi Arnaud, -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: lundi 16 octobre 2006 09:34 To: users@maven.apache.org Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers I hate these errors ! ;-) We'll add a note to ask to the users to manually remove

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
To: users@maven.apache.org Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers I hate these errors ! ;-) We'll add a note to ask to the users to manually remove the cache before the upgrade. Another option is to clean the cache by default upon installation. One simple way of doing it would

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Tomasz Pik
On 10/16/06, Vincent Massol [EMAIL PROTECTED] wrote: Another option is to clean the cache by default upon installation. One simple way of doing it would be to add a marker file named after the version. If there's no file with the current version then maven would clean the cache when it runs and

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Vincent Massol
-Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: lundi 16 octobre 2006 15:17 To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers On 10/16/06, Vincent Massol [EMAIL PROTECTED] wrote: Another option is to clean the cache by default upon

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Wendy Smoak
On 10/9/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1]. This version incorporates 2 important changes and we would like to have your feedback : The only thing I still use Maven 1 for is the PDF plugin... m2 has nothing that

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
ok, thant Wendy for your feedback. I'm happy to see that the pdf plugin is always useful ;-) Arnaud On 10/16/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/9/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1]. This version

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Manfred Moser
Hi! I gave this a spin with my build. I changed over to have my reports in project.xml like this reports reportmaven-pmd-plugin/report reportmaven-junit-report-plugin/report reportmaven-javadoc-plugin/report reportmaven-license-plugin/report

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Dion Gillard
Doesn't work for me. I get a stacktrace on starting: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-RC1-SNAPSHOT Directory C:\Documents and Settings\Dion Gillard\.maven\cache does not exist. At tempting to create. Plugin

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Dion Gillard
Looks like a bad cache/install. I reinstalled, removing the cache and maven directory in the repo and this error went away. On 10/16/06, Dion Gillard [EMAIL PROTECTED] wrote: Doesn't work for me. I get a stacktrace on starting: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-13 Thread Arnaud HERITIER
people up to the later version of the plugin. Taking that out fixes things. thanks very much James -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:45 AM To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-13 Thread Shute, James
Arnaud, I've had no issues with this snapshot so I'd be keen to see a 1.1 final version based on it James -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 6:04 AM To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-12 Thread Gisbert Amm
Arnaud HERITIER wrote: Thanks James for your feedback. We'll add a note about plugin dependencies in projects. Nobody else is interested by maven 1.1 ? Should we continue to try to release a final version 1.1 ? Everybody moved to maven 2 or your existing maven 1.x satisfy you ? We are indeed

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-12 Thread Arnaud HERITIER
Thanks Gisbert. Do not hesitate to ask us some help. If there's some backward incompatibilities, we'll try to fix them. Arnaud On 10/12/06, Gisbert Amm [EMAIL PROTECTED] wrote: Arnaud HERITIER wrote: Thanks James for your feedback. We'll add a note about plugin dependencies in projects.

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-12 Thread Dion Gillard
AM To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers This seems to be the cause indeed, the scm:status goal was only added in version 1.6 of the scm plugin. You don't have a dependency on 1.5 by any chance? Try to remove the .maven/cache/maven-scm-plugin-1.5/ directory

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-11 Thread Arnaud HERITIER
: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:45 AM To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers This seems to be the cause indeed, the scm:status goal was only added in version 1.6 of the scm plugin. You don't have a dependency on 1.5 by any

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Shute, James
Arnaud, I've succesfully been using 1.1b2 for a while so thought I'd give this a spin. I'm having trouble with the scm:prepare-release goal. I've included the output when running with -X below. I'm no expert but it looks a bit suspicious that the version of maven-scm-plugin mentioned in the

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Lukas Theussl
This seems to be the cause indeed, the scm:status goal was only added in version 1.6 of the scm plugin. You don't have a dependency on 1.5 by any chance? Try to remove the .maven/cache/maven-scm-plugin-1.5/ directory and see what happens.. -Lukas Shute, James wrote: Arnaud, I've

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-10 Thread Shute, James
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:45 AM To: Maven Users List Subject: Re: Maven 1.1 RC1 SNAPSHOT needs testers This seems to be the cause indeed, the scm:status goal was only added in version 1.6 of the scm plugin. You don't have a dependency on 1.5 by any chance? Try