--- a/common/build.postbuild.xml Fri Nov 20 13:04:41 2009 +0000
+++ b/common/build.postbuild.xml Fri Nov 20 13:46:22 2009 +0000
@@ -508,8 +508,10 @@
<!-- Send the data to the server -->
<exec executable="python">
<arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
- <arg value="-u http://${diamonds.host}${diamonds.build.id}"/>
- <arg value="-f ${build.log.dir}/linksForDiamonds.xml"/>
+ <arg value="-u"/>
+ <arg value="http://${diamonds.host}${diamonds.build.id}"/>
+ <arg value="-f"/>
+ <arg value="${build.log.dir}/linksForDiamonds.xml"/>
</exec>
</target>
@@ -552,8 +554,10 @@
<!-- Send the data to the server -->
<exec executable="python">
<arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
- <arg value="-u http://${diamonds.host}${diamonds.build.id}"/>
- <arg value="-f ${temp.build.dir}/bragForDiamonds.xml"/>
+ <arg value="-u"/>
+ <arg value="http://${diamonds.host}${diamonds.build.id}"/>
+ <arg value="-f"/>
+ <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
</exec>
</then>
<else>