Files
gtav-src/tools_ng/bin/CruiseControl/WebDashboard/doc/CCNET/Xml Log Publisher.html
T
2025-09-29 00:52:08 +02:00

72 lines
3.8 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CruiseControl.NET : Xml Log Publisher</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
CruiseControl.NET : Xml Log Publisher
</span>
</div>
<div class="pagesubheading">
This page last changed on Aug 08, 2005 by <font color="#0050B2">mroberts</font>.
</div>
<p>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 &lt;xmllogger /&gt; section the Dashboard will not function correctly. </p>
<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="images/icons/emoticons/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>You should place the &lt;xmllogger /&gt; in the &lt;publishers /&gt; section, <b>after</b> any <a href="File Merge Task.html" title="File Merge Task">File Merge Task</a>s, in your <a href="Project Configuration Block.html" title="Project Configuration Block">Project Configuration Block</a>.</td></tr></table></div>
<h4><a name="XmlLogPublisher-Examples"></a>Examples</h4>
<p>Minimalist example:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml"><span class="code-tag">&lt;xmllogger /&gt;</span></pre>
</div></div>
<p>Full example:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml"><span class="code-tag">&lt;xmllogger logDir=<span class="code-quote">"c:\myproject\buildlogs"</span> /&gt;</span></pre>
</div></div>
<h4><a name="XmlLogPublisher-ConfigurationElements%3A"></a>Configuration Elements:</h4>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Node </th>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Type </th>
<th class='confluenceTh'> Required</th>
<th class='confluenceTh'> Default </th>
</tr>
<tr>
<td class='confluenceTd'> <a name="XmlLogPublisher-logDir"></a> logDir </td>
<td class='confluenceTd'> The directory to save log files to. If relative, then relative to the <a href="Project Configuration Block.html#ProjectConfigurationBlock-artifactDirectory">Project Artifact Directory</a> </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> false </td>
<td class='confluenceTd'> <tt>buildlogs</tt> </td>
</tr>
</tbody></table>
<p><img class="emoticon" src="images/icons/emoticons/information.gif" height="16" width="16" align="absmiddle" alt="" border="0"/> XML Log Publisher used to support the 'mergeFiles' option. This functionality is now removed and you should use <a href="File Merge Task.html" title="File Merge Task">File Merge Task</a> instead.</p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Mar 14, 2009 02:55</font></td>
</tr>
</table>
</body>
</html>