Re: [maven2] Failed to build model from plexus-utils-1.0.4.pom

2006-03-28 Thread Carlos Sanchez
FWIW I've seen this problem when the pom is encoded in a charset different than the one declared in the xml header (UTF8 by default). Under Sun's JDK there's no error but under IBM JDK it crashes with sun.io.MalformedInputException On 11/23/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > I think t

Re: Report in parent project after report in child projects?

2006-03-28 Thread Brett Porter
See the related mails by Vincent Massol on this list. If you add @aggregator in your report, you get this behaviour (and the reactor is not run - instead you are handed a list of MavenProject instances). - Brett [EMAIL PROTECTED] wrote: > Hi! > > I want to write an "aggregation report": When I h

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

2006-03-28 Thread Brett Porter
Vincent Massol wrote: >> 2) Problem of accessing plugin configuration data. See >> http://jira.codehaus.org/browse/MNG-2180 > > Kenney suggested to reparse the pom. I'll have a look at how it's done in > the Eclipse plugin. Right now, I have assumed that the location of the > clover databases is t

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin

2006-03-28 Thread Brett Porter
Jian.Wu wrote: > Hi Brat, > > Thanks a lot for your quick reply! > >> I'm pretty sure that the rars generated can still have a dependency type >> of rar - the type != packaging. > > Would you suggest that I can specify a packaging "my-rar" in my rar pom.xml, > but in my ear pom.xml, I can specif

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin

2006-03-28 Thread Jian.Wu
Hi Brat, Thanks a lot for your quick reply! > I'm pretty sure that the rars generated can still have a dependency type > of rar - the type != packaging. Would you suggest that I can specify a packaging "my-rar" in my rar pom.xml, but in my ear pom.xml, I can specify type as "rar" when I define

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin

2006-03-28 Thread Brett Porter
Jian.Wu wrote: > Yes. This is what I want. But, my own packaging will also be > "rar" since "my-rar" will be a "rar" specific for OC4J as an example. > > If I renamed as my-rar instead of "rar", > I'll assume that "Ear Plugin" will not consume it since it is not a > "RarModule". I'm pretty sur

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin

2006-03-28 Thread Jian.Wu
Hi, > I'd suggest you should also be providing a custom packaging > "my-rar" or something more specific :) In your own words you > want to create your "own packaging" Yes. This is what I want. But, my own packaging will also be "rar" since "my-rar" will be a "rar" specific for OC4J as an examp

Re: Plexus compile problems

2006-03-28 Thread Brett Porter
We see these 2 failures in Continuum. - Brett Carlos Sanchez wrote: > Can you detail the error in the javac component? it's building fine > for me with maven 2.0.3 and JDK 1.5 > > On 3/28/06, Mike Perham <[EMAIL PROTECTED]> wrote: >> I have a completely empty repo and a fresh copy of the plexus

Re: Plexus compile problems

2006-03-28 Thread Carlos Sanchez
Can you detail the error in the javac component? it's building fine for me with maven 2.0.3 and JDK 1.5 On 3/28/06, Mike Perham <[EMAIL PROTECTED]> wrote: > I have a completely empty repo and a fresh copy of the plexus code. > > 1) the javac compiler component does not pass the tests with JDK 1.4

Re: [VOTE] Release compiler plugin 2.0.1

2006-03-28 Thread Carlos Sanchez
I'd rather prefer having a 2.0.2 earlier than delaying this release On 3/28/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Is it possible to add MCOMPILER-22 in 2.0.1? It will be useful for lot of > projects with lot of > source files. > > Emmanuel > > Carlos Sanchez a écrit : > > Please vote

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin?

2006-03-28 Thread Brett Porter
I'd say no. I'd suggest you should also be providing a custom packaging "my-rar" or something more specific :) In your own words you want to create your "own packaging". - Brett Jian.Wu wrote: > Hi, > > I intended to develop my own rar-plugin and/or ear plugin for my own > packaging. > > What I

Re: adding build timestamp to manifest

2006-03-28 Thread Kenney Westerhof
On Tue, 28 Mar 2006, Mike Perham wrote: Hi, some thoughts on this: > http://jira.codehaus.org/browse/MNG-1832 > > It seems like one way to support this would be: > > > > > ${now} > > > > > But we would need to add support for this variable in the P

adding build timestamp to manifest

2006-03-28 Thread Mike Perham
http://jira.codehaus.org/browse/MNG-1832 It seems like one way to support this would be: ${now} But we would need to add support for this variable in the POM interpolation code and it's not clear how to format the Date. Any other suggestions? m

Should all maven-[x]-plugin have skip parameter like surefire-plugin?

2006-03-28 Thread Jian.Wu
Hi, I intended to develop my own rar-plugin and/or ear plugin for my own packaging. What I found was that Maven2 runtime by default will always invoke maven-rar-plugin for a rar project at package phase, the same as maven-ear-plugin for a ear project which will overlap with my rar/ear-plugin exe

Re: [continuum] BUILD FAILURE: Maven SCM Bazaar Provider

2006-03-28 Thread Emmanuel Venisse
The error is here : http://ci.codehaus.org:8002/continuum/servlet/browse?file=80/target/surefire-reports/org.apache.maven.scm.provider.bazaar.command.changelog.BazaarChangeLogCommandTckTest.txt Emmanuel Brett Porter a écrit : bzr seems to be correctly installed now. Anyone have any ideas on thi

Re: svn commit: r389474 - in /maven/plugins/trunk/maven-compiler-plugin: pom.xml src/test/

2006-03-28 Thread Brett Porter
I've done this. - Brett Brett Porter wrote: > Carlos, > > That's really not a great way to do this. Why not branch the code for 2.0.1? > > - Brett > > [EMAIL PROTECTED] wrote: >> Author: carlos >> Date: Tue Mar 28 02:53:37 2006 >> New Revision: 389474 >> >> URL: http://svn.apache.org/viewcvs?r

Re: svn commit: r389474 - in /maven/plugins/trunk/maven-compiler-plugin: pom.xml src/test/

2006-03-28 Thread Brett Porter
Carlos, That's really not a great way to do this. Why not branch the code for 2.0.1? - Brett [EMAIL PROTECTED] wrote: > Author: carlos > Date: Tue Mar 28 02:53:37 2006 > New Revision: 389474 > > URL: http://svn.apache.org/viewcvs?rev=389474&view=rev > Log: > Removed test harness dependencies to

PVCS and Maven

2006-03-28 Thread Kevin Parker
Title: PVCS and Maven Dear Maven’s, We have recently developed a Maven interface for our PVCS product and are interested in the process for potentially donating this to the project. Could someone contact me and let me know what the process would be. Sincerely, Kevin Kevin Parker Vice Pres

Re: Maven Embedder 2.0.3 functionality

2006-03-28 Thread Milos Kleint
i've been using jason's branch for a while already in the current mevenide-netbeans trunk. A customized one, I've filed issues for most things I found (a bigger, rather conceptual one still missing) The filed issues have [maven-embedder-refactor] in the title.. so far it works fine. It's just very

Re: [continuum] BUILD FAILURE: Maven SCM Bazaar Provider

2006-03-28 Thread Brett Porter
bzr seems to be correctly installed now. Anyone have any ideas on this one? - Brett Continuum Build Server wrote: > Online report : > http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/80/buildId/490 > Build statistics: > State: Failed > Prev

Re: RE : Replacement for Pregoal

2006-03-28 Thread Brett Porter
Please: a) DON'T post to [EMAIL PROTECTED] That's what users@maven.apache.org is for b) DON'T blindly reply to all and start cross posting like I am here. I just want to stop this before it happens too often. In fact, I will see if I can change the lists to make posts moderated, even from subscrib

RE : Replacement for Pregoal

2006-03-28 Thread Olivier Lamy
Look at this issue : http://jira.codehaus.org/browse/MNG-2097. Note a new version has been today, we need to probably wait long time. I think a lot of users needs this but ... I don't why this can be included ? Maybe a maven developper can say ? AFAIK, it's just an update in componen

Re: Maven Embedder 2.0.3 functionality

2006-03-28 Thread Jason van Zyl
Grzegorz Słowikowski wrote: Hello I've hoped that new version of Maven Embedder will have the functionality Jason was working on in maven-embedder-refactor branch. M2eclipse guys are waiting for it, and I wait for them to start using their product :-) Are there any plans to finish this work and

Plexus compile problems

2006-03-28 Thread Mike Perham
I have a completely empty repo and a fresh copy of the plexus code. 1) the javac compiler component does not pass the tests with JDK 1.4 or JDK 5. 2) plexus-jdo requires a dep which is not hosted in the repo (jdo:jdo:1.0.1:jar). There is no comment or url on where to get this jar. If this projec

Maven Embedder 2.0.3 functionality

2006-03-28 Thread Grzegorz Słowikowski
Hello I've hoped that new version of Maven Embedder will have the functionality Jason was working on in maven-embedder-refactor branch. M2eclipse guys are waiting for it, and I wait for them to start using their product :-) Are there any plans to finish this work and maybe release another embedde

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

2006-03-28 Thread Emmanuel Venisse
Fixed. Brett Porter a écrit : 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 : http://ci.codehaus.org/continuum-

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

2006-03-28 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: lundi 27 mars 2006 18:12 > To: 'Maven Developers List' > Subject: Issues while trying to implement an aggregated report for the > Clover plugin > > Hi, > > As I mentioned in some previous email, I'm trying to

Re: [VOTE] Release compiler plugin 2.0.1

2006-03-28 Thread Emmanuel Venisse
Is it possible to add MCOMPILER-22 in 2.0.1? It will be useful for lot of projects with lot of source files. Emmanuel Carlos Sanchez a écrit : Please vote to release the maven compiler plugin 2.0.1 Snapshot has been deployed as maven-compiler-plugin-2.0.1-20060328.105412-2 Issues fixed http:

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

2006-03-28 Thread Fabrizio Giustina
+1 fabrizio 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 >

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

2006-03-28 Thread Fabrizio Giustina
+1 fabrizio 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] John Tolentino as a Maven Plugins and Repository Manager committer

2006-03-28 Thread Fabrizio Giustina
+1 fabrizio 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] Release compiler plugin 2.0.1

2006-03-28 Thread Emmanuel Venisse
+1 Emmanuel Carlos Sanchez a écrit : Please vote to release the maven compiler plugin 2.0.1 Snapshot has been deployed as maven-compiler-plugin-2.0.1-20060328.105412-2 Issues fixed http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11130&fixfor=12178 Compiler plugin ignores i

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

2006-03-28 Thread Arnaud HERITIER
+1 Arnaud On 3/28/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > +1 > > Vincent > > 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > > 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 s

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

2006-03-28 Thread Arnaud HERITIER
+1 arnaud On 3/28/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > +1 > > Vincent > > 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > > 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

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

2006-03-28 Thread Arnaud HERITIER
+1 arnaud On 3/28/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > +1 > > Vincent > > 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > > 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. >

[VOTE] Release compiler plugin 2.0.1

2006-03-28 Thread Carlos Sanchez
Please vote to release the maven compiler plugin 2.0.1 Snapshot has been deployed as maven-compiler-plugin-2.0.1-20060328.105412-2 Issues fixed http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11130&fixfor=12178 Compiler plugin ignores includes / excludes Move the description o

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

2006-03-28 Thread Vincent Siveton
+1 Vincent 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > 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,

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

2006-03-28 Thread Vincent Siveton
+1 Vincent 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > 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-28 Thread Vincent Siveton
+1 Vincent 2006/3/27, Brett Porter <[EMAIL PROTECTED]>: > 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: Issues while trying to implement an aggregated report for the Clover plugin

2006-03-28 Thread Kenney Westerhof
On Mon, 27 Mar 2006, Vincent Massol wrote: [snip] > > > 2) Problem of accessing plugin configuration data. See > > > http://jira.codehaus.org/browse/MNG-2180 > > > > I did some sort of recursion starting with the top level project: [snip] > Unfortunately this doesn't help in accessing a plugin'