Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-22 Thread Benjamin Bentmann
Jesse Glick wrote: So is this really a "candidate" for release as 3.0 or do you expect to continue making fixes? I would like to roll at least one other RC this week. Will you keep on publishing "RC1" over and over (distinguishing the different builds with timestamps??), or will there be RC2

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Jesse Glick
On 09/16/2010 05:21 AM, Benjamin Bentmann wrote: This is an attempt to collect feedback from a broad audience before we start the vote for 3.0, similar to what was done in the past. I'm a bit confused over the labeling "RC1", perhaps you could clarify. 1. Nothing is published at http://maven.

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann
Justin Edelson wrote: What MAVEN_OPTS are you using? What I was told by the build: [echo] ** WARNING (SLING-443) ** [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set [echo] MAVEN_OPTS="-Xmx256M -XX:MaxPerm

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Justin Edelson
Thanks for looking at this Benjamin. What MAVEN_OPTS are you using? We had some reports at the end of last week that upping PermGen to 512MB fixed the problems on a 64 bit VM. I haven't been able to validate that yet. Thanks, Justin On Sep 21, 2010, at 10:33 AM, Benjamin Bentmann wrote: > J

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann
Justin Edelson wrote: To reproduce: $ svn co http://svn.apache.org/repos/asf/sling/trunk $ mvn clean install After a couple of builds of r999284 of Slink trunk with 3.0-RC1, the only failures I ever managed to produce were in org.apache.sling.launchpad.testing due to the HTTP server occasion

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-19 Thread Brett Porter
After initially forgetting to download it before going offline (doh!) I've been using this for a couple of days without problems. However, being on not-my-usual machine brought some fun errors this morning trying to build one different project, and further trying to break it brought a few outp

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Brian Fox
"This is actually happening because of a snapshot version metadata change that went out with maven 3 beta 3, so if folks used that to deploy, the metadata will be unreadable by nexus versions 1.7.2 and earlier. However, we do have a patch that can be applied. Just drop the following jar in your (

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Benjamin Bentmann
stug23 wrote: We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776 This would need to be resolved before we can use Maven 3.0-RC1. https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-UniqueSnapshotVersionsandClassi

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Anders Hammar
I believe this is a Nexus issue, for which there is a fix. It was mentioned on the nexus users list some days ago. /Anders (mobile) Den 2010 9 18 10:28 skrev "stug23" : > > We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776 > > This would need to be resolved before we ca

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread stug23
We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776 This would need to be resolved before we can use Maven 3.0-RC1. I am not sure whether this requires a fix in Nexus or in Maven? -- View this message in context: http://maven.40175.n5.nabble.com/PLEASE-TEST-Apache-Mave

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-17 Thread Jesse Glick
On 09/15/2010 04:34 PM, Benjamin Bentmann wrote: If you encounter unexpected build issues, please fil[e] a report in JIRA Would be good to take a look at http://jira.codehaus.org/browse/MNG-4428 (server redirect handling) and reconsider its low priority. Although it is claimed to affect 2.2.1

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Mark Derricutt
An odd thing I'm noticing trying to release some multi-module projects with M3 nightlies: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on project smx3.core: Execution default-cli of goal org.apache.maven.plugins:maven-release-plugin:2.0:pre

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Arnaud Héritier
Benjamin I just found this problem : http://jira.codehaus.org/browse/MNG-4813 It is failing for all alpha/beta I tested thus it isn't a problem in RC itself. It occurs with an old version of the jdocbook plugin we are always using in GateIn and few others projects. Arnaud Héritier Software Factor

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Oleg Gusakov
I am getting: java.lang.ClassNotFoundException: javax.persistence.Entity from spring context initialization. Class not found varies depending on the order of spring dependencies, could be a Logger, etc. Same build works fine under 2.2.1. and 3.0-beta-2 I will create an issue if manage to lo

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Jochen Wiedmann
Works fine here. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Olivier Lamy
Fine here (tested on some corporate builds) Thanks (good job !) 2010/9/15 Benjamin Bentmann : > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everybody > interested in taking a preview of the upcoming rele

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
On 9/16/10 11:12 AM, Benjamin Bentmann wrote: > Justin Edelson wrote: > >> Any clues as to what we should be looking for? > > Well, I would hope that the Sling guys now best what makes their tests > fail. Indeed we do. In this case, what's making the tests fail is using a different Maven version

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Benjamin Bentmann
Justin Edelson wrote: Any clues as to what we should be looking for? Well, I would hope that the Sling guys now best what makes their tests fail. One thing I have seen in the past were projects having duplicate classes/resources on their class path and having a subtle dependency on their or

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread John Casey
no problems here so far. I was able to run the assembly plugin ITs without trouble, which is a change from beta-3...there seemed to be some problem with passing expressions in on the command-line in beta-3. At any rate, it looks good. On 9/15/10 4:34 PM, Benjamin Bentmann wrote: Hi, in prepa

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread kristian
I have a plugin where I use the maven3 api. maven-beta-2, maven-beta-1, maven-alpha-6/7, worked maven-beta-3 gives Caused by: java.lang.NullPointerException at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:185) at org.so

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
Integration tests in the Apache Sling build are pretty consistently failing on 3.0-RC1 and 3.0-beta-3 in two different modules. Both pass consistently in 2.2.1. To reproduce: $ svn co http://svn.apache.org/repos/asf/sling/trunk $ mvn clean install In about 4 minutes (depending upon the state of y

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Paul Gier
+1 Seems to work fine for me. On 09/15/2010 03:34 PM, Benjamin Bentmann wrote: > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everybody > interested in taking a preview of the upcoming release for a test

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Tony Chemit
Le Thu, 16 Sep 2010 11:53:45 +0200, Tony Chemit a écrit : > Le Wed, 15 Sep 2010 22:34:47 +0200, > Benjamin Bentmann a écrit : > > works fine on our project (install + site) + release :) (I just made one) > > Tony > > ps: my first mail was lost ? > > > Hi, > > > > in preparation for the rele

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Tony Chemit
Le Wed, 15 Sep 2010 22:34:47 +0200, Benjamin Bentmann a écrit : works fine on our project (install + site) Tony ps: my first mail was lost ? > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everybody

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Baptiste MATHUS
+1, no problem. Tested multimodules build, on windows and AIX (ibm jvm), with and without // build activated. Congratulations for the work! 2010/9/16 Paul Merlin > > +1 (non-binding) > > Tested corporate and oss projects. > Did not test the release process. > > /Paul > > > Quoting Benjamin Ben

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Benjamin Bentmann
Hervé BOUTEMY wrote: is this a formal vote Neither in the mail's subject nor in its body did I refer to any vote. This is an attempt to collect feedback from a broad audience before we start the vote for 3.0, similar to what was done in the past [0]. Benjamin [0] http://www.mail-archive

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Paul Merlin
+1 (non-binding) Tested corporate and oss projects. Did not test the release process. /Paul Quoting Benjamin Bentmann : > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everybody > interested in taking

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-15 Thread Hervé BOUTEMY
is this a formal vote (with "speedup option" to get more users feedback)? Regards, Hervé Le mercredi 15 septembre 2010, Benjamin Bentmann a écrit : > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everyb