common/build.xml
changeset 1168 fab4ba9e8d93
parent 1167 18bce39467dc
child 1173 7659931b2194
--- 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"/>