72 lines
3.4 KiB
HTML
Executable File
72 lines
3.4 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 : State File Labeller</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 : State File Labeller
|
|
</span>
|
|
</div>
|
|
<div class="pagesubheading">
|
|
This page last changed on Jul 27, 2005 by <font color="#0050B2">orogers</font>.
|
|
</div>
|
|
|
|
<h3><a name="StateFileLabeller-StateFileLabeller"></a>State File Labeller</h3>
|
|
|
|
<p>This labeller retrieves the last successful integration label for a project using the project's state file. You can use this labeller if you have split your build across multiple projects and you want to use a consistent version across all builds.</p>
|
|
|
|
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
|
|
<pre class="code-xml"><span class="code-tag"><project></span>
|
|
<span class="code-tag"><labeller type=<span class="code-quote">"stateFileLabeller"</span>></span>
|
|
<span class="code-tag"><project></span>Common<span class="code-tag"></project></span>
|
|
<span class="code-tag"></labeller></span>
|
|
<span class="code-tag"><span class="code-comment"><!-- Other project configuration to go here --></span></span>
|
|
<span class="code-tag"></project></span></pre>
|
|
</div></div>
|
|
|
|
<h3><a name="StateFileLabeller-ConfigurationElements%3A"></a>Configuration Elements:</h3>
|
|
|
|
<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'> project </td>
|
|
<td class='confluenceTd'> The project to retrieve the label from. </td>
|
|
<td class='confluenceTd'> string </td>
|
|
<td class='confluenceTd'> true </td>
|
|
<td class='confluenceTd'> N/A </td>
|
|
</tr>
|
|
</tbody></table>
|
|
|
|
|
|
<h3><a name="StateFileLabeller-Limitation%3A"></a>Limitation:</h3>
|
|
|
|
<p>In the 0.92 release of CCNet, the state file must be stored in the current directory (the directory where the application was launched from) in order for the State File Labeller to find the state file. In other words, if you have specified the <b>directory</b> property in the <a href="File State Manager.html" title="File State Manager">File State Manager</a> then the State File Labeller will not be able to locate the state file. </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> |