RE: Reflexion about a dashboard aggregator

2004-09-15 Thread Vincent Massol
> -Original Message- > From: Thomas Recloux [mailto:[EMAIL PROTECTED] > Sent: mercredi 15 septembre 2004 13:53 > To: Maven Developers List > Subject: Re: Reflexion about a dashboard aggregator > > Vincent Massol wrote: > > > There is already one jcoverage

Re: Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Vincent Massol wrote: > There is already one jcoverage aggregator but it's not doing LOC computation > (see http://tinyurl.com/6824w). I know, it I developped it :-) > If you develop one please create a JIRA issue and attach the patch to it > (please provide a patch against CVS HEAD). OK. -- T

RE: Reflexion about a dashboard aggregator

2004-09-15 Thread Vincent Massol
> -Original Message- > From: Thomas Recloux [mailto:[EMAIL PROTECTED] > Sent: mercredi 15 septembre 2004 12:09 > To: Maven Developers List > Subject: Re: Reflexion about a dashboard aggregator > > Vincent, > > > I think that it's such a good

Re: Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Vincent, > I think that it's such a good idea that it is already implemented... :-) > > Check the Dashboard Maven plugin: > http://maven.apache.org/reference/plugins/dashboard/aggregators.html Oooops, I did not the cloverloc aggregator. As I do not use clover ut Jcoverage, I will code the jcove

RE: Reflexion about a dashboard aggregator

2004-09-15 Thread Vincent Massol
> -Original Message- > From: Thomas Recloux [mailto:[EMAIL PROTECTED] > Sent: mercredi 15 septembre 2004 11:58 > To: [EMAIL PROTECTED] > Subject: Reflexion about a dashboard aggregator > > Hello, > > I think that a dashboard aggregator which would compute

Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Hello, I think that a dashboard aggregator which would compute the total number of code lines could be a good a good idea. But on which plugin could this aggregator be based ? I see three solutions : - Clover XML report - JCoverage XML report - Parsing java files (existing tool ?) For