Re: Maven 2.0.10-RC5

2008-08-06 Thread Paul Benedict
When I reinstalled 2.0.10-RC5, it ran fine. Then I realized my reinstall didn't include my custom settings.xml, but once I put that back into /conf, everything went bonkers again. So that's where the problem is. You can reproduce the problem by doing the following: - Edit the original settings.xml

Re: Maven 2.0.10-RC5

2008-08-06 Thread Paul Benedict
I should add this happens to me unconditionally. No goals, no matter what they are, will execute. On Wed, Aug 6, 2008 at 8:13 PM, Paul Benedict <[EMAIL PROTECTED]> wrote: > I tried RC5 and got this weird error. > >>c:\dev\apache-maven-2.0.10-RC5\bin\m

Re: Maven 2.0.10-RC5

2008-08-06 Thread Paul Benedict
I tried RC5 and got this weird error. >c:\dev\apache-maven-2.0.10-RC5\bin\mvn.bat site:deploy --- constituent[0]: file:/c:/Dev/apache-maven-2.0.10-RC5/bin/../lib/maven-2.0.10-RC5-uber.

Re: Maven 2.0.10-RC5

2008-08-06 Thread John Casey
t have a net connection most of the day. -john Benjamin Bentmann wrote: Hi John, http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5 Brian was so kind to install RC5 on Hudson and Arnaud has setup the job "Maven-Plugins-CI" t

Re: Maven 2.0.10-RC5

2008-08-06 Thread Arnaud HERITIER
ey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5<http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5> >> > > Brian was so kind to install RC5 on Hudson and Arnaud has setup the job > "Maven-Plugi

Re: Maven 2.0.10-RC5

2008-08-06 Thread Benjamin Bentmann
Hi John, http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5 Brian was so kind to install RC5 on Hudson and Arnaud has setup the job "Maven-Plugins-CI" to run with it. The build #22 [0] showed a NPE coming from DefaultPluginMa

Re: Maven 2.0.10-RC5

2008-08-05 Thread Paul Benedict
Is there any chance that because Java 1.4 must be supported, the large time increase is because of syncronized StringBuffer? Could that be affecting the aggressive interpolation? I'd like to know what happens if 1.5 StringBuilder was being used. Paul On Tue, Aug 5, 2008 at 12:32 PM, Jason van Zyl

Re: Maven 2.0.10-RC5

2008-08-05 Thread Jason van Zyl
On 5-Aug-08, at 9:31 AM, Daniel Kulp wrote: Jason, On Tuesday 05 August 2008 9:37:08 am Jason van Zyl wrote: Can you load up CXF and try it with 2.0.9 and and the RC? I will setup something on Hudson tonight, it collects times so we can check it there. With the profiles that I use to do

RE: Maven 2.0.10-RC5

2008-08-05 Thread Brian E. Fox
I agree. It looks like we have a real problem here that needs to be addressed before we go forward. -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 12:32 PM To: Maven Developers List Subject: Re: Maven 2.0.10-RC5 Jason, On Tuesday 05

Re: Maven 2.0.10-RC5

2008-08-05 Thread Daniel Kulp
Jason, On Tuesday 05 August 2008 9:37:08 am Jason van Zyl wrote: > Can you load up CXF and try it with 2.0.9 and and the RC? I will setup > something on Hudson tonight, it collects times so we can check it there. With the profiles that I use to do deploys and stuff (which involves the javadoc a

Re: Maven 2.0.10-RC5

2008-08-05 Thread Jason van Zyl
Dan, Can you load up CXF and try it with 2.0.9 and and the RC? I will setup something on Hudson tonight, it collects times so we can check it there. On 5-Aug-08, at 5:01 AM, Daniel Kulp wrote: On Tuesday 05 August 2008 5:54:26 am Jochen Wiedmann wrote: On Tue, Aug 5, 2008 at 10:17 AM, Maur

Re: Maven 2.0.10-RC5

2008-08-05 Thread Daniel Kulp
On Tuesday 05 August 2008 5:54:26 am Jochen Wiedmann wrote: > On Tue, Aug 5, 2008 at 10:17 AM, Mauro Talevi > > <[EMAIL PROTECTED]> wrote: > > So a 20% increase on the original time - which is acceptable IMO for the > > sake of reproducibility. Certainly not a 300% increase. > > For me, this might

RE: Maven 2.0.10-RC5

2008-08-05 Thread Jörg Schaible
Hi Brett, Brett Porter wrote: > I think it's something to put in the RC post, focus on testing: > - interpolation > - deployment and proxies > - any reproducible, consistent speed degradation > > It would probably still be worth inspecting the performance with a > tool sucha s yourkit... Jörg is

RE: Re: Maven 2.0.10-RC5

2008-08-05 Thread Jörg Schaible
Hi Mauro, Mauro Talevi wrote: > John Casey wrote: >> I've checked the maven core and plugins builds, and they're both >> running around 30s longer than with 2.0.9, with slightly less memory >> consumption. Other builds I've tried are running nearer to +15s over >> 2.0.9. >> > > Here's a benchma

Re: Maven 2.0.10-RC5

2008-08-05 Thread Jochen Wiedmann
On Tue, Aug 5, 2008 at 10:17 AM, Mauro Talevi <[EMAIL PROTECTED]> wrote: > So a 20% increase on the original time - which is acceptable IMO for the > sake of reproducibility. Certainly not a 300% increase. For me, this might be sufficient reason not to upgrade. Jochen -- Look, that's why there

Re: Maven 2.0.10-RC5

2008-08-05 Thread Asgeir S. Nilsen
--Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2008 12:49 PM > To: Maven Developers List > Subject: Re: Maven 2.0.10-RC5 > > I've checked the maven core and plugins builds, and they're both running > around 30s longer tha

Re: Maven 2.0.10-RC5

2008-08-05 Thread Mauro Talevi
John Casey wrote: I've checked the maven core and plugins builds, and they're both running around 30s longer than with 2.0.9, with slightly less memory consumption. Other builds I've tried are running nearer to +15s over 2.0.9. Here's a benchmark done on a sizeable project: 2.0.9 [INFO] Tota

Re: Maven 2.0.10-RC5

2008-08-04 Thread Brett Porter
if anyone else has issues. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 12:49 PM To: Maven Developers List Subject: Re: Maven 2.0.10-RC5 I've checked the maven core and plugins builds, and they're both running around 30s longer than wi

RE: Maven 2.0.10-RC5

2008-08-04 Thread Brian E. Fox
, 2008 12:49 PM To: Maven Developers List Subject: Re: Maven 2.0.10-RC5 I've checked the maven core and plugins builds, and they're both running around 30s longer than with 2.0.9, with slightly less memory consumption. Other builds I've tried are running nearer to +15s over 2.0.

Re: Maven 2.0.10-RC5

2008-08-04 Thread Paul Benedict
I agree with John Casey that a predictable fix is more important than a speedy build time. However, I am surprised that the one guy's build went from 45m to 3 hours! That's a huge leap. The only thing I can suggest is to pull something out of the Microsoft Windows development book: the use of compa

Re: Maven 2.0.10-RC5

2008-08-04 Thread John Casey
ns. -john Jörg Schaible wrote: Hi, John Casey wrote: Hi, Here's your daily dose of Maven 2.0.10! I've fixed the regressions pointed out in RC4, and added integration tests to guard against their reintroduction. The new release candidate can be found here: http://people.apache.org/~jdc

Re: Maven 2.0.10-RC5

2008-08-04 Thread John Casey
ed correctly. The majority of users probably aren't getting hit by these bugs, so forcing the performance hit on them will appear as a regression, not an improvement. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:18 AM To: Maven Devel

Re: Maven 2.0.10-RC5

2008-08-04 Thread John Casey
an improvement. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:18 AM To: Maven Developers List Subject: Re: Maven 2.0.10-RC5 Brett, This change was in place long before the javadoc plugin problem of the last RC. The problem happens when f

RE: Maven 2.0.10-RC5

2008-08-04 Thread Brian E. Fox
appear as a regression, not an improvement. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:18 AM To: Maven Developers List Subject: Re: Maven 2.0.10-RC5 Brett, This change was in place long before the javadoc plugin problem of the la

Re: Maven 2.0.10-RC5

2008-08-04 Thread John Casey
ily dose of Maven 2.0.10! I've fixed the regressions pointed out in RC4, and added integration tests to guard against their reintroduction. The new release candidate can be found here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC 5/org/apache/maven/apache-maven

Re: Maven 2.0.10-RC5

2008-08-04 Thread Brett Porter
ohn Casey wrote: Hi, Here's your daily dose of Maven 2.0.10! I've fixed the regressions pointed out in RC4, and added integration tests to guard against their reintroduction. The new release candidate can be found here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC 5/org/apache

Re: Maven 2.0.10-RC5

2008-08-04 Thread John Casey
've fixed the regressions pointed out in RC4, and added integration tests to guard against their reintroduction. The new release candidate can be found here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC 5/org/apache/maven/apache-maven/2.0.10-RC5 The release notes (again): h

RE: Maven 2.0.10-RC5

2008-08-04 Thread Jörg Schaible
he.org/~jdcasey/stage/apache-maven/2.0.10-RC > 5/org/apache/maven/apache-maven/2.0.10-RC5 > > The release notes (again): > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=105 > 00&styleName=Html&version=14112 > > Please try it out and let me know

Re: Maven 2.0.10-RC5

2008-08-03 Thread Mauro Talevi
re: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5 The release notes (again): http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14112 Please try it out and let me know if things go wron

Re: Maven 2.0.10-RC5

2008-08-01 Thread Vincent Siveton
he new release candidate can be found here: > > http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC5/org/apache/maven/apache-maven/2.0.10-RC5 > > The release notes (again): > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version

Maven 2.0.10-RC5

2008-08-01 Thread John Casey
Hi, Here's your daily dose of Maven 2.0.10! I've fixed the regressions pointed out in RC4, and added integration tests to guard against their reintroduction. The new release candidate can be found here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC5/org/apache/ma