diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-run-analysis-diamonds.html
--- 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 @@
Target sf-run-analysis-diamonds
Location
- D:\maintools\sf-config\common\build.postbuild.xml:469:
+
d:\maintools\sf-config\common\build.postbuild.xml:487:
Conditional execution
@@ -96,6 +96,17 @@
+Target external Dependency
+
+
+
+ Name |
+
+
+ python |
+
+
+
Property dependencies
@@ -118,6 +129,12 @@
build.log.dir | discouraged |
+
+ diamonds.build.id | never |
+
+
+ diamonds.host | discouraged |
+
@@ -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>