Re: stage:copy ClassCastException with maven 2.0.9

2008-05-21 Thread Brett Porter
On 22/05/2008, at 1:28 AM, Jason van Zyl wrote: Are you going to roll this back? No one can stage anything until you do. setMaven 2.0.8 is way easier than setMaven 2.0.10 (given it's not released yet :) Apologies for the inconvenience, all. - Brett On 19-May-08, at 2:50 PM, Brett Po

RE: stage:copy ClassCastException with maven 2.0.9

2008-05-21 Thread Brian E. Fox
:copy ClassCastException with maven 2.0.9 Are you going to roll this back? No one can stage anything until you do. On 19-May-08, at 2:50 PM, Brett Porter wrote: > > On 20/05/2008, at 7:34 AM, Jason van Zyl wrote: >> >> We have been releasing significantly faster with the last couple &g

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-21 Thread Jason van Zyl
Are you going to roll this back? No one can stage anything until you do. On 19-May-08, at 2:50 PM, Brett Porter wrote: On 20/05/2008, at 7:34 AM, Jason van Zyl wrote: We have been releasing significantly faster with the last couple releases, and if Wagon remains compatible why would you ne

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Brett Porter
On 20/05/2008, at 7:34 AM, Jason van Zyl wrote: We have been releasing significantly faster with the last couple releases, and if Wagon remains compatible why would you need to use a different version? The ability to control the version from the POM (both forwards and backwards) is the

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Jason van Zyl
On 19-May-08, at 2:28 PM, Brett Porter wrote: On 20/05/2008, at 7:23 AM, Jason van Zyl wrote: On 19-May-08, at 2:38 AM, Brett Porter wrote: Yeah, same problem. It does appear this was the change I was referring to (http://svn.apache.org/viewvc?view=rev&revision=642223 ). I hadn't antici

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Brett Porter
On 20/05/2008, at 7:23 AM, Jason van Zyl wrote: On 19-May-08, at 2:38 AM, Brett Porter wrote: Yeah, same problem. It does appear this was the change I was referring to (http://svn.apache.org/viewvc?view=rev&revision=642223 ). I hadn't anticipated the direct use of classes from a wagon im

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Jason van Zyl
On 19-May-08, at 2:38 AM, Brett Porter wrote: Yeah, same problem. It does appear this was the change I was referring to (http://svn.apache.org/viewvc?view=rev&revision=642223 ). I hadn't anticipated the direct use of classes from a wagon implementation, just the API. Sorry! I'll look into

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Brett Porter
Yeah, same problem. It does appear this was the change I was referring to (http://svn.apache.org/viewvc?view=rev&revision=642223 ). I hadn't anticipated the direct use of classes from a wagon implementation, just the API. Sorry! I'll look into the possibility of changing the filters for exte

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-19 Thread Olivier Lamy
Hi, I have cleaned my repo and try it again. I always have the same issue. I have try with this with cli : mvn stage:copy -Dsource="http://people.apache.org/~olamy/staging-repo/"; -Dtarget="scp://people.apache.org/home/olamy/tmp" -Dversion=2.0.8 -DtargetRepositoryId=apache.releases Can someone el

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-18 Thread Brett Porter
I also used the final RC of 2.0.9 to release Archiva last time. I did change the filtering for wagon-ssh in a much earlier commit - that would be my initial guess, but I also have a feeling I would have tried stage copying with that in place already. Is this being done with the latest relea

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-17 Thread Tom Huybrechts
I have a private plugin that uses the stage-plugin code, and just got the same stacktrace from one of my users yesterday. Probably also because he switched to 2.0.9. I'll ask him on monday... On Sat, May 17, 2008 at 8:50 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > That's weird. I used 2.0.9 to

RE: stage:copy ClassCastException with maven 2.0.9

2008-05-17 Thread Brian E. Fox
That's weird. I used 2.0.9 to stage and release 2.0.9 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olivier Lamy Sent: Saturday, May 17, 2008 10:12 AM To: Maven Developers List Subject: stage:copy ClassCastException with maven 2.0.9 Hi, I have just try