Update build directory scrubber to try to deal with failure to delete one of the files if invoked immediately after building.
authorSimon Howkins <simonh@symbian.org>
Mon, 12 Jul 2010 17:26:59 +0100
changeset 1156 fab4ba9e8d93
parent 1155 18bce39467dc
child 1157 5fafe4f9fda8
Update build directory scrubber to try to deal with failure to delete one of the files if invoked immediately after building.
common/build.xml
--- a/common/build.xml	Mon Jul 12 16:03:08 2010 +0100
+++ b/common/build.xml	Mon Jul 12 17:26:59 2010 +0100
@@ -279,7 +279,7 @@
             </then>
         </if>
         <!-- Delete build directory -->
-        <delete dir="${prep.build.dir}"/>
+        <delete dir="${prep.build.dir}" failonerror="false" deleteonexit="true"/>
     </target>
 
     <target name="sf-prebuild" depends="sf-prep,sf-prebuild-noprep"/>