# HG changeset patch # User MattD <mattd@symbian.org> # Date 1254242085 -3600 # Node ID 1c8d0b0d08dcf88454b27216c278a4c662295d7c # Parent 68092adbcaecf969265a6c1187f9c9a568d84c97 sf-zip-logs - Fixed zipping regression for running smoketest or BC test alone caused by changeset e73243604097 - 'Bug 384 Platform build should output all PDK releasables into one directory' diff -r 68092adbcaec -r 1c8d0b0d08dc common/build.postbuild.xml --- a/common/build.postbuild.xml Tue Sep 29 15:53:45 2009 +0100 +++ b/common/build.postbuild.xml Tue Sep 29 17:34:45 2009 +0100 @@ -529,6 +529,7 @@ <if> <istrue value="${sf.spec.logs.zip.enable}"/> <then> + <mkdir dir="${build.output.dir}/zips/release"/> <!-- workaround for when there's no other releaseables, just the logs --> <zip destfile="${build.output.dir}/zips/release/build_logs.zip" basedir="${build.drive}"> <include name="output/logs/**"/> <exclude name="output/logs/BOM/**"/>