RE: Re: [2.0.10 RC] please test

2008-12-12 Thread Brian E. Fox
That's a whole separate discussion, but one we've had before. The
mercury wagon will be used in 2.1.x so it will leave the old wagon just
for 2.0.x

-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Holger Hoffstaette
Sent: Thursday, December 11, 2008 10:28 AM
To: users@maven.apache.org
Subject: Re: [2.0.10 RC] please test

On Wed, 10 Dec 2008 21:14:29 -0500, Brian E. Fox wrote:

> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We
have
> reverted the 2.0.x branch back to use wagon beta-2 where it was
> historically for stability. Users that require fixes for wagon beta-3+
> should use 2.1.0-M1 instead.

Why is the "stable" plugin version still called beta?

-h



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [2.0.10 RC] please test

2008-12-12 Thread Dennis Lundberg
Brian E. Fox wrote:
> Hello,
> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We
> have reverted the 2.0.x branch back to use wagon beta-2 where it was
> historically for stability. Users that require fixes for wagon beta-3+
> should use 2.1.0-M1 instead.

Then shouldn't we remove "2.0.10" from "Fix Version" in JIRA for
http://jira.codehaus.org/browse/MNG-3622

> 
> 
> Here's the list of issues fixed in 2.0.10:
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-5 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC5/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> --
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [2.0.10 RC] please test

2008-12-11 Thread Holger Hoffstaette
On Wed, 10 Dec 2008 21:14:29 -0500, Brian E. Fox wrote:

> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We have
> reverted the 2.0.x branch back to use wagon beta-2 where it was
> historically for stability. Users that require fixes for wagon beta-3+
> should use 2.1.0-M1 instead.

Why is the "stable" plugin version still called beta?

-h



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] please test

2008-12-11 Thread Martin Höller
On Thursday 11 December 2008 Brian E. Fox wrote:
> Please try it out and see if we have any remaining regressions over
> 2.0.9.

No problems with 2.0.10-RC5 here.

However, the versioning seems strange: some months ago i tested 2.0.10-RC9, 
now I'm testing 2.0.10-RC5 which is newer. I know that the RC9 became 
2.1.0-M1 and this one is another branch, but still the versioning of the 
RCs might be a bit confusing.

hth,
- martin


signature.asc
Description: This is a digitally signed message part.


Re: [2.0.10 RC] Please test

2008-11-15 Thread Hervé BOUTEMY
Le samedi 15 novembre 2008, Henrique Prange a écrit :
> Hi Brian,
>
> Brian E. Fox wrote:
> > The version is correct but it does seem to have the wrong embedded
> > version. There must be a property in the pom that the release plugin
> > didn't update.
yes, the release plugin din't update mavenVersion property when preparing 
2.0.10-RC3-SNAPSHOT (see r709065).
I fixed the pom for the actual RC4-SNAPSHOT version, but too late for RC3: it 
contains RC2 Maven components

regards,

Hervé

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] Please test

2008-11-15 Thread Henrique Prange

Hi Brian,

Brian E. Fox wrote:

The version is correct but it does seem to have the wrong embedded
version. There must be a property in the pom that the release plugin
didn't update.

On the wagon-ssh, I'm not having issues, can you give more info on how
to reproduce it?


Sure. It's an open source project. You can find the pom.xml here [1] and 
the project source here [2].


If you change the version of wagon-ssh to 1.0-beta-4 or remove the 
version tag, it doesn't work.


Following is the snippet of my settings.xml with the server connection data.


   webobjects.mdimension.com/dist/snapshots
   myusername
   



Does 2.1M1 work for you? (I ported back the exact fix
from that branch)


I've tried it again and it didn't work too. :( On both versions (2.1-M1 
and 2.0.10-RC3), it only work with wagon-ssh-1.0-beta-2.


I don't know why it have worked the first time. As I've cleaned my local 
repo, I can't reproduce the same environment I had at that time. :(


[1]https://svn.objectstyle.org/repos/woproject/trunk/woproject/pom.xml
[2]https://svn.objectstyle.org/repos/woproject/trunk/woproject/

Cheers,

Henrique



-Original Message-
From: Henrique Prange [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 14, 2008 5:04 PM

To: Maven Users List
Cc: [EMAIL PROTECTED]
Subject: Re: [2.0.10 RC] Please test

Hi Brian,

I've tried the RC3 but it seems to be the old RC2. I've downloaded 
distinct packages (tar.gz and zip) on different browsers (Safari and 
Firefox) to avoid any cache problems. :(


Following is the mvn -v output:

Maven version: 2.0.10-RC2
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.5" arch: "i386" Family: "unix"

I've tested anyway and the wagon-ssh issue is still there. Are you sure 
the staged version is the right one?


Cheers,

Henrique

Brian Fox wrote:

Hello,
This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). No
other issues where identified in RC2 so hopefully this will become the
last RC.


Here's the list of issues fixed in 2.0.10:



http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName

=Html&projectId=10500&Create=Create

And I've staged RC-3 here:



http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa

che-maven/2.0.10-RC3/



Please try it out and see if we have any remaining regressions over

2.0.9.

Thanks,

Brian

--
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/people/brian/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [2.0.10 RC] Please test

2008-11-14 Thread Brian E. Fox
The version is correct but it does seem to have the wrong embedded
version. There must be a property in the pom that the release plugin
didn't update.

On the wagon-ssh, I'm not having issues, can you give more info on how
to reproduce it? Does 2.1M1 work for you? (I ported back the exact fix
from that branch)

-Original Message-
From: Henrique Prange [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 14, 2008 5:04 PM
To: Maven Users List
Cc: [EMAIL PROTECTED]
Subject: Re: [2.0.10 RC] Please test

Hi Brian,

I've tried the RC3 but it seems to be the old RC2. I've downloaded 
distinct packages (tar.gz and zip) on different browsers (Safari and 
Firefox) to avoid any cache problems. :(

Following is the mvn -v output:

Maven version: 2.0.10-RC2
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.5" arch: "i386" Family: "unix"

I've tested anyway and the wagon-ssh issue is still there. Are you sure 
the staged version is the right one?

Cheers,

Henrique

Brian Fox wrote:
> Hello,
> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). No
> other issues where identified in RC2 so hopefully this will become the
> last RC.
> 
> 
> Here's the list of issues fixed in 2.0.10:
> 
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-3 here:
> 
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC3/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
2.0.9.
> 
> Thanks,
> 
> Brian
> 
> --
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/people/brian/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] Please test

2008-11-14 Thread david

On Fri, 14 Nov 2008, Brian Fox wrote:


Hello,
This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). No
other issues where identified in RC2 so hopefully this will become the
last RC.


Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-3 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC3/


Actually it print rc2 when running it:
C:\temp\x\apache-maven-2.0.10-RC3\bin>mvn -v
Maven version: 2.0.10-RC2
Java version: 1.6.0_10
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
C:\temp\x\apache-maven-2.0.10-RC3\bin>


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] Please test

2008-11-14 Thread Henrique Prange

Hi Brian,

I've tried the RC3 but it seems to be the old RC2. I've downloaded 
distinct packages (tar.gz and zip) on different browsers (Safari and 
Firefox) to avoid any cache problems. :(


Following is the mvn -v output:

Maven version: 2.0.10-RC2
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.5" arch: "i386" Family: "unix"

I've tested anyway and the wagon-ssh issue is still there. Are you sure 
the staged version is the right one?


Cheers,

Henrique

Brian Fox wrote:

Hello,
This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). No
other issues where identified in RC2 so hopefully this will become the
last RC.


Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-3 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC3/



Please try it out and see if we have any remaining regressions over 2.0.9.

Thanks,

Brian

--
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/people/brian/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [2.0.10 RC] Please test

2008-11-08 Thread Brian E. Fox
Yes, that's helpful. We'll have to dig in some more.

-Original Message-
From: Henrique Prange [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 08, 2008 3:12 PM
To: Maven Users List
Subject: Re: [2.0.10 RC] Please test

Hi Brian,

I'm using wagon-ssh (for scp:// url).

I've probably used the latest version, since it was not specified in my 
pom.xml.

I did two tests with the same project:

1) Specified the wagon-ssh version as 1.0-beta-4 (I suppose it is the 
latest):

I had the same problem.

2) Specified the wagon-ssh version as 1.0-beta-2:

Maven did what it was supposed to do without asking me to type any
password.

Hope this helps.

Cheers,

Henrique

P.S.: I have the following message printed on console for both versions 
of the wagon plug-in (beta-2 or beta-4).

WAGON_VERSION: 1.0-beta-2

Brian E. Fox wrote:
> What wagon/url is being used?
> 
> -Original Message-
> From: Henrique Prange [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 07, 2008 8:55 AM
> To: Maven Users List
> Subject: Re: [2.0.10 RC] Please test
> 
> Hi Brian,
> 
> I've tried to deploy a project with 2.0.10-RC2 and I receive a message

> asking me to type the password a lot of times.
> 
> [INFO] Retrieving previous build number from myhost.com/dist/snapshots
> Keyboard interactive required, supplied password is ignored
> Password::
> 
> I've rechecked and the password is correctly configured in my 
> settings.xml. I've tried with 2.1.0-M1 and it worked fine.
> 
> Cheers,
> 
> Henrique
> 
> Brian Fox wrote:
>> Hello,
>> We're moving forward with the 2.0.10 RC process. We have have not
>> turned up any new issues within the Dev team, so as usual we're
>> widening our net.
>>
>> Here's the list of issues fixed in 2.0.10:
>>
>>
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>> =Html&projectId=10500&Create=Create
>>
>> And I've staged RC-2 here:
>>
>>
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>> che-maven/2.0.10-RC2/
>>
>>
>>
>> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>> Thanks,
>>
>> Brian
>>
>> --
>>
>> Brian Fox
>>
>> Apache Maven PMC
>>
>> http://blogs.sonatype.com/brian/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] Please test

2008-11-08 Thread Henrique Prange

Hi Brian,

I'm using wagon-ssh (for scp:// url).

I've probably used the latest version, since it was not specified in my 
pom.xml.


I did two tests with the same project:

1) Specified the wagon-ssh version as 1.0-beta-4 (I suppose it is the 
latest):


I had the same problem.

2) Specified the wagon-ssh version as 1.0-beta-2:

Maven did what it was supposed to do without asking me to type any password.

Hope this helps.

Cheers,

Henrique

P.S.: I have the following message printed on console for both versions 
of the wagon plug-in (beta-2 or beta-4).


WAGON_VERSION: 1.0-beta-2

Brian E. Fox wrote:

What wagon/url is being used?

-Original Message-
From: Henrique Prange [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2008 8:55 AM

To: Maven Users List
Subject: Re: [2.0.10 RC] Please test

Hi Brian,

I've tried to deploy a project with 2.0.10-RC2 and I receive a message 
asking me to type the password a lot of times.


[INFO] Retrieving previous build number from myhost.com/dist/snapshots
Keyboard interactive required, supplied password is ignored
Password::

I've rechecked and the password is correctly configured in my 
settings.xml. I've tried with 2.1.0-M1 and it worked fine.


Cheers,

Henrique

Brian Fox wrote:

Hello,
We're moving forward with the 2.0.10 RC process. We have have not
turned up any new issues within the Dev team, so as usual we're
widening our net.

Here's the list of issues fixed in 2.0.10:



http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName

=Html&projectId=10500&Create=Create

And I've staged RC-2 here:



http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa

che-maven/2.0.10-RC2/



Please try it out and see if we have any remaining regressions over

2.0.9.

Thanks,

Brian

--

Brian Fox

Apache Maven PMC

http://blogs.sonatype.com/brian/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [2.0.10 RC] Please test

2008-11-07 Thread Brian E. Fox
What wagon/url is being used?

-Original Message-
From: Henrique Prange [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2008 8:55 AM
To: Maven Users List
Subject: Re: [2.0.10 RC] Please test

Hi Brian,

I've tried to deploy a project with 2.0.10-RC2 and I receive a message 
asking me to type the password a lot of times.

[INFO] Retrieving previous build number from myhost.com/dist/snapshots
Keyboard interactive required, supplied password is ignored
Password::

I've rechecked and the password is correctly configured in my 
settings.xml. I've tried with 2.1.0-M1 and it worked fine.

Cheers,

Henrique

Brian Fox wrote:
> Hello,
> We're moving forward with the 2.0.10 RC process. We have have not
> turned up any new issues within the Dev team, so as usual we're
> widening our net.
> 
> Here's the list of issues fixed in 2.0.10:
> 
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-2 here:
> 
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC2/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
2.0.9.
> 
> Thanks,
> 
> Brian
> 
> --
> 
> Brian Fox
> 
> Apache Maven PMC
> 
> http://blogs.sonatype.com/brian/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [2.0.10 RC] Please test

2008-11-07 Thread Geoffrey Wiseman
On Thu, Nov 6, 2008 at 8:03 PM, Brian Fox <[EMAIL PROTECTED]> wrote:

> Hello,
> We're moving forward with the 2.0.10 RC process. We have have not
> turned up any new issues within the Dev team, so as usual we're
> widening our net.
>
> Here's the list of issues fixed in 2.0.10:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
>
> And I've staged RC-2 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC2/
>
>  Please try it out and see if we have any remaining regressions over
> 2.0.9.
>

I'm still experiencing lockups on a large/complex build with the shade
plugin with one project, the same one that had issues under RC11;
unfortunately, I couldn't isolate the problem then, so I doubt I can isolate
it now.

All my other projects are fine.
-- 
Geoffrey Wiseman


Re: [2.0.10 RC] Please test

2008-11-07 Thread Geoffrey Wiseman
On Thu, Nov 6, 2008 at 8:03 PM, Brian Fox <[EMAIL PROTECTED]> wrote:

> We're moving forward with the 2.0.10 RC process. We have have not
> turned up any new issues within the Dev team, so as usual we're
> widening our net.
>
> Here's the list of issues fixed in 2.0.10:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
>
> And I've staged RC-2 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC2/
>

It's probably too much work to contemplate, but it occurs to me that it
would be nice to have a plugin that does this; a little like the way that
the Maven Release plugin does a checkout in the target dir, and builds that,
you could download a new release of Maven into the target dir, work off
existing Maven settings (or some transformation of those settings) and build
the project with the new release of Maven.

e.g.:
  mvn ugprade:check -Dmaven.upgrade.goals=clean,install
-Dmaven.upgrade.version=2.0.10-RC2

Anyway -- I certainly don't have the time to build that, but if someone did
... I'd use it.  ;)

  - Geoffrey
-- 
Geoffrey Wiseman


Re: [2.0.10 RC] Please test

2008-11-07 Thread Henrique Prange

Hi Brian,

I've tried to deploy a project with 2.0.10-RC2 and I receive a message 
asking me to type the password a lot of times.


[INFO] Retrieving previous build number from myhost.com/dist/snapshots
Keyboard interactive required, supplied password is ignored
Password::

I've rechecked and the password is correctly configured in my 
settings.xml. I've tried with 2.1.0-M1 and it worked fine.


Cheers,

Henrique

Brian Fox wrote:

Hello,
We're moving forward with the 2.0.10 RC process. We have have not
turned up any new issues within the Dev team, so as usual we're
widening our net.

Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-2 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC2/



Please try it out and see if we have any remaining regressions over 2.0.9.

Thanks,

Brian

--

Brian Fox

Apache Maven PMC

http://blogs.sonatype.com/brian/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]