sf-preprocess-package-config - fix for another BRAG step that presumes that "${build.log.dir}/summary" exists.
--- a/common/build.xml Tue Oct 06 18:08:40 2009 +0100
+++ b/common/build.xml Tue Oct 06 18:43:10 2009 +0100
@@ -459,6 +459,7 @@
<arg value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/>
<arg value="${build.log.dir}/rnd_excludefile.txt"/>
</exec>
+ <mkdir dir="${build.log.dir}/summary" />
<exec executable="perl" failonerror="false" output="${build.log.dir}/summary/PreprocessPackageConfig_BRAG.xml" logError="true">
<arg value="${sf.common.config.dir}/tools/brag/logToBRAG.pl"/>
<arg value="--phase=Prebuild"/>