> -----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 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 the moment, I think that using Clover and JCoverage informations > is the simplier way but it will not count javadoc or java comments. > > What do you think of this stuff ?
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 -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
