Fwd: error on people.apache.org

2008-05-19 Thread Brett Porter
was there a problem in the ant release staging? - Brett Begin forwarded message: find: www/maven.apache.org/plugins/maven-ant-plugin-2.1: Permission denied -- Brett Porter [EMAIL PROTECTED] http://blogs.exist.com/bporter/ -

[vote] Release maven-ant-plugin:2.1

2008-05-19 Thread Vincent Siveton
Hi, We solved 13 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11124&styleName=Html&version=13504 There are still a 0 of issues left in JIRA, yes 0, thanks Benjamin! :) : http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11124&status=1 Staging repo: http://p

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: Artifact Version Comparison

2008-05-19 Thread Hervé BOUTEMY
Le lundi 19 mai 2008, Brett Porter a écrit : > So the change was just to allow numerical ordering for non-standard > versions like alpha-1 vs alpha-11 and 5.0.9.0 vs 5.0.10.0 ? Yes, these cases are the most common ones fixed. I didn't work on the "pluggable version handling" part of the proposal: i

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: Going to Help with Maven bugs, but Wiki Page is Broken

2008-05-19 Thread Brett Porter
I'm not sure the relevant fields have been maintained anyway (though I don't think that's the cause of the error). What type of issues are you interested in helping with? - Brett On 17/05/2008, at 7:32 AM, Matthew J. McCullough wrote: I was going to hit up working on a few Maven issues this

Going to Help with Maven bugs, but Wiki Page is Broken

2008-05-19 Thread Matthew J. McCullough
I was going to hit up working on a few Maven issues this weekend, and went to the "usual" page for the list of them. However, it seems to be presenting error messages from the JIRA queries... http://docs.codehaus.org/display/MAVEN/How+to+help Thanks for looking into this, Matthew McCullough

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