Move analysis after packaging
authorShabe Razvi <shaber@symbian.org>
Thu, 28 May 2009 15:53:26 +0100
changeset 114 585c31b1dac6
parent 112 3fc223926c4a
child 115 43a42dd33b4c
Move analysis after packaging
common/build.xml
--- a/common/build.xml	Wed May 27 14:12:36 2009 +0100
+++ b/common/build.xml	Thu May 28 15:53:26 2009 +0100
@@ -170,10 +170,7 @@
     
     <target name="sf-postbuild">
         <echo>[SF-POSTBUILD]</echo>
-        
-        <!-- run build analysis tools -->
-        <runtarget target="sf-run-analysis"/>
-        
+                
         <!-- TAG SOURCE CODE -->
         <if>
             <istrue value="${sf.spec.tagafterbuild.enable}" />
@@ -197,6 +194,9 @@
             </then>
         </if>
 
+        <!-- run build analysis tools -->
+        <runtarget target="sf-run-analysis"/>
+
         <runtarget target="sf-zip-logs"/>
 
         <!-- PUBLISH LOGS/REPORTS -->