Im a CCnet noob so excuse my ignorance.
We have ccnet 1.6 and it does not parse the output logs from the
various tasks (msbuild, exec, etc).
I have the following in the config:
<publishers>
<merge>
<files>
<file>C:\CI\$(ProjectName)\build\logs\productbuild-
results.xml</file>
<file>C:\CI\$(ProjectName)\build\logs\nunit-results.xml</
file>
<file>C:\CI\$(ProjectName)\build\logs\centralinstaller-
results.xml</file>
<file>C:\CI\$(ProjectName)\build\logs\errorloggerinstaller-
results.xml</file>
<file>C:\CI\$(ProjectName)\build\logs\licensinginstaller-
results.xml</file>
</files>
</merge>
<xmllogger>
<logDir>C:\CI\$(ProjectName)\Logs</logDir>
</xmllogger>
etc
When a build occurs the log I get is a mess. It contains the raw
output of the various logs all merged into one file. I was expecting
something a bit more useful. Find the reason for a build failure in
the 9000 line xml file is rediculous.
Am I missing something here?