Sorry, my bad, I deleted too many lines from hackystat.sensor.build.xml.
I guess I am a bit frustrated by the PMD_HOME thing. While in the
shower, I took a second thought, our distribution zip is ok since there
is no source code and thus no checkstyle to run. Cheers, -Cedric
(Cedric) Qin ZHANG wrote:
If you delete line 17 from hackystat.sensor.build.xml file, then
freshstart will fail because there is no definition for hacky-checkstyle.
The implication is:
Our hackystat distribution contains an empty
hackystat.sensor.build.xml file. Anybody downloading the distribution
zip file won't be able to run "freshStart".
Cheers,
Cedric
hackystat.sensor.build.xml line 17:
<taskdef name="hacky-checkstyle"
classname="org.hackystat.sensor.checkstyle.CheckstyleSensor" />
checkstyle.build.xml line 35-39:
<hacky-checkstyle verbose="true" >
<fileset dir="${checkstyle.report.dir}">
<include name="@{module.name}.xml" />
</fileset>
</hacky-checkstyle>