Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread John Casey
Arnaud, are you saying that you see something like: May 6, 2009 1:58:26 PM hidden.org.apache.commons.httpclient.HttpMethodBase processCookieHeaders WARNING: Cookie rejected: $Version=0; JSESSIONID=E545E65FB5E46552ED8473D17DF1DC80; $Path=/servlets. Illegal path attribute /servlets. Path of

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread Arnaud HERITIER
I thought the wagon-lightweight was always here.It's with the 2.2.0-RC you delivered. Arnaud On Mon, May 18, 2009 at 5:35 PM, John Casey jdca...@commonjava.org wrote: Arnaud, are you saying that you see something like: May 6, 2009 1:58:26 PM

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread John Casey
I just grepped the uberjar file listing in RC2 for 'ightweight' and came up with nothing. Are you sure the lightweight wagon is present in the copy you have? Arnaud HERITIER wrote: I thought the wagon-lightweight was always here.It's with the 2.2.0-RC you delivered. Arnaud On Mon, May 18,

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread Arnaud HERITIER
No I'm not sure. I just supposed it was it.Sorry Arnaud On Mon, May 18, 2009 at 10:13 PM, John Casey jdca...@commonjava.org wrote: I just grepped the uberjar file listing in RC2 for 'ightweight' and came up with nothing. Are you sure the lightweight wagon is present in the copy you have?

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-15 Thread Markku Saarela
Hi, Our release failed. There are two problems. Command line: mvn -Psome -Denv=some-dev release:perform -X 1. Command line -Psome profile activation is not working, at least prepare perform and rollback goals. [WARNING] Profile with id: 'some' has not been activated. 2.

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-15 Thread Arnaud HERITIER
With the lightweight http wagon I have the issue NEXUS-1967 (rejected cookies) also for downloads. Arnaud On Fri, May 15, 2009 at 8:47 AM, Markku Saarela markku.saar...@iki.fiwrote: Hi, Our release failed. There are two problems. Command line: mvn -Psome -Denv=some-dev release:perform -X

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-06 Thread Jörg Schaible
John Casey wrote at Dienstag, 5. Mai 2009 02:02: Hi again, After finding and cleaning up some code that seems to be tainted during some of our efforts at generifying the codebase, we've respun a new release candidate. If you have time, please give it a whirl:

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-06 Thread Mark Derricutt
Looks good with projects that had issues with profiles under 2.1.0 (sub projects not resolving profiles problem when built from the master). Mark -- Discouragement is a dissatisfaction with the past, a distaste for the present, and a distrust of the future - Maree De Jong, Life NZ.

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-06 Thread Dominic Mitchell
On 5 May 2009, at 01:02, John Casey wrote: After finding and cleaning up some code that seems to be tainted during some of our efforts at generifying the codebase, we've respun a new release candidate. If you have time, please give it a whirl:

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-06 Thread Brian Fox
Check what command the release plugin is invoking during the perform goal. It's checking out the code to target/checkout and then forks another maven execution in that folder. This is the one that's failing for you. On Wed, May 6, 2009 at 3:18 AM, Mark Derricutt m...@talios.com wrote: Looks

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-05 Thread Paul MERLIN
Hey, I had no issue building my projects. release:prepare is working but release:perform is not (see the trace below). I switched to 2.1.0 right after that and the release:perform went well. I'm using the javasvn scm provider here but I get the same error using the native one. /Paul

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-05 Thread Baptiste MATHUS
+1. Just noticed the same problem while mvn releasing a multimodule project. The rest is fine (mvn clean deploy is ok). Cheers. 2009/5/5 Paul MERLIN p...@nosphere.org Hey, I had no issue building my projects. release:prepare is working but release:perform is not (see the trace below). I

[PLEASE TEST] Maven 2.2.0-RC2

2009-05-04 Thread John Casey
Hi again, After finding and cleaning up some code that seems to be tainted during some of our efforts at generifying the codebase, we've respun a new release candidate. If you have time, please give it a whirl: