Re: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Vincent Siveton
2008/6/2, Dennis Lundberg <[EMAIL PROTECTED]>: > Lukas Theussl wrote: > > > Hrm, ok. But if we release site and pir plugins (which is slated to happen > soonish, right?), these people will be bitten by the same problems anyway, > unless maven-2.0.10 gets released in the meantime and they upgrade >

Re: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Dennis Lundberg
Lukas Theussl wrote: Hrm, ok. But if we release site and pir plugins (which is slated to happen soonish, right?), these people will be bitten by the same problems anyway, unless maven-2.0.10 gets released in the meantime and they upgrade immediately. (And btw, shouldn't versions be specified ev

Re: [VOTE] Release Maven Checkstyle plugin version 2.2

2008-06-02 Thread Zach Legein
+1 Dennis Lundberg-2 wrote: > > Hi, > > It's been over two years since the last release, so let's do this :-) > > We solved 31 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=12489 > > There are still a couple of issues left in JIRA: > http://

Re: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Lukas Theussl
Hrm, ok. But if we release site and pir plugins (which is slated to happen soonish, right?), these people will be bitten by the same problems anyway, unless maven-2.0.10 gets released in the meantime and they upgrade immediately. (And btw, shouldn't versions be specified even for snapshots anyw

Re: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Dennis Lundberg
Lukas Theussl wrote: I have uploaded the new snapshots with changed version number exactly because I didn't want to interrupt the release process for site-plugin-2.0-beta-7 and pir-2.1. How come people are already getting these snapshots, I thought they'd have to explicitly ask for them? If t

Re: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Lukas Theussl
I have uploaded the new snapshots with changed version number exactly because I didn't want to interrupt the release process for site-plugin-2.0-beta-7 and pir-2.1. How come people are already getting these snapshots, I thought they'd have to explicitly ask for them? -Lukas Brian E. Fox wrot

RE: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Brian E. Fox
I don't follow what you're asking -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 2:32 PM To: Maven Developers List Subject: Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working Hi Having two concurrent SNAPSHOT versions for maven

Multiple concurrent SNAPSHOTs for MSITE and MPIR isn't working

2008-06-02 Thread Dennis Lundberg
Hi Having two concurrent SNAPSHOT versions for maven-site-plugin and maven-project-info-reports-plugin just isn't working. Issues are starting to pour in for the the newest SNAPSHOTs, when we are in the process of releasing the older SNAPSHOTs. Can we please remove the 2.0-beta-8-SNAPSHOT an

Re: [VOTE] Release Maven Checkstyle plugin version 2.2

2008-06-02 Thread Joakim Erdfelt
+1 Dennis Lundberg wrote: Hi, It's been over two years since the last release, so let's do this :-) We solved 31 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=12489 There are still a couple of issues left in JIRA: http://jira.codehaus.org/s

Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread Mark Hobson
Vote has passed thanks, here's the summary: Binding: Olivier Lamy +1, Brian E. Fox +1, John Casey +1, Jason van Zyl +1 Non-binding: Paul Gier +1 I'll proceed with the release. Mark 2008/6/2 Jason van Zyl <[EMAIL PROTECTED]>: > +1 > > On 2-Jun-08, at 2:50 AM, Mark Hobson wrote: > >> Anyone else?

Migration to java 5.0

2008-06-02 Thread Sergey Zakusov
Hello, What do you think about migration to java 5.0 - it will allow you to close many todos like // XXX List of what? private List files; The following code looks better :) private List files; + we can use another form of for statement designed for iteration through Collections a

Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread Jason van Zyl
+1 On 2-Jun-08, at 2:50 AM, Mark Hobson wrote: Anyone else? Cheers, Mark 2008/5/31 Olivier Lamy <[EMAIL PROTECTED]>: +1. Thanks! -- Olivier 2008/5/29 Mark Hobson <[EMAIL PROTECTED]>: Hi there, I'd like to attempt to release Maven Runtime 1.0-alpha-1 once more. The changes since the last

Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread John Casey
+1 Mark Hobson wrote: Hi there, I'd like to attempt to release Maven Runtime 1.0-alpha-1 once more. The changes since the last vote are: - Added Java 5 requirement note to site homepage Staging repo: http://people.apache.org/~markh/staging-repo/ Staging site (not yet synced): http://maven.ap

Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread Paul Gier
+1 Paul Mark Hobson wrote: Anyone else? Cheers, Mark 2008/5/31 Olivier Lamy <[EMAIL PROTECTED]>: +1. Thanks! -- Olivier 2008/5/29 Mark Hobson <[EMAIL PROTECTED]>: Hi there, I'd like to attempt to release Maven Runtime 1.0-alpha-1 once more. The changes since the last vote are: - Added J

RE: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread Brian E. Fox
+1 -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 5:51 AM To: Maven Developers List Subject: Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3) Anyone else? Cheers, Mark 2008/5/31 Olivier Lamy <[EMAIL PROTECTED]>: > +1. > Thanks! > -- > O

Re: [VOTE] Release Maven Runtime 1.0-alpha-1 (take 3)

2008-06-02 Thread Mark Hobson
Anyone else? Cheers, Mark 2008/5/31 Olivier Lamy <[EMAIL PROTECTED]>: > +1. > Thanks! > -- > Olivier > > 2008/5/29 Mark Hobson <[EMAIL PROTECTED]>: >> Hi there, >> >> I'd like to attempt to release Maven Runtime 1.0-alpha-1 once more. >> The changes since the last vote are: >> >> - Added Java 5

Re: xbean in 2.1 break embeddabable usage of maven

2008-06-02 Thread Milos Kleint
I've created an issue for it. http://jira.codehaus.org/browse/MNG-3609 Milos On 5/29/08, Milos Kleint <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 9:23 PM, David Jencks <[EMAIL PROTECTED]> wrote: > > I wonder if having xbean add an editor if there is nothing there for a > class > > alr