Fix Diamonds links are no longer appearing
authorDario Sestito <darios@symbian.org>
Fri, 20 Nov 2009 13:46:22 +0000
changeset 784 9791b89d932a
parent 783 b740d5b2ce61
child 786 24d6f993e110
Fix Diamonds links are no longer appearing
common/build.postbuild.xml
--- 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>