Re: send patches where?

2006-08-30 Thread Brill Pappin
Not yet :) So as Brett mentioned, I'll attach patches to the cases in Jira. - Brill Pappin Jason van Zyl wrote: On 30 Aug 06, at 12:04 AM 30 Aug 06, Brill Pappin wrote: I decided to take some time and tackle some of the very large number of issues in Jira... however I don't have svn commit

Re: svn commit: r437073 - in /maven/continuum/trunk: continuum-api/src/main/java/org/apache/maven/continuum/execution/ continuum-core/src/main/java/org/apache/maven/continuum/core/action/ continuum-co

2006-08-30 Thread Brett Porter
Should this have a Submitted By: line? Wondering who you are thanking :) On 26/08/2006, at 2:29 PM, [EMAIL PROTECTED] wrote: Author: jmcconnell Date: Fri Aug 25 21:29:06 2006 New Revision: 437073 URL: http://svn.apache.org/viewvc?rev=437073view=rev Log: applied CONTINUUN-819 and CONTINUUM-309

Re: Building from Trunk fails.

2006-08-30 Thread Barrie Treloar
On 8/28/06, Barrie Treloar [EMAIL PROTECTED] wrote: Revision 437522 of trunk fails with NPE during the build.bat process when trying to stop continuum on a Windows XP machine. The 1.0.3 tagged version also has the same NPE problem. The reason is that I have CVSNT installed on my machine. The

[1.0.3] NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid during build

2006-08-30 Thread Barrie Treloar
I am on a Windows XP machine and running build.bat. Has anyone else seen this error before? 2006-08-31 08:55:49,497 [Thread-2] ERROR Action:execute-builder - Error running build java.lang.NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid(J)V at

Re: [1.0.3] NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid during build

2006-08-30 Thread Brett Porter
Seems like you are picking up an old version of plexus-utils somewhere. - Brett On 31/08/2006, at 9:40 AM, Barrie Treloar wrote: I am on a Windows XP machine and running build.bat. Has anyone else seen this error before? 2006-08-31 08:55:49,497 [Thread-2] ERROR Action:execute-builder - Error

unit testing headache

2006-08-30 Thread Brill Pappin
all I want to do it write a regression test for some code before I make any changes... But I seem to be unable to inject my fakes into the code under test (members not exposed). So I took a look at some of the other test that use an abstract base test... however it initializes a whole in

test frustrated

2006-08-30 Thread Brill Pappin
Ok, I've mentioned the unit tests already... I've been fighting with them all night with no luck (getting quite frustrated). Can someone with a clean environment run them and tell me that they are not failing? I could go ahead and start making changes without them, but I consider that very

Re: unit testing headache

2006-08-30 Thread Jesse McConnell
could you generate a diff with what you are trying to do and I'll apply the to a fresh checkout and see what I can figure out can't help much unless I can see what your trying to do specifically :) jesse On 8/30/06, Brill Pappin [EMAIL PROTECTED] wrote: all I want to do it write a regression

Re: Dependency order in DefaultModelInheritanceAssembler

2006-08-30 Thread Brett Porter
Please file a JIRA. It is a simple 6 letter addition (LinkedHashMap), but it would be good that we could get tests to ensure this, particularly since they could again be modified elsewhere. Thanks! - Brett On 30/08/2006, at 3:42 PM, Gareth Tilley wrote: Hi All, I've noticed that in

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl a écrit : Hi, I'm sending this here as folks developing Maven projects probably all subscribe here. On the PMC list we've talked about setting up a sandbox that all Apache committers would have access to so that experimentation with Maven projects can happen

RE: Maven Sandbox for Apache Committers

2006-08-30 Thread Vincent Massol
+1, good idea. -Vincent -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: mercredi 30 août 2006 01:01 To: Maven Developers List Subject: Maven Sandbox for Apache Committers Hi, I'm sending this here as folks developing Maven projects probably all

RE: Failing to build 2.1 snapshot from trunk

2006-08-30 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mercredi 30 août 2006 01:56 To: Maven Developers List Subject: Re: Failing to build 2.1 snapshot from trunk On 30/08/2006, at 5:32 AM, Vincent Massol wrote: Brett, don't you think it would help adding the

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
When can I start to use it? :-) I'd immediately move the XML plugin from Mojo and contribute two plugins, which are related to Axis 2. Honestly, I've never been glad having to use the Mojo project, because a) I do not have committers access there, which makes me loose a lot of time and b)

Re: Failing to build 2.1 snapshot from trunk

2006-08-30 Thread Brett Porter
The codehaus one is wrong and must be removed. Please see the message I posted to [EMAIL PROTECTED] It's possible you weren't getting the right parent since only recently was the version corrected. I assume you have the latest SVN update, but those repos are definitely in the parent. You

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Brett Porter
On 30/08/2006, at 7:53 PM, Jochen Wiedmann wrote: One question, though: Even if a plugin does have sandbox status, it should, IMO, nevertheless be able to publish releases. How do others feel here? -1 (snapshots are fine). The ability to publish half-baked, undocumented releases (which

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Brett Porter wrote: -1 (snapshots are fine). The ability to publish half-baked, undocumented releases (which is what they are if they can't garner votes to get out of the sandbox) allows us to get lazy meaning full releases don't arrive and we've suffered enough for it already. Ok, but

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Jochen Wiedmann wrote: Brett Porter wrote: -1 (snapshots are fine). The ability to publish half-baked, undocumented releases (which is what they are if they can't garner votes to get out of the sandbox) allows us to get lazy meaning full releases don't arrive and we've suffered enough for

Is there a way to change modulse to run during execution of Maven?

2006-08-30 Thread S . Bloch
Hi, I'm using Maven2. Is there a way to change modulse to run during execution of Maven? I need to be able to set if some modules are to be run. For example: I have got 3 modules and a plugin: plugin module1 module2 module3 There is a plugin that checks few things and decides that module2

Re: Serena/PVCS support

2006-08-30 Thread Peter Ineson
Hi, I am looking at the TCK at the moment and I do have a simple question. How do you run the TCK for a specific provider and is there any configuration required? Cheers Peter Ineson Web: http://home.people.net.au/~peter_ineson/ - Original Message - From: Emmanuel Venisse [EMAIL

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Brett Porter
On 30/08/2006, at 8:51 PM, Jochen Wiedmann wrote: Jochen Wiedmann wrote: Brett Porter wrote: -1 (snapshots are fine). The ability to publish half-baked, undocumented releases (which is what they are if they can't garner votes to get out of the sandbox) allows us to get lazy meaning

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Hi, ok, I grew angry possibly, sorry! So let's (the us in fact being me, like Louis XIV ...) calm down and return to discussion. Brett Porter wrote: Obviously we need a balance, and I was referring to a harder stance on pre-release sandbox plugins rather than ongoing support of already

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 5:53 AM 30 Aug 06, Jochen Wiedmann wrote: When can I start to use it? :-) I'd immediately move the XML plugin from Mojo and contribute two plugins, which are related to Axis 2. Honestly, I've never been glad having to use the Mojo project, because a) I do not have

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 6:51 AM 30 Aug 06, Jochen Wiedmann wrote: Jochen Wiedmann wrote: Brett Porter wrote: -1 (snapshots are fine). The ability to publish half-baked, undocumented releases (which is what they are if they can't garner votes to get out of the sandbox) allows us to get lazy

Re: send patches where?

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 12:04 AM 30 Aug 06, Brill Pappin wrote: I decided to take some time and tackle some of the very large number of issues in Jira... however I don't have svn commit access. Is there any particular place I should send patches... and what format should the patches be in?

Re: Dependency order in DefaultModelInheritanceAssembler

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 2:27 AM 30 Aug 06, Brett Porter wrote: Please file a JIRA. It is a simple 6 letter addition (LinkedHashMap), but it would be good that we could get tests to ensure this, particularly since they could again be modified elsewhere. I think John fixed some dependency

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Jason van Zyl wrote: That's easily remedied. You don't have it because you've never asked. In the last while we have taken the same approach as we're taking here in that anyone who wants access to the sandbox has been given it so they can easily work on plugins. We know not having commit

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 11:13 AM 30 Aug 06, Jochen Wiedmann wrote: Jason van Zyl wrote: That's easily remedied. You don't have it because you've never asked. In the last while we have taken the same approach as we're taking here in that anyone who wants access to the sandbox has been given it

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Brett Porter
On 31/08/2006, at 12:06 AM, Jochen Wiedmann wrote: ok, I grew angry possibly, sorry! So let's (the us in fact being me, like Louis XIV ...) calm down and return to discussion. I'm often short in mails too - don't read any anger into it :) I think we agree on that. However, you haven't yet

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Jason van Zyl wrote: The PMC must approve a release, and anyone doing a release would most likely be on the PMC but I don't believe that is a strict requirement. So if you were very motivated to release the JAR plugin and went through our standard process to release it then I would support

Re: send patches where?

2006-08-30 Thread Jesse McConnell
probably a good idea to pop onto irc as well, we do a fair amount of collaboration on there and its useful to ping folks to make sure that effort isn't getting duplicated irc.codehaus.org #continuum cheers! jesse On 8/30/06, Jason van Zyl [EMAIL PROTECTED] wrote: On 30 Aug 06, at 12:04 AM 30

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 12:26 PM 30 Aug 06, Jochen Wiedmann wrote: The goal is to get people integrated into our process and encourage contributions and collaboration so we would adapt as necessary to attain that goal. For example if you did all the work for the foo-plugin then I would support

Re: Dependency order in DefaultModelInheritanceAssembler

2006-08-30 Thread Gareth Tilley
Done: http://jira.codehaus.org/browse/MNG-2541 brettporter wrote: Please file a JIRA. It is a simple 6 letter addition (LinkedHashMap), but it would be good that we could get tests to ensure this, particularly since they could again be modified elsewhere. Thanks! - Brett On

Re: Maven Sandbox for Apache Committers

2006-08-30 Thread Jochen Wiedmann
Jason van Zyl wrote: I don't think we will be adding many new plugins here at Apache and we consider Mojo an equal wrt hosting plugins. The mojo groupId is a default as well when dealing with plugins so at Apache or Codehaus it makes no difference where you work or what you work on. As far

(m2) Integration Tests - Remote DataSource Access

2006-08-30 Thread Chad Sturtz
Application Server JBoss AS 4.0.4 OS Windows XP Java 1.5.0_07 I've been stuck for the past 2 days trying to get a connection to my DataSource in JBoss while running integration tests. I'm

I´m lost in the architecture

2006-08-30 Thread Lucas Gonçalves
First of all, sorry about my English! I need some features. In a resultbuild page of the projects a need know the revision(svn) from the build was done. Second i need to put the link of project´s site in main page, the page that show all projects in continuum. Ok is simple features! But i did

Re: I´m lost in the architecture

2006-08-30 Thread Jesse McConnell
the trunk isn't working with the plexus-application atm.. your best bet to test something like this is to build everything from the top level and go into the continuum-webapp directory and run something like mvn jetty:run that will start continuum up on localhost port 9090 and you can test

Re: I´m lost in the architecture

2006-08-30 Thread Lucas Gonçalves
I forgot explain that i changed continuum-webapp. Why there is too projects, continuum-web and continuum-webapp? Sorry i´m asking this but i´d never read about plexus... On 8/30/06, Lucas Gonçalves [EMAIL PROTECTED] wrote: First of all, sorry about my English! I need some features. In a

Re: I´m lost in the architecture

2006-08-30 Thread Jesse McConnell
the trunk has the conversion from -web to the -webapp where -webapp is now using webwork for the UI layer...-web will be removed from trunk once folks are comfortable that the conversion is complete :) For example, the -web still has all the places that authorization is used to toggle display of

Re: build maven plugins from trunk

2006-08-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, Could you provide us the full stack trace? I dont see any reference to maven-plugin-plugin:2.0-alpha-3. here it is... Jörg [EMAIL PROTECTED]:~/projects/maven-plugins/maven-plugin-plugin$ mvn -X install + Error stacktraces are turned

Extending a plugin and parameter inheritance

2006-08-30 Thread Alexis Midon
Hi all, I'm developping a custom plugin, its main features already are already implemented by the antrun plugin, my only wish is to add an aggregator like behaviour. To do so my pojo extends the AntRunMojo, my mojo does nothing except adding the @aggregator annotation. Unfortunately when I

Welcome to new committers!

2006-08-30 Thread Jason van Zyl
Hi, We would like to welcome Joakime Erdfeldt, Shinobu Kawai, and Jeff Jensen to the Maven Team! Joakime will be working on Continuum and Maven 2.x plugins, Shinobu and Jeff will be working in Maven 1.x land. Thanks for your contributions thus far and have fun hacking on Maven! (We

Build Woes

2006-08-30 Thread Jack J. Woehr
Building from checkout source, my build ends as follows, although the files for which there is an Error are indeed present -- any tips? Building project in /usr/local/src/Maven/maven/components/maven- repository-metadata --

Re: Welcome to new committers!

2006-08-30 Thread Joakim Erdfelt
Thanks! btw, it's Joakim Erdfelt not Joakime Erdfeldt I'm Swedish, not German. ;-) - Joakim Erdfelt Jason van Zyl wrote: Hi, We would like to welcome Joakime Erdfeldt, Shinobu Kawai, and Jeff Jensen to the Maven Team! Joakime will be working on Continuum and Maven 2.x plugins, Shinobu

Re: Welcome to new committers!

2006-08-30 Thread Jeremy Whitlock
Congratulations all. I'm sure it was well deserved. :) Take care, Jeremy On 8/30/06, Jason van Zyl [EMAIL PROTECTED] wrote: Hi, We would like to welcome Joakime Erdfeldt, Shinobu Kawai, and Jeff Jensen to the Maven Team! Joakime will be working on Continuum and Maven 2.x plugins, Shinobu

Re: Welcome to new committers!

2006-08-30 Thread Carlos Sanchez
it's Joaquin, you're spanish, don't you ? ;) On 8/30/06, Joakim Erdfelt [EMAIL PROTECTED] wrote: Thanks! btw, it's Joakim Erdfelt not Joakime Erdfeldt I'm Swedish, not German. ;-) - Joakim Erdfelt Jason van Zyl wrote: Hi, We would like to welcome Joakime Erdfeldt, Shinobu Kawai, and Jeff

Re: Welcome to new committers!

2006-08-30 Thread Jimisola Laursen
Haha :) Do you have anything against Germans? :) Regards, Jimisola PS. My name doesn't show it, but I'm also Swedish DS. Joakim Erdfelt-2 wrote: Thanks! btw, it's Joakim Erdfelt not Joakime Erdfeldt I'm Swedish, not German. ;-) - Joakim Erdfelt Jason van Zyl wrote: Hi, We

Re: Welcome to new committers!

2006-08-30 Thread Arnaud HERITIER
Welcome guys ! I'm so happy ! We double the m1 team ;-) cheers ! Arnaud On 8/30/06, Jimisola Laursen [EMAIL PROTECTED] wrote: Haha :) Do you have anything against Germans? :) Regards, Jimisola PS. My name doesn't show it, but I'm also Swedish DS. Joakim Erdfelt-2 wrote: Thanks!

plugin releases

2006-08-30 Thread Brett Porter
Good morning, So, reading through the discussions on users@ and the one here yesterday, we're getting kicked for not releasing plugins often enough again. Back at the start of the year I started sending out the list of plugins to get a report on what's happening with them. That wasn't

Re: planetmirror mirror broken?

2006-08-30 Thread Dennis Lundberg
Dennis Lundberg wrote: Mike Perham wrote: http://downloads.planetmirror.com/pub/maven2 does not seem to work. It returns an HTML response for everything. I got the URL here: http://maven.apache.org/guides/mini/guide-mirror-settings.html mike The directory structure seems to be there,

Re: Welcome to new committers!

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 4:47 PM 30 Aug 06, Joakim Erdfelt wrote: Thanks! btw, it's Joakim Erdfelt not Joakime Erdfeldt I'm Swedish, not German. ;-) Sorry, I know what your name is. I was looking at your IRC nick and got confused. Sorry. - Joakim Erdfelt Jason van Zyl wrote: Hi, We would

Re: plugin releases

2006-08-30 Thread Alan D. Cabrera
Brett Porter wrote: Good morning, So, reading through the discussions on users@ and the one here yesterday, we're getting kicked for not releasing plugins often enough again. Back at the start of the year I started sending out the list of plugins to get a report on what's happening with

Re: plugin releases

2006-08-30 Thread Dennis Lundberg
Brett Porter wrote: Good morning, So, reading through the discussions on users@ and the one here yesterday, we're getting kicked for not releasing plugins often enough again. And rightly so :( Back at the start of the year I started sending out the list of plugins to get a report on

Re: plugin releases

2006-08-30 Thread Barrie Treloar
More importantly, is anyone willing to help? Particularly if we could grab this data from JIRA and automate it, it would be a lot easier. Count me in. I was about to start something similar, albeit on a smaller scale. How about we start out with a wiki page in Confluence and look at automation

Re: plugin releases

2006-08-30 Thread Jason van Zyl
On 30 Aug 06, at 6:36 PM 30 Aug 06, Alan D. Cabrera wrote: Brett Porter wrote: Good morning, So, reading through the discussions on users@ and the one here yesterday, we're getting kicked for not releasing plugins often enough again. Back at the start of the year I started sending out

Re: Build Woes

2006-08-30 Thread Brett Porter
I've never heard of a bad file descriptor error - that's going to take some googling. - Brett On 31/08/2006, at 6:30 AM, Jack J. Woehr wrote: Building from checkout source, my build ends as follows, although the files for which there is an Error are indeed present -- any tips? Building

Re: Extending a plugin and parameter inheritance

2006-08-30 Thread Brett Porter
This is a known issue. You cannot extend a class for which you do not have the source too, as the annotations are read from the source, not the binary. - Brett On 31/08/2006, at 3:21 AM, Alexis Midon wrote: Hi all, I'm developping a custom plugin, its main features already are already

Re: plugin releases

2006-08-30 Thread Wendell Beckwith
On 8/30/06, Brett Porter [EMAIL PROTECTED] wrote: Good morning, ... More importantly, is anyone willing to help? Particularly if we could grab this data from JIRA and automate it, it would be a lot easier. This is something I could help do. I have written plugins for jira, but not

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-08-30 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (26 issues) Subscriber: mavendevlist Key Summary MEV-438 pom for tomcat:jasper-runtime:5.5.15 is missing http://jira.codehaus.org/browse/MEV-438 MEV-436 JOTM 2.0.10 incorrectly specifies

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-08-30 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (19 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1105Upload asterisk-java-0.3-m1 http://jira.codehaus.org/browse/MAVENUPLOAD-1105 MAVENUPLOAD-1099Upload jMock 1.1.0

RE: Welcome to new committers!

2006-08-30 Thread Jeff Jensen
Thank you - I appreciate the opportunity :-). -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 4:01 PM To: Maven Developers List Subject: Re: Welcome to new committers! Welcome guys ! I'm so happy ! We double the m1 team ;-) cheers !