--- a/common/build.xml Mon Jul 12 14:41:14 2010 +0100
+++ b/common/build.xml Mon Jul 12 15:13:57 2010 +0100
@@ -801,8 +801,9 @@
<!-- Unpack the rnd zips ready to be used in the build -->
<target name="sf-unpack-rnd">
<echo message="INFO Unpacking any available RnD binaries"/>
+ <mkdir dir="${build.drive}/output/zips/"/>
<for param="rndZip">
- <fileset dir="${build.drive}/output/zips/" erroronmissingdir="false">
+ <fileset dir="${build.drive}/output/zips/">
<include name="binaries_*.zip"/> <!-- Internal rnd bins -->
<include name="release/bin_*.zip"/> <!-- Releaseable rnd bins -->
</fileset>