NIHVIVO-3721 Don't die if there is no shindig build directory to delete.

This commit is contained in:
j2blake 2012-06-19 17:03:24 +00:00
parent 593718e081
commit 414067589e

View file

@ -115,7 +115,7 @@ deploy - Configure the application and deploy directly into the Tomcat webapps
target: clean
================================= -->
<target name="clean" depends="properties" description="--> Delete all artifacts">
<delete includeemptydirs="true">
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${build.shindig.dir}" />
</delete>
</target>