Updated Branches: refs/heads/develop 97a6d7f93 -> 59ea775d5
Does not fail the build if the directory is missing (since this step deletes it anyway). Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/59ea775d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/59ea775d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/59ea775d Branch: refs/heads/develop Commit: 59ea775d5332397ebe1686e6ff65dfb85607e9be Parents: 97a6d7f Author: Peter Ent <[email protected]> Authored: Fri Jan 24 10:04:38 2014 -0500 Committer: Peter Ent <[email protected]> Committed: Fri Jan 24 10:04:38 2014 -0500 ---------------------------------------------------------------------- frameworks/js/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59ea775d/frameworks/js/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/build.xml b/frameworks/js/build.xml index 0b2c0d7..5cd52c3 100644 --- a/frameworks/js/build.xml +++ b/frameworks/js/build.xml @@ -130,7 +130,7 @@ </target> <target name="clean" description="Cleans all SWCs and their resource bundles"> - <delete> + <delete failonerror="false"> <fileset dir="${FLEXJS_HOME}/frameworks/js/FlexJS/libs"> <include name="**/**" /> </fileset>
