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'
authorMattD <mattd@symbian.org>
Tue, 29 Sep 2009 17:34:45 +0100
changeset 546 1c8d0b0d08dc
parent 545 68092adbcaec
child 547 19f9d5fc6406
child 548 8e942a905022
child 552 8018a074606b
child 593 4fc8d6b0b184
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'
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/**"/>