Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-04-09 Thread Stephane Nicoll
Thanks John for this. Is there anything left to process the beta-1 release? Thanks, Stéphane On 4/5/07, John Casey <[EMAIL PROTECTED]> wrote: yeah, I'm sure I deployed with the wrong version of maven. :( I'll fix and redeploy. -john On 4/5/07, Brett Porter <[EMAIL PROTECTED]> wrote: > > I n

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-04-05 Thread John Casey
yeah, I'm sure I deployed with the wrong version of maven. :( I'll fix and redeploy. -john On 4/5/07, Brett Porter <[EMAIL PROTECTED]> wrote: I now get: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:single': Unable to fi

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-04-05 Thread Brett Porter
I now get: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:single': Unable to find the mojo 'org.apache.maven.plugins:maven-assembly- plugin:2.2-beta-1:single' in the plugin 'org.apache.maven.plugins:maven-assembly-plugi

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-04-03 Thread John Casey
Ok, I've fixed MASSEMBLY-194, and put a new test in place to verify it. However, I cannot get Continuum to build from trunk, so I'm unable to build your attached test project. I'm currently merging the fix over to the 2.2-beta-1 tag, then I'll push up a new RC to my people.a.o account. I should be

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread Brett Porter
I did some further investigation. While there may be a memory leak, it could well be a case of it always having been there so that is worth separate investigation. I did hook yourkit up to it and didn't see anything in particular that might be a culprit. However, the reason I'm seeing the p

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread Brett Porter
No dice :( I made sure to delete the copy from my local repo so it was downloaded again. I checked the build order, and you were right - the CCE blew it up before it got to the problem spot. I'll try and come up with a test case for you. - Brett On 31/03/2007, at 2:32 AM, John Casey wrote

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread John Casey
Unfortunately, it wasn't that simple. I had actually combined two merges in a single commit to the beta-1 tag...a no-no, I know, but it's fixed now. I've put the newest deployment that excludes MASSEMBLY-155 out on my people.a.o acct, for your perusal. Let me know what you find out, and thanks fo

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread Brett Porter
On 31/03/2007, at 12:43 AM, John Casey wrote: I'll try rolling out the MASSEMBLY-155 fix, just to see if that makes a difference. I can't imagine the ClassCastException fix or the file- mode processing chewing up much, though. Brett: Is it possible that you weren't running out of memory p

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread John Casey
[mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 1:36 AM To: Maven Developers List Subject: Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin John, I'm building a >100mb assembly and the build is blowing up with an OOME. I upped the limit to 128m and instead of th

RE: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-30 Thread Brian E. Fox
1:36 AM To: Maven Developers List Subject: Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin John, I'm building a >100mb assembly and the build is blowing up with an OOME. I upped the limit to 128m and instead of that problem it completely hangs down the track (kill -9)

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-29 Thread Brett Porter
John, I'm building a >100mb assembly and the build is blowing up with an OOME. I upped the limit to 128m and instead of that problem it completely hangs down the track (kill -9). I'm trying again with 256m now. If I build with 2.1 again, there are no problems. I am able to switch back

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-29 Thread Jason van Zyl
+1 On 29 Mar 07, at 1:50 PM 29 Mar 07, John Casey wrote: This is the second attempt, after fixing: * http://jira.codehaus.org/browse/MASSEMBLY-155 * http://jira.codehaus.org/browse/MASSEMBLY-192 * [file and directory mode parsing] WRT mode parsing, everything is now parsed using Integer.parse

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-29 Thread Eric Redmond
+1 On 3/29/07, John Casey <[EMAIL PROTECTED]> wrote: This is the second attempt, after fixing: * http://jira.codehaus.org/browse/MASSEMBLY-155 * http://jira.codehaus.org/browse/MASSEMBLY-192 * [file and directory mode parsing] WRT mode parsing, everything is now parsed using Integer.parseInt(

Re: [vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-29 Thread Stephane Nicoll
+1 Stéphane On 3/29/07, John Casey <[EMAIL PROTECTED]> wrote: This is the second attempt, after fixing: * http://jira.codehaus.org/browse/MASSEMBLY-155 * http://jira.codehaus.org/browse/MASSEMBLY-192 * [file and directory mode parsing] WRT mode parsing, everything is now parsed using Integer.

[vote] Attempt 2: Release 2.2-beta-1 of maven-assembly-plugin

2007-03-29 Thread John Casey
This is the second attempt, after fixing: * http://jira.codehaus.org/browse/MASSEMBLY-155 * http://jira.codehaus.org/browse/MASSEMBLY-192 * [file and directory mode parsing] WRT mode parsing, everything is now parsed using Integer.parseInt( mode, 8 ). If this results in a NumberFormatException,