This page last changed on Aug 08, 2005 by mroberts.

The Xml Log Publisher is used to create the log files used by the CruiseControl.NET Web Dashboard, so if you don't define an <xmllogger /> section the Dashboard will not function correctly.

You should place the <xmllogger /> in the <publishers /> section, after any File Merge Tasks, in your Project Configuration Block.

Examples

Minimalist example:

<xmllogger />

Full example:

<xmllogger logDir="c:\myproject\buildlogs" />

Configuration Elements:

Node Description Type Required Default
logDir The directory to save log files to. If relative, then relative to the Project Artifact Directory string false buildlogs

XML Log Publisher used to support the 'mergeFiles' option. This functionality is now removed and you should use File Merge Task instead.

Document generated by Confluence on Mar 14, 2009 02:55