Updated Branches: refs/heads/develop 486673be7 -> 54c0b3bbf
delete temp before running tests Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/684e51e0 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/684e51e0 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/684e51e0 Branch: refs/heads/develop Commit: 684e51e0effd832d123d3db19607b84ac1c5809a Parents: 486673b Author: Alex Harui <[email protected]> Authored: Wed Dec 11 12:01:29 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 11 12:01:29 2013 -0800 ---------------------------------------------------------------------- ant_on_air/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/684e51e0/ant_on_air/build.xml ---------------------------------------------------------------------- diff --git a/ant_on_air/build.xml b/ant_on_air/build.xml index 8c0f9cb..f58c16d 100644 --- a/ant_on_air/build.xml +++ b/ant_on_air/build.xml @@ -125,6 +125,7 @@ <source-path path-element="${SOURCE_DIR}"/> <library-path file="${basedir}/../installer/libs" append="true"/> </mxmlc> + <delete dir="${basedir}/tests/temp" failonerror="false" /> <exec executable="${AIR_HOME}/bin/${adl}" dir="${basedir}/tests" failonerror="true"> <arg value="-runtime" /> <arg value="${AIR_HOME}/runtimes/air/${runtime}" />
