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'
--- 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/**"/>