common/build.xml
changeset 114 585c31b1dac6
parent 111 5b0bc2f89660
child 123 5b2818c52aae
child 125 a4079a41ca7f
child 192 d5964b46ccaf
--- 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 -->