>> Buildbot does not give pretty graphs and other nice looking metrics or >> reports out of the box - but maybe getting buildbot to run these other >> tools, then the tools will provide those for us, I really I hadn't >> investigated. >> > Metrics and Project Mess Detector (PMD) [1] data is extracted with PHPUnit > (--log-metrics and --log-pmd). > > Graphs are created with phpUnderControl. (My setup is based on this tutorial > [2])
Except for the graphs, we can have metrics with buildbot too. I will see if there is an XSLT sheet or similar available for having a proper output. >> BTW those CodeSniffer warnings I think are a little bit over the top and >> should be tweaked a bit better for log4php needs. (but that's for later I >> guess.) > > Yes, the PHP_CodeSniffer setup on my box is very basic and doesn't provide > polite data according to our coding standards. The problem was that > PHP_CodeSniffer isn't that quick to configure to your needs in an easy way > so I jumped onto other tasks. It's a job to look over it and fix the target. > > For the record here's my <cruisecontrol>/projects/log4php/build.xml file: Thanks - guess we can have this in the pom too. I will take a look at it! IMHO I coiuld live without the graphics done by phpUnderControl, if there is no easy going with buildbot. Cheers Christian
