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>