common/build.xml
changeset 1166 ed7be4dda2ab
parent 1165 c040b8983eae
child 1167 18bce39467dc
equal deleted inserted replaced
1165:c040b8983eae 1166:ed7be4dda2ab
   799     </target>
   799     </target>
   800     
   800     
   801     <!-- Unpack the rnd zips ready to be used in the build -->
   801     <!-- Unpack the rnd zips ready to be used in the build -->
   802     <target name="sf-unpack-rnd">
   802     <target name="sf-unpack-rnd">
   803         <echo message="INFO Unpacking any available RnD binaries"/>
   803         <echo message="INFO Unpacking any available RnD binaries"/>
       
   804 		<mkdir dir="${build.drive}/output/zips/"/>
   804         <for param="rndZip">
   805         <for param="rndZip">
   805             <fileset dir="${build.drive}/output/zips/" erroronmissingdir="false">
   806             <fileset dir="${build.drive}/output/zips/">
   806                 <include name="binaries_*.zip"/> <!-- Internal rnd bins -->
   807                 <include name="binaries_*.zip"/> <!-- Internal rnd bins -->
   807                 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins -->
   808                 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins -->
   808             </fileset>
   809             </fileset>
   809             <sequential>
   810             <sequential>
   810                 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true" failonerror="false">
   811                 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true" failonerror="false">