Fix only one raptor log gets processed by Dario's Raptor parser
authorDario Sestito <darios@symbian.org>
Mon, 19 Oct 2009 17:44:09 +0100
changeset 696 b9ad18cda425
parent 695 1eaeee12c3d1
child 697 9fe5b8f5bf5f
Fix only one raptor log gets processed by Dario's Raptor parser
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Mon Oct 19 17:41:37 2009 +0100
+++ b/common/build.postbuild.xml	Mon Oct 19 17:44:09 2009 +0100
@@ -367,6 +367,7 @@
             <arg value="--config=${raptorconfig}"/>
             <arg value="--log=@{raptorlogfile}"/>
             <arg value="--basedir=${build.log.dir}/raptorbits"/>
+            <arg value="--append"/>
           </exec>
         </sequential>
       </for>