Hello Everyone,
I just did a cvsUpdateAll freshStart and got the below error (after the
update had finished):
BUILD FAILED
file:C:/__DATA/OFFICIAL_HACKYSTAT_BUILD/hackyBuild/build.xml:17: The
<hacky-buil
d> task doesn't support the "verbose" attribute.
The offending line in build.xml was:
<target name="installBuildSensor" description="Install build sensor if
it's enabled."
if="build.sensor.enabled">
<taskdef name="hacky-build"
classname="org.hackystat.stdext.sensor.ant.build.AntBuildSensor" />
<hacky-build projectID="${ProjectID}"
configuration="${dailybuild.configuration}" verbose=true />
</target>
I deleted the verbose tag, verified the build was successful and checked in
the changes.
Burt