Re: Why is prerequisites not inherited?

2007-02-16 Thread Trygve Laugstøl
Brian E. Fox wrote: Heh. Are you mocking me or just behind in thread mail? ;p BTW: Is this reply threading correctly now? Can't tell until you reply to this one as most email clients make threads based on the subject so it needs to be at least on the third level down in the thread tree.

dashboard mojo

2007-02-16 Thread nicolas de loof
Hello, I'd like to use the dashboard mojo. It works fine for site generation, but I get this error when running dashboard-report:dashboard : [INFO] [ERROR] BUILD ERROR [INFO]

Re: dashboard mojo

2007-02-16 Thread nicolas de loof
This issue seems to come from DashBoardUtils line 478 : SurefireReportParser report = new SurefireReportParser( surefireDirectory, Locale.getDefault() ); but latter use Double.parseDouble( percent ) instead of a locale-dependent DecimalFormat().parse() using new SurefireReportParser(

Re: dashboard mojo

2007-02-16 Thread nicolas de loof
This issue was allready reported as http://jira.codehaus.org/browse/MOJO-624... sorry. 2007/2/16, nicolas de loof [EMAIL PROTECTED]: This issue seems to come from DashBoardUtils line 478 : SurefireReportParser report = new SurefireReportParser( surefireDirectory, Locale.getDefault() ); but

Re: Running the integration tests in an IDE

2007-02-16 Thread Franz Allan Valencia See
Good day, I just did a quick review of my m2eclipse, and this is how I run my webapp-tests. Setting up 1. Install m2eclipse ( Help Software Updates Find and Install New Remote Site Name = whatever you want ( i.e m2eclipse ); URL = http://m2eclipse.codehaus.org/; Ok A bunch of Nexts

Re: svn commit: r508021 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/EditPomAction.java

2007-02-16 Thread Stephane Nicoll
Ah nice, figured that one yesterday and forgot to report it. Thanks, Stéphane On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: brett Date: Thu Feb 15 09:15:32 2007 New Revision: 508021 URL: http://svn.apache.org/viewvc?view=revrev=508021 Log: make sure the company POM has the

Re: site:stage trouble - HELP, please

2007-02-16 Thread Vincent Siveton
Hi Joerg, 2007/2/15, Joerg Hohwiller [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I am figthing with site:stage and am quite desperate now :( Could you please help me with MCOBERTURA-63? http://jira.codehaus.org/browse/MCOBERTURA-63 Each mojo report (ie

Re: svn commit: r508033 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/appearance.jsp

2007-02-16 Thread Stephane Nicoll
I have also the following situation for the company pom. My company pom is: com.foo foo-parent. I have the v4 version of this pom in the local repository used by continuum. continuum keeps on displaying that the company pom does not exist. Is this fix related? Thanks, Stéphane On 2/15/07,

RE: JBoss Support

2007-02-16 Thread Tilman.Rossmy
a bit different than Thierry's solution (on JBoss 4.0.1SP1): I had to move commons-collections-3.0.jar from continuum.war/WEB-INF/lib to JBOSS_HOME/server/default/lib. Now I see the create admin page at last ;-) Knowing the JBoss classloading system a bit, I will probably run into some

Re: Should I fork off 2.0.5 or 2.1?

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 1:12 AM 16 Feb 07, Eric Brown wrote: My project's decided to continue using maven and patch it as necessary to fix bugs in maven that we're no longer willing to live with. I tried for an hour or two to get my project to build under 2.1, but gave up and figured it was

Re: Working toward 2.0.6

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 2:10 AM 16 Feb 07, Eric Brown wrote: Hi Jason, On Feb 15, 2007, at 3:55 PM, Jason van Zyl wrote: Hi, So that no one can accuse of resting on our laurels time to start planning for 2.0.6. Not sure what the best way is to gather the issues to work on but it would be nice

Re: JBoss Support

2007-02-16 Thread Thierry Lach
It appears that JBoss 4.0.5.GA (which I'm using) includes commons-collections.jar in the lib directory, and according to the manifest it is version 3.1. I'll add your comment to the instructions page. Did you have to change application.xml because of the plexus configuration issue? Also - what

RE: Should I fork off 2.0.5 or 2.1?

2007-02-16 Thread Brian E. Fox
Rather than just fork in a permanent direction, why not make the patches and integration tests and then get them applied to the project? You'll essentially have to do it anyway and then you can build upon the work of everyone else. -Original Message- From: Eric Brown [mailto:[EMAIL

RE: Why is prerequisites not inherited?

2007-02-16 Thread Brian E. Fox
Now? -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 3:35 AM To: Maven Developers List Subject: Re: Why is prerequisites not inherited? Brian E. Fox wrote: Heh. Are you mocking me or just behind in thread mail? ;p BTW: Is this reply

Re: Why is prerequisites not inherited?

2007-02-16 Thread Richard van der Hoff
Brian E. Fox wrote: Now? Works fine for me. Thanks for sorting that, Brian! -- Richard van der Hoff [EMAIL PROTECTED] Telephony Gateways Project Manager Tel: +44 (0) 845 666 7778 http://www.mxtelecom.com - To unsubscribe,

Maven - Plexus relationship

2007-02-16 Thread Emmanuel Hugonnet
Hi, We have a problem with ${basedir} evaluation under M$ Windows which gives us a path mixing \ and / when filtering resources. This seems to be coming from plexus-utils (cf. http://jira.codehaus.org/browse/MRESOURCES-10) and looks corrected since plexus-utils 1.2 :o) So I have tried to

Re: Working toward 2.0.6

2007-02-16 Thread Ralph Goers
Please let me know where it is too. Mike Perham wrote: I was hoping I wouldn't have to remind you with a baseball bat this time. :-) We've found two issues with our patch in the two weeks we've been using Maven with it applied locally. We'll have an updated sandbox for you to review

RE: JBoss Support

2007-02-16 Thread Tilman.Rossmy
i did get this error: java.lang.NoSuchMethodError: org.apache.commons.collections.IteratorUtils.emptyIterator()Lorg/apache/ commons/collections/ResettableIterator; org.apache.commons.configuration.PropertyConverter.toIterator(PropertyCo nverter.java:632) So there was a

[Proposal] New profile activation

2007-02-16 Thread Rémy Sanlaville
I would like to propose a new profile activation. As described in http://www.nabble.com/Execute-only-in-the-parent-POM-and-some-sub-modules---tf3201453s177.html#a8889223 , I need to execute a plugin only for some sub-modules from the parent pom. For instance to generate the project web site. I

RE: Working toward 2.0.6

2007-02-16 Thread Brian E. Fox
Since this is a plexus issue, I might be grasping, but we are still struggling with PLX-287. I haven't been able to produce a test set because it seems to only occur in very large complicated build. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: License for POM files

2007-02-16 Thread Deepak Bhole
On Wed, 2007-02-14 at 23:29 -0800, Carlos Sanchez wrote: you could check the parent pom. In this case not even the parent has license. Anything that should be done in the future to clarify the legal aspects? Ideally, I think every pom should have a license field that mentions the license.

Re: Should I fork off 2.0.5 or 2.1?

2007-02-16 Thread Eric Brown
Hi Brian, On Feb 16, 2007, at 6:15 AM, Brian E. Fox wrote: Rather than just fork in a permanent direction, why not make the patches and integration tests and then get them applied to the project? You'll essentially have to do it anyway and then you can build upon the work of everyone

Re: Why is prerequisites not inherited?

2007-02-16 Thread Jason Dillon
On Feb 15, 2007, at 3:28 PM, Brian E. Fox wrote: Heh. Are you mocking me or just behind in thread mail? ;p Not intending to mock you... do you feel mocked? I assume you mean because of the require-maven-version stuff? Dain asked me if I could add a version check, just like we do for Java

Svn failure during release:perform

2007-02-16 Thread Graham Leggett
Hi all, I have been trying to run a release:perform on a Windows XP machine running maven v2.0.4, and have been getting the subversion error below. Running both the subversion command line client (v1.4.2) update, and tortoisesvn's (latest version) update work fine, it's only when maven

Re: Working toward 2.0.6

2007-02-16 Thread Eric Brown
Hi Jason, On Feb 16, 2007, at 5:29 AM, Jason van Zyl wrote: [snip] Project with full test cases that can be easily absorbed will be taken before anything else anything else. If these are for fixes and you have unit tests that's great, or if you prefer to create an integration test then to

Re: Should I fork off 2.0.5 or 2.1?

2007-02-16 Thread Eric Brown
Hi Jason, On Feb 16, 2007, at 5:27 AM, Jason van Zyl wrote: On 16 Feb 07, at 1:12 AM 16 Feb 07, Eric Brown wrote: My project's decided to continue using maven and patch it as necessary to fix bugs in maven that we're no longer willing to live with. I tried for an hour or two to get my

RE: Why is prerequisites not inherited?

2007-02-16 Thread Brian E. Fox
No I was just kidding because your email was nearly the same as what I sent just the day before. Anyhow, I created the shell of the maven-enforcer-plugin in the sandbox and will work on it this weekend using the geronimo stuff. -Original Message- From: Jason Dillon [mailto:[EMAIL

[VOTE] Release maven-changelog-plugin 2.0 (take 2)

2007-02-16 Thread Dennis Lundberg
Hi, I'd like to release the maven-changelog-plugin. A vote for this has already taken place before, but I'm adhering to the new release process with staged artifacts here. So I encourage you to cast your vote once more. A lot of issues have been resolved for 2.0 as can be seen in JIRA:

Re: Why is prerequisites not inherited?

2007-02-16 Thread jason . dillon
Oh... Must have missed your message. Anyways I thin that putting this kinda stuff into a plugin is a good idea, no need to muck up the core with these specifics. --jason -Original Message- From: Brian E. Fox [EMAIL PROTECTED] Date: Fri, 16 Feb 2007 17:18:01 To:Maven Developers

Re: Working toward 2.0.6

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 4:43 PM 16 Feb 07, Eric Brown wrote: Hi Jason, On Feb 16, 2007, at 5:29 AM, Jason van Zyl wrote: [snip] Project with full test cases that can be easily absorbed will be taken before anything else anything else. If these are for fixes and you have unit tests that's great,

Re: Svn failure during release:perform

2007-02-16 Thread Dan Tran
you hit the limit of windows path which is 256 chars :-) Try to set your checkout directory to the shorttest and see if it helps ( ie c:/t ) -D On 2/16/07, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, I have been trying to run a release:perform on a Windows XP machine running maven

Re: Should I fork off 2.0.5 or 2.1?

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 4:48 PM 16 Feb 07, Eric Brown wrote: Hi Jason, On Feb 16, 2007, at 5:27 AM, Jason van Zyl wrote: On 16 Feb 07, at 1:12 AM 16 Feb 07, Eric Brown wrote: My project's decided to continue using maven and patch it as necessary to fix bugs in maven that we're no longer willing