sf-postbuild - running analysis in parallel with evalid and post-build zipping.
--- a/common/build.xml Wed Aug 12 10:32:22 2009 +0100
+++ b/common/build.xml Wed Aug 12 18:04:33 2009 +0100
@@ -377,6 +377,9 @@
<runtarget target="sf-package-validate"/>
</then>
</if>
+ <!-- run build analysis tools -->
+ <runtarget target="sf-run-analysis"/>
+
</parallel>
<if><istrue value="${sf.spec.test.sendpkg.enable}"/>
@@ -386,8 +389,6 @@
</then>
</if>
- <!-- run build analysis tools -->
- <runtarget target="sf-run-analysis"/>
<runtarget target="sf-zip-logs"/>