common/build.xml
changeset 1166 ed7be4dda2ab
parent 1165 c040b8983eae
child 1167 18bce39467dc
--- 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>