Skip to content

Commit

Permalink
Merge pull request #105 from aharwood2/fix/build
Browse files Browse the repository at this point in the history
Added flag to build configure to skip clean when files don't exist
  • Loading branch information
aharwood2 authored Apr 8, 2022
2 parents 01f8736 + 3a24889 commit 6c53212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
</target>

<target name="clean.module.jblockcreator" description="cleanup module">
<delete includeemptydirs="true">
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${jblockcreator.output.dir}">
<include name="**/*"/>
<exclude name="**/com/**"/>
Expand Down

0 comments on commit 6c53212

Please sign in to comment.