sf-preprocess-package-config - fix for another BRAG step that presumes that "${build.log.dir}/summary" exists.
authorMattD <mattd@symbian.org>
Tue, 06 Oct 2009 18:43:10 +0100
changeset 610 4a27eba1d297
parent 609 640e0d240acf
child 613 f2e526e44405
child 616 136a11aee8bd
child 619 5a46e24ea747
sf-preprocess-package-config - fix for another BRAG step that presumes that "${build.log.dir}/summary" exists.
common/build.xml
--- 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"/>