I downloaded the latest version of phpuc and ezc/Graph. I tested the example project for phpuc and whenever I view the metrics tab I keep getting a null pointer exception:
java.lang.NullPointerException
at net.sourceforge.cruisecontrol.chart.PieChartData.produceDataset(PieChartData.java:52)
at de.laures.cewolf.taglib.DataContainer.getDataset(DataContainer.java:53)
...
...
What did I do wrong?