> -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 3:00 AM > To: 'Maven Users List' > Subject: RE: Dashboard > > > Hi Jon,
Thanks for your help Vincent. > This should generate individual dashboard reports in each of > the subprojects (BTW, you should probably also exclude your > main project: main/project.xml). These reports are named: > dashboard-single.xml That seems to be working. The individual projects do have the dashboard-single.xml files and the files to have valid information in them. > > Then you also need to generate the main dashboard report. You have 2 > solutions: > 1/ by adding the dashboard report to the list of reports for > the main project and typing "maven site" 2/ by simply typing > "maven dashboard" for in your main project > > That should generate a main/target/dashboard-data.xml file > and main/target/docs/dashboard-*.html files. > > If that's what you're doing and the report is empty, can you > check the files mentioned above and see what they contain > (dashboard-single.xml, dashboard-data.xml)? After the multiproject run finished the dashboard-data.xml file just had <?xml version="1.0" encoding="UTF-8"?> <dashboard> </dashboard> So, I ran "maven dashboard" and it was still empty. If you tink of anything please let me know. I'm going to dig around in the dashbpoard jelly and see if I can figure out what's going wrong. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
