Re: Embedder 2.1, APIs

2008-01-15 Thread Nigel Magnay
.. a hollow voice says 'Plugh'. I just built again this morning, and it's doing something slightly different, but it's still not resolving mavenprojects with properties in them correctly. Is this stuff still being worked on in 2.1 - I.E is it stable? Am I supposed to replace things like

Re: fix-permissions.sh

2008-01-15 Thread Mauro Talevi
Brian E. Fox wrote: Good idea. Is the script still there? I seemed to have a hard time finding it. /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh I think we should move it one level up. - To

Re: fix-permissions.sh

2008-01-15 Thread Mauro Talevi
Mauro Talevi wrote: Brian E. Fox wrote: Good idea. Is the script still there? I seemed to have a hard time finding it. /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh I think we should move it one level up. And possibly enhance script to take repo name as mandatory

Re: fix-permissions.sh

2008-01-15 Thread Dan Fabulich
Jason van Zyl wrote: I asked infrastructure and they basically told me to go find out who is causing the problem so you don't have to bother us. That's pretty much verbatim. I can ask again. I feared that the cron job might be less palatable to infrastructure than a simple setuid wrapper

Re: Embedder 2.1, APIs

2008-01-15 Thread Jason van Zyl
On 15-Jan-08, at 1:37 AM, Nigel Magnay wrote: .. a hollow voice says 'Plugh'. I just built again this morning, and it's doing something slightly different, but it's still not resolving mavenprojects with properties in them correctly. Is this stuff still being worked on in 2.1 - I.E is it

Problem with shade-plugin 1.0-alpha-15

2008-01-15 Thread Daniel Kulp
Just FYI: One of my users found a bug with the shade plugin in that it generates jars that are not able to be unjarred with jar -xf. Thus, you also cannot browse into them with winzip or in intellij or similar. I've fixed the bug already and I'd like to roll a new release with the fix in

stage plugin errors?

2008-01-15 Thread Dan Fabulich
I still can't release Maven Surefire today due to MSTAGE-4. http://jira.codehaus.org/browse/MSTAGE-4 At first I'd assumed that there was just some bug with running it on my personal Windows XP box, but today I tried running it from people.apache.org and found that I reproduced the exact same

Re: stage plugin errors?

2008-01-15 Thread Olivier Lamy
Hi, Don't really know (works fine here). Maybe, if you have never go with ssh to the server (the entry is not in ~/.ssh/known_hosts) the fingerprint acceptance is asked and due to an issue similar to MRELEASE-263 the plugin hang. -- Olivier 2008/1/15, Dan Fabulich [EMAIL PROTECTED]: I still

RE: stage plugin errors?

2008-01-15 Thread Brian E. Fox
So the problem is that DennisL had a few files owned. I logged in and ran the script manually and it prompted me to override. I said yes to a few files and then everything is ok. So it seems that we really need to get this fix-permissions running regularly, and the mv commands in the stage plugin

RE: [vote] release maven-dependency-analyzer 1.0

2008-01-15 Thread Brian E. Fox
Vote passed: +3 (brian,jason,Stephane) -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Saturday, January 12, 2008 11:36 PM To: Maven Developers List Subject: [vote] release maven-dependency-analyzer 1.0 In preparation for releasing the dependency plugin, I'd like

Re: stage plugin errors?

2008-01-15 Thread Dennis Lundberg
Thanks for fixing that Brian. Just out of curiosity, which files did I own? I haven't done any surefire releases... It was not long ago that I ran the fix-permissions script. Brian E. Fox wrote: So the problem is that DennisL had a few files owned. I logged in and ran the script manually and

RE: stage plugin errors?

2008-01-15 Thread Brian E. Fox
It was the metadata in plugins, so probably some other plugin release you did. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 3:09 PM To: Maven Developers List Subject: Re: stage plugin errors? Thanks for fixing that Brian. Just out of

Re: stage plugin errors?

2008-01-15 Thread Dennis Lundberg
I see. I'll make sure to run the fix script after every release in the future. Brian E. Fox wrote: It was the metadata in plugins, so probably some other plugin release you did. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 3:09 PM

Maven Wiki karma?

2008-01-15 Thread Dan Fabulich
I don't have the right to edit this page, to add Surefire to Recent Releases: http://docs.codehaus.org/display/MAVEN/Home Could someone appropriate grant me the karma? -Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[ANN] Maven Surefire Plugin 2.4 for Maven 2 Released

2008-01-15 Thread Dan Fabulich
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.4 http://maven.apache.org/plugins/maven-surefire-plugin/ This version fixes numerous long-outstanding bugs, notably in TestNG support. You can run mvn -up to get the latest version of the plugin, or

Re: Maven Wiki karma?

2008-01-15 Thread Jason van Zyl
On 15-Jan-08, at 12:46 PM, Dan Fabulich wrote: I don't have the right to edit this page, to add Surefire to Recent Releases: http://docs.codehaus.org/display/MAVEN/Home Could someone appropriate grant me the karma? Go here: http://xircles.codehaus.org/projects/maven/members Sign up

Shade improvement: filtering

2008-01-15 Thread David Blevins
I need the ability to include/exclude classes from certain artifacts when creating the shaded jar. In OpenEJB we have a situation where one of the jars we are adding to the shaded jar contains a class also part of another jar added to the shade. The class in question truly belongs to one

Re: Shade improvement: filtering

2008-01-15 Thread Daniel Kulp
David, I'm OK with you committing this except for a few minor nits: 1) Javadoc for the parameter you added. The description about the includes/excludes needs to be added to the javadoc for the parameter so the generated site has that information. 2) Code formatting isn't quite right for

Re: Shade improvement: filtering

2008-01-15 Thread David Blevins
Thanks for reviewing! On Jan 15, 2008, at 6:09 PM, Daniel Kulp wrote: David, I'm OK with you committing this except for a few minor nits: 1) Javadoc for the parameter you added. The description about the includes/excludes needs to be added to the javadoc for the parameter so the

Re: Shade improvement: filtering

2008-01-15 Thread David Blevins
On Jan 15, 2008, at 6:47 PM, David Blevins wrote: Thanks for reviewing! On Jan 15, 2008, at 6:09 PM, Daniel Kulp wrote: David, I'm OK with you committing this except for a few minor nits: 1) Javadoc for the parameter you added. The description about the includes/excludes needs to be

Re: Shade improvement: filtering

2008-01-15 Thread David Blevins
Mauro, is it possible you can publish a new snapshot or update the perms on the metadata files? -David On Jan 15, 2008, at 9:02 PM, David Blevins wrote: On Jan 15, 2008, at 6:47 PM, David Blevins wrote: Thanks for reviewing! On Jan 15, 2008, at 6:09 PM, Daniel Kulp wrote: David, I'm

Re: [ANN] Maven Surefire Plugin 2.4 for Maven 2 Released

2008-01-15 Thread Dan Tran
Dan, I am so much impressed with the works you have put in for this plugin. Thank you and thank you -D On Jan 15, 2008 1:18 PM, Dan Fabulich [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.4