--- a/doc/api/helium/target-sf-run-analysis-diamonds.html Tue Oct 06 17:31:14 2009 +0100
+++ b/doc/api/helium/target-sf-run-analysis-diamonds.html Thu Oct 08 19:36:20 2009 +0100
@@ -82,7 +82,7 @@
<h2>Target sf-run-analysis-diamonds</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L469">D:\maintools\sf-config\common\build.postbuild.xml:469:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L487">d:\maintools\sf-config\common\build.postbuild.xml:487:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -96,6 +96,17 @@
<hr/>
+<h3>Target external Dependency</h3>
+<p>
+<table class="docutils" width="50%">
+ <tr>
+ <th class="head">Name</th>
+ </tr>
+ <tr>
+ <td>python</td>
+ </tr>
+</table>
+</p>
<h3>Property dependencies</h3>
@@ -118,6 +129,12 @@
<tr>
<td><a href="property-build.log.dir.html" title="<p>This is where the build logs are stored.</p>" target="classframe"><tt class="docutils literal">build.log.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td>
</tr>
+ <tr>
+ <td><a href="property-diamonds.build.id.html" title="<p>The ID assigned to the build by the Diamonds server.</p>" target="classframe"><tt class="docutils literal">diamonds.build.id</tt></a></td><td><a href="help.html" title="Help" target="classframe">never</a></td>
+ </tr>
+ <tr>
+ <td><a href="property-diamonds.host.html" title="<p>Diamonds server's host address.</p>" target="classframe"><tt class="docutils literal">diamonds.host</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td>
+ </tr>
</table>
</p>
@@ -146,6 +163,16 @@
files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]})
</data>
</fmpp>
+ <!-- Send the data to the server -->
+ <exec executable="python">
+ <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
+ <arg value="-s"/>
+ <arg value="${diamonds.host}"/>
+ <arg value="-u"/>
+ <arg value="${diamonds.build.id}"/>
+ <arg value="-f"/>
+ <arg value="${build.log.dir}/sf-run-analysis.xml"/>
+ </exec>
</target>
</pre>