Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: dashboard
-
Labels:None
-
Environment:continiuum and maven 2.08 are running on unix environment using jdk1.5.0
-
Complexity:Intermediate
-
Number of attachments :
Description
when i run from continiuum the mvn: dashboard-report:dashboard after having run the mvn site command i get the error as shown in the attachement dashboard.log
When running the same command from under windows environment gives no error.
Any ideas why it try to start something graphical from an X environent.
the reason is : JFreeChart
as dashboard generates graphics with JFreeChart, a graphic environnement must exist.
So, it works fine under Windows and no under Unix without X11 window server.
So you can install a X11 window server on your unix machine or generate only a dashboard report as Maven 1 with the "m1LikeRendering" parameter as described in http://mojo.codehaus.org/dashboard-maven-plugin/dashboard-mojo.html
Warning : You won't be able to use the persistance feature because historic's report uses JFreeChart to generate graphics
Best regards
David