common/build.xml
changeset 137 585c31b1dac6
parent 134 5b0bc2f89660
child 143 d5964b46ccaf
child 147 5b2818c52aae
child 149 a4079a41ca7f
--- 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 -->