NIHVIVO-3721 Don't die if there is no shindig build directory to delete.
This commit is contained in:
parent
593718e081
commit
414067589e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ deploy - Configure the application and deploy directly into the Tomcat webapps
|
||||||
target: clean
|
target: clean
|
||||||
================================= -->
|
================================= -->
|
||||||
<target name="clean" depends="properties" description="--> Delete all artifacts">
|
<target name="clean" depends="properties" description="--> Delete all artifacts">
|
||||||
<delete includeemptydirs="true">
|
<delete includeemptydirs="true" failonerror="false">
|
||||||
<fileset dir="${build.shindig.dir}" />
|
<fileset dir="${build.shindig.dir}" />
|
||||||
</delete>
|
</delete>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue