Re: Site plugin changes, site:run

2006-04-10 Thread Brett Porter
Vincent Siveton wrote: >>> - Javadoc report link doesnt work : blank page >> Bug in the javadoc plugin, you need the latest snapshot of that. > > I retried with snapshot and trunk version, I have got always a blank page. > Could you retry? Oh, in site:rnu, that's probably right. Please open a bug

Re: Status of the release plugin?

2006-04-10 Thread Brett Porter
No, I got more excited about the site plugin. This week :) Mike Perham wrote: > Did this ever get done? I didn't see anything on the lists. > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 5:51 PM > To: Maven Developers List > Subject

Re: [VOTE] Release Clover plugin 2.1

2006-04-10 Thread Fabrizio Giustina
+1 fabrizio On 4/8/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi, > > I've made quite a lot of improvements to the Clover plugin and I'd like to > release it. It's all the more urgent that the current released clover plugin > has its Clover license expired. > > Release Notes - Maven 2.x Clov

clover aggregation broken?

2006-04-10 Thread Mike Perham
One of clover's awesome new features is generating an aggregate unit test coverage report when running site:site across a set of modules. This was working a week ago, I updated a bunch of code and now it no longer works. Anyone know of a change which would break this? All it prints out is this:

Re: [VOTE] Release Clover plugin 2.1

2006-04-10 Thread John Casey
Sorry for the late +1... -john Vincent Massol wrote: Hi, I've made quite a lot of improvements to the Clover plugin and I'd like to release it. It's all the more urgent that the current released clover plugin has its Clover license expired. Release Notes - Maven 2.x Clover Plugin - Version 2.

Re: [vote] (2) Maven 2.0.4 Release

2006-04-10 Thread John Casey
Ok, looks like this vote passed. I'm going to be working on the release today. Here's a summary of the vote: Binding: 6 x +1 (John, Emmanuel, Jason, Vincent, Fabrizio, Carlos) Non-Binding: 2 x +1 (Brian, Mike), 2 x +0 (Milos, Vincent S.) The vote thread can be found at: http://www.nabble.com/

Re: [vote] Release Continuum 1.0.3

2006-04-10 Thread Emmanuel Venisse
Strange, am i the only one without OOME? So this problem doesn't exist only on Solaris. Emmanuel Arnaud HERITIER a écrit : Windows XP JDK 1.4.2 If it runs (the projects list shouldn't be empty), you can take a look at it here : http://heritier.homeip.net/continuum/ Arnaud On 4/10/06, Emmanue

Re: [vote] Release Continuum 1.0.3

2006-04-10 Thread Kaare Nilsen
Well.. based on the rc snapshot I also have alot problems with out of memory stuff. I run solaris10 jdk 1.5.0_04 eagerly awaiting the next rc On 10/04/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Windows XP > JDK 1.4.2 > > If it runs (the projects list shouldn't be empty), you can take a loo

Re: [vote] Release Continuum 1.0.3

2006-04-10 Thread Arnaud HERITIER
Windows XP JDK 1.4.2 If it runs (the projects list shouldn't be empty), you can take a look at it here : http://heritier.homeip.net/continuum/ Arnaud On 4/10/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > What is your OS? > > Emmanuel > > Arnaud HERITIER a écrit : > > I also have a lot of O

RE: Status of the release plugin?

2006-04-10 Thread Mike Perham
Did this ever get done? I didn't see anything on the lists. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:51 PM To: Maven Developers List Subject: Re: Status of the release plugin? I'm doing it today. Mark Hobson wrote: > On 03/04/06, M

Re: [vote] (2) Maven 2.0.4 Release

2006-04-10 Thread Vincent Siveton
+0 Vincent 2006/4/6, John Casey <[EMAIL PROTECTED]>: > Hi again, > > I've corrected two regressions that popped up: one in 2.0.3, the other > in the original 2.0.4 RC. > > Here is the latest RC. Please give it a try before voting. > > Let's do another 72h round of voting. > > +1/+0/-1 > > Here's

Re: [VOTE] Release Clover plugin 2.1

2006-04-10 Thread Vincent Siveton
+0 Vincent 2006/4/8, Mike Perham <[EMAIL PROTECTED]>: > +1! > > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 08, 2006 12:27 PM > To: 'Maven Developers List' > Subject: [VOTE] Release Clover plugin 2.1 > > Hi, > > I've made quite a lot of impr

RE: Site plugin changes, site:run

2006-04-10 Thread Vincent Siveton
Hi Brett, > > I took time to test your amazing stuff. Very nice feature :) Thanks! > > > > You've probably know these but just in case they can help you: > > - error 404 for subprojects links from a multi project case: > > http://localhost:8080/index.html > > Clicks on a sub project > > http://loc

RE: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-10 Thread Johann Reyes
Hello Jochen I had that same problem when I tried to write an annotation finder tool for hibernate. Tried using qdox, but really doesn't like jdk1.5 annotations, so what I did is write a specific tool in jdk1.5 and then include it in the plugin using profiles and activation depending in the jdk. S

Re: [m2]Is Plugin associated with Packaging but type is used for dependency?

2006-04-10 Thread Stephane Nicoll
That's good. I will implement it that way then. Cheers, Stéphane On 4/10/06, Jian.Wu <[EMAIL PROTECTED]> wrote: > > > Hi Stephane, > > I just reveiwed MEAR-26, it should solve my problem. And, I assume that > the value of "mapping" element could be any standard j2ee component > type like ejb and

Re: [vote result] release maven 2 eclipse plugin 2.2

2006-04-10 Thread Kaare Nilsen
A litte to late but anyhow +1 from me /Kaare On 10/04/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > Vote result: > 3 binding +1 (me, Emmanuel, John) > I will take care of publishing the release shortly > > fabrizio > > > On 4/6/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > > Based on: >

Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-10 Thread Jochen Kuhnle
Brett Porter wrote: I'm not sure this is plugin configuration - it should determine it from the format of the source file? Should it just do two passes and merge them? The problem is that QDOX cannot parse JDK 1.5 sources, e.g. it chokes on Map. IMO, the POM should specify that your sources

Re: [vote] (2) Maven 2.0.4 Release

2006-04-10 Thread Franz Fehringer
Did this voting lead to a (hopefully positive) result? Greetings Franz John Casey schrieb: Hi again, I've corrected two regressions that popped up: one in 2.0.3, the other in the original 2.0.4 RC. Here is the latest RC. Please give it a try before voting. Let's do another 72h round of vo

[vote result] release maven 2 eclipse plugin 2.2

2006-04-10 Thread Fabrizio Giustina
Vote result: 3 binding +1 (me, Emmanuel, John) I will take care of publishing the release shortly fabrizio On 4/6/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > Based on: > maven-eclipse-plugin-2.2-20060406.203721-2.jar > I would like to release version 2.2 of the maven 2 eclipse plugin. > T