However the CC documentation does not list an attribute
named loggerClassName for the ant tag. Indeed this error is thrown by
CC.
2003-12-18 17:45:23,028
[main ] FATAL Main
- Attribute: 'loggerClassName' is not supported for class: 'net.sourceforge.cruisecontrol.builders.AntBuilder'.
The loggerClassName attribute does
not make sense unless this applies to an older version of CC.
Beflow is a portion of my xml config
file:
<ant
buildfile="/apps/dovetail/gas_accounting/Dovetail/gacruise/cruise.xml"
target="cruise" multiple="1"
loggerClassName="net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager">
net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager"/>
<jvmarg arg="-Dmodule.name=ga"/>
<jvmarg arg="-Dtools.dir=/apps/dovetail/gas_accounting/Dovetail/bin"/>
<jvmarg
arg="-Dant.home=/apps/dovetail/gas_accounting/Dovetail/bin/ant-1.5.3"/>
<jvmarg arg="-Dlocal.properties.file=gacruise.properties"/>
</ant>
There is a useLogger attribute which
you can set to true or false. What’s gives?