Rss notifier

2006-03-27 Thread Adam Leggett
Im working on an Rss notifier for continuum. Ive added a comment to CONTINUUM-418 to see if this would be a useful contrib. In the meantime prior to submitting any patch or feature I have to decide which baselined version of the source to use to incorporate the feature in the short term (rather

Re: Rss notifier

2006-03-27 Thread David Blevins
On Mar 27, 2006, at 12:25 AM, Adam Leggett wrote: Im working on an Rss notifier for continuum. Ive added a comment to CONTINUUM-418 to see if this would be a useful contrib. In the meantime prior to submitting any patch or feature I have to decide which baselined version of the source to use

Re: svn commit: r389193 - /maven/continuum/branches/continuum-1.0.x/continuum-rpc-client/pom.xml

2006-03-27 Thread Brett Porter
Yep, caught your rollback. Thanks for that. Emmanuel Venisse wrote: Brett, we can't use compile class because we don't want jdo stuff in enhanced classes. Emmanuel [EMAIL PROTECTED] a écrit : Author: brett Date: Mon Mar 27 08:27:17 2006 New Revision: 389193 URL:

Re: Please synch Apache m2 repository for Struts

2006-03-27 Thread Carlos Sanchez
Done. Currently there's no easy way to sign, sorry. I know there is some work already in the sandbox but not ready yet. On 3/27/06, Wendy Smoak [EMAIL PROTECTED] wrote: Assuming everything looks okay, please synch dist/maven-repository/org/apache/struts with ibiblio. The Shale Test Framework

RE: Status of 2.0.3?

2006-03-27 Thread Brian E. Fox
I know the feeling, no prob. I blew through over 1000 list emails yesterday on the plane and assumed I missed something. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 7:02 PM To: Maven Developers List Subject: Re: Status of 2.0.3? It's

Welcome to new committer: Chris Stevenson

2006-03-27 Thread Brett Porter
I would like to welcome our newest Maven plugins committer, Chris Stevenson. Chris - please review the following documents, if you haven't already: * http://maven.apache.org/guides/development/guide-m2-development.html (particularly the final section) * How the ASF works:

Re: [aheritier] java-repository/maven/plugins/maven-pmd-plugin-1.8.jar

2006-03-27 Thread Henk P. Penning
On Mon, 27 Mar 2006, Arnaud HERITIER wrote: Date: Mon, 27 Mar 2006 07:55:14 +0200 From: Arnaud HERITIER [EMAIL PROTECTED] To: Henk Penning [EMAIL PROTECTED], Maven Developers List dev@maven.apache.org Subject: Re: [aheritier] java-repository/maven/plugins/maven-pmd-plugin-1.8.jar

Issues while trying to implement an aggregated report for the Clover plugin

2006-03-27 Thread Vincent Massol
Hi, As I mentioned in some previous email, I'm trying to implement a use case for the Clover plugin where a multimodule build will aggregate all Clover databases to generate a consolidated report. I'm facing some issues: 1) How to execute the aggregated report as the last step in the multimodule

Re: [continuum] BUILD FAILURE: Continuum Core Integration Test

2006-03-27 Thread Brett Porter
To get this to work, the integration tests need to be able to work without looking in ../continuum-plexus-application Can the application be run as a JAR in the test cases? - Brett Continuum Build Server wrote: Online report :

Can't add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin

2006-03-27 Thread Michael Meyer
Hi I already asked this at users@maven.apache.org but I didn't get an answer so if maybe somebody on this list could help me: I would like to add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin. I added the jar file to my local repository. But I only get a stack trace when

[M2] Is there a variable for the source folder?

2006-03-27 Thread Michael Meyer
Hi I already asked this at users@maven.apache.org but I didn't get an answer so if maybe somebody on this list could help me: Is there a variable for the source folder? ${project.build.sourceDirectory} returns my-app/src/main/java I noticed that I can use ${user.dir}/src but this would break

AW: Issues while trying to implement an aggregated report for the Clover plugin

2006-03-27 Thread roger.butenuth
Hi! -Ursprüngliche Nachricht- Von: Vincent Massol [mailto:[EMAIL PROTECTED] Gesendet: Montag, 27. März 2006 18:12 An: 'Maven Developers List' Betreff: Issues while trying to implement an aggregated report for the Clover plugin Hi, As I mentioned in some previous email, I'm

RE: Issues while trying to implement an aggregated report for the Clover plugin

2006-03-27 Thread Vincent Massol
Hi Roger, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: lundi 27 mars 2006 20:05 To: dev@maven.apache.org Subject: AW: Issues while trying to implement an aggregated report for the Clover plugin [snip] 2) Problem of accessing plugin configuration

Where's the latest stuff?

2006-03-27 Thread Mike Perham
The 2.0.3 and site releases seem to have been in limbo for the last month. I'm coming off of a release now and ready to start work on v2.0 of our build system but I'm not seeing much in the way of end-user-visible progress. What's the latest ETA on these? mike

Re: Where's the latest stuff?

2006-03-27 Thread John Casey
I'm working on the 2.0.3 release as we speak, which will include an update of the main site. Look for these changes to be in place by tomorrow morning. Sorry for the delay. -john Mike Perham wrote: The 2.0.3 and site releases seem to have been in limbo for the last month. I'm coming off of

Re: Can't add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin

2006-03-27 Thread John Casey
You might try using maven-artifact-ant as a dependency instead. It should pull the rest in transitively. I'll take another look at your stacktrace and see whether I can make more sense of it... -john Michael Meyer wrote: Hi I already asked this at users@maven.apache.org but I didn't get an

MRM and Bytecode Hash.

2006-03-27 Thread Joakim Erdfelt
I would like to see a new hash technique be added to the index. Here's the scenario. You have an anonymous ant.jar, and want to find out what it is. Using the traditional hashing technique, the entire file is hashed and a unique hash identification string is calculated. A problem occurs when

RE: Where's the latest stuff?

2006-03-27 Thread Mike Perham
Sorry, John, I meant the site plugin. Are you releasing it in tandem with 2.0.3? -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 3:19 PM To: Maven Developers List Subject: Re: Where's the latest stuff? I'm working on the 2.0.3 release as we

Re: Where's the latest stuff?

2006-03-27 Thread Jesse McConnell
i think there are a number of bugs still slated to get resolved before another full release of the site plugin, but maybe we can get some snapshots coming out? I see 32 issues outstanding before 2.0 release of the site plugin...at least according to jira jesse On 3/27/06, Mike Perham [EMAIL

Clover plugin doesn't compile

2006-03-27 Thread Mike Perham
Anyone else able to compile the Clover plugin? It seems to have two mojos (build and report?) that map to the same goal name. [INFO] Error extracting plugin descriptor: 'Goal: clover already exists in the plugin descriptor for prefix: clover Existing implementation is:

Re: Clover plugin doesn't compile

2006-03-27 Thread Brett Porter
It's working for me... Mike Perham wrote: Anyone else able to compile the Clover plugin? It seems to have two mojos (build and report?) that map to the same goal name. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: MRM and Bytecode Hash.

2006-03-27 Thread Brett Porter
+1, with comments :) Is this just bytecode (ie, classfiles), or is it a hash of the contents of all files? The latter sounds good for arbitrary zip files (and other archives when supported). Cheers, Brett Joakim Erdfelt wrote: I would like to see a new hash technique be added to the index.

Re: [M2] Is there a variable for the source folder?

2006-03-27 Thread Brett Porter
Answered on users list, this isn't the right place. - Brett Michael Meyer wrote: Hi I already asked this at users@maven.apache.org but I didn't get an answer so if maybe somebody on this list could help me: Is there a variable for the source folder? ${project.build.sourceDirectory}

[vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Brett Porter
Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED]

[vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Brett Porter
Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To unsubscribe, e-mail: [EMAIL

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Jason van Zyl
+1 Brett Porter wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To unsubscribe,

[vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Brett Porter
Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests for the clean, compiler and jar plugins, and contributed a

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Jason van Zyl
+1 Brett Porter wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Prasad Kashyap
For what its worth, I'd like to vote a +1 for this proposal. To add to the list of things that Brett mentioned, Jesse also helps out people on the #maven channel. He not only answers questions but creates patches for test/debug purposes when things don't work like they should. [ X ] +1 Cheers

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread John Casey
+1!! Jesse's a welcome addition, in my view. The expertise he's shown in hacking out a testing harness for Maven plugins alone makes him worth his weight in gold. :-) Thanks for proposing this, Brett. -john Brett Porter wrote: Hi, I think we all agree we need more keen people helping out

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread John Casey
+1 -john Brett Porter wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett -

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread John Casey
+1 John's been helping out for quite awhile, and his patches are always of good quality. -john Brett Porter wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett Porter wrote: Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett Porter wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Carlos Sanchez
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Carlos Sanchez
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Carlos Sanchez
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests for

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Edwin Punzalan
+1 ^_^ Brett Porter wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Lukas Theussl
+1 -Lukas Brett Porter wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Lukas Theussl
+1 -Lukas Brett Porter wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Lukas Theussl
+1 -Lukas Brett Porter wrote: Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests for the clean, compiler

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Edwin Punzalan
+1 ^_^ Brett Porter wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Edwin Punzalan
+1 ^_^ Brett Porter wrote: Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests for the clean, compiler and

RE: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Vincent Massol
Big +1, I thought Jesse was already a committer! -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mardi 28 mars 2006 05:04 To: Maven Developers List Subject: [vote] Jesse McConnell as a Maven Plugins committer Hi, I think we all agree we need more

RE: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Vincent Massol
+1 -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mardi 28 mars 2006 05:00 To: Maven Developers List Subject: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer Hi, Like John, Deng has been helping out on the

RE: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Vincent Massol
+1 -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mardi 28 mars 2006 04:58 To: Maven Developers List Subject: [vote] John Tolentino as a Maven Plugins and Repository Manager committer Hi, John has been helping out on the users list, plugins and

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Stephane Nicoll
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Stephane Nicoll
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Stephane Nicoll
+1 On 3/28/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Welcome to new committer: Chris Stevenson

2006-03-27 Thread Brett Porter
I would like to welcome another Maven plugins committer, Brian Fox. Brian - please review the following documents, if you haven't already: * http://maven.apache.org/guides/development/guide-m2-development.html (particularly the final section) * How the ASF works:

Re: Welcome to new committer: Brian Fox

2006-03-27 Thread Brett Porter
It'd help to change the subject! Brett Porter wrote: I would like to welcome another Maven plugins committer, Brian Fox. Brian - please review the following documents, if you haven't already: * http://maven.apache.org/guides/development/guide-m2-development.html (particularly the final

Re: [vote] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : Hi, John has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give him commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett - To

Re: [vote] Maria Odea (Deng) Ching as a Maven Plugins and Repository Manager committer

2006-03-27 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : Hi, Like John, Deng has been helping out on the users list, plugins and the repository manager for some time. I'd like to propose we give her commit access. [ ] +1 [ ] +0 [ ] -1 Cheers, Brett

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache Maven plugins, tests for the clean, compiler

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Kenney Westerhof
On Tue, 28 Mar 2006, Brett Porter wrote: Definitely +1 from me! -- Kenney Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache