The first place to look is the ccnet.log file.
To adjust the logging level go into ccservice.exe.config(if running as
service) or ccnet.exe.config(if running ccnet.exe) and find this part
...
<log4net>
<level>
<name value="TRACE" />
<value value="20000" />
</level>
<root>
<!--
Change the
value in the next line to alter the amount of logging generated by
CruiseControl.NET.
The
following values are supported: TRACE, DEBUG, INFO, WARN, ERROR, OFF.
For more
detailed information on how to configure log4net, see
http://logging.apache.org/log4net/
-->
<level value="INFO"/>
<appender-ref
ref="Console"/>
<appender-ref ref="RollingFileAppender"/>
..
Change the level value to DEBUG and restart the service. Now you'll get more
information out to help find the problem.
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of CC_Me
Sent: Monday, June 13, 2011 10:55 AM
To: ccnet-user
Subject: [ccnet-user] CC.net build failing
Our regular Nightly build has just stopped building successfully despite no
recent configuration changes. The CC status is shown as a failure even
though the NAnt build of our code has succeeded. When I view the build log
we seem to have a problem during the rescan project of our cat.net
dependencies. I can't seem to find any actual error messages to indicate
what has gone wrong can anyone help please?