--- a/common/build.postbuild.xml Mon Sep 06 11:03:19 2010 +0100
+++ b/common/build.postbuild.xml Wed Sep 08 13:54:46 2010 +0100
@@ -103,7 +103,6 @@
<runtarget target="sf-publish"/>
</then>
</if>
- <runtarget target="sf-build-summary"/>
<stopwatch name="sf-postbuild" action="elapsed"/>
</target>
@@ -1097,27 +1096,5 @@
</then>
</if>
</target>
-
- <!-- Transform BRAG xslt and display status at the end of the build -->
- <target name="sf-build-summary">
- <delete dir="${build.drive}/output/logs/summary/">
- <include name="**/*.html"/>
- </delete>
- <xslt basedir="${build.drive}/output/logs/summary" destdir="${temp.build.dir}" extension=".html" style="brag.xsl"/>
- <loadfile srcFile="${temp.build.dir}/_BRAG.html" property="sf.brag.status">
- <filterchain>
- <linecontainsregexp>
- <regexp pattern="(BLACK|RED|AMBER|GREEN)"/>
- </linecontainsregexp>
- <trim/>
- <striplinebreaks/>
- <deletecharacters chars="\>\<\h2\h1\/"/>
- </filterchain>
- </loadfile>
- <echo message="BRAG STATUS: [${sf.brag.status}] - full build details available at ${build.drive}\output\logs\summary\_BRAG.xml"/>
- <!-- record brag information in BIT file -->
- <echo message="build_brag	${sf.brag.status}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/>
- </target>
-
</project>