Repository: flex-flexunit Updated Branches: refs/heads/develop 735852c99 -> 530781936
Temporarily disabling as3 compilation to determine if that's why some unit tests are failing. Then we'll restore this and change in the right place. Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/53078193 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/53078193 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/53078193 Branch: refs/heads/develop Commit: 5307819369b560c0c56977395f24546d6f626b97 Parents: 735852c Author: Mihai Chira <[email protected]> Authored: Wed Dec 23 16:15:26 2015 +0200 Committer: Mihai Chira <[email protected]> Committed: Wed Dec 23 16:15:26 2015 +0200 ---------------------------------------------------------------------- FlexUnit4/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/53078193/FlexUnit4/build.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml index c12d35f..f1d4696 100644 --- a/FlexUnit4/build.xml +++ b/FlexUnit4/build.xml @@ -102,7 +102,7 @@ <ant antfile="${basedir}/downloads.xml" dir="${basedir}" /> </target> - <target name="compile" depends="init, thirdparty-downloads, compile-flex,compile-as3,as3-linker-check" /> + <target name="compile" depends="init, thirdparty-downloads, compile-flex" /> <target name="compile-flex"> <!-- Pull in class file list for compc -->
