Hi Brian, > -----Original Message----- > From: Brian Burridge [mailto:[EMAIL PROTECTED] > Sent: 14 November 2003 16:22 > To: [EMAIL PROTECTED] > Subject: Dashboard produces no results / Checkstyle question > > I am new to Maven (previously used Ant), and am loving it. > > I have customized many of the reports, and added content to the site, > and everything is coming along well. But I have two questions that I > have not been able to resolve on my own. > > 1) When the Dashboard plugin runs I get an empty dashboard-data.xml and > no data on the report. (the xml contains just the dashboard open and > closing tag.) All the dashboard settings have been left at their > defaults.
The dashboard is quite new (I've just committed it last week) so there may be some rough edges... :-) The dashboard plugins calls each project and that generates a dashboard-single.xml file in each of your project. Could you check that these files exists and if they have any content? The default dashboard aggregators are checkstyle and clover ones. So the first thing you need to ensure is that running "maven checkstyle" on your individual projects generates a checkstyle-raw-report.xml file. For clover, you *must* set the maven.clover.report.xml=true property, as explained on: http://maven.apache.org/reference/plugins/dashboard/aggregators.html [snip] Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
