Revert "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."
This reverts commit 5307819369b560c0c56977395f24546d6f626b97. Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/22fac675 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/22fac675 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/22fac675 Branch: refs/heads/develop Commit: 22fac6757e22515dbeb3a45f95a9233cabddcbfc Parents: 3e15d6c Author: Alex Harui <[email protected]> Authored: Mon Dec 28 11:33:37 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 28 11:33:37 2015 -0800 ---------------------------------------------------------------------- FlexUnit4/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/22fac675/FlexUnit4/build.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml index f1d4696..c12d35f 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" /> + <target name="compile" depends="init, thirdparty-downloads, compile-flex,compile-as3,as3-linker-check" /> <target name="compile-flex"> <!-- Pull in class file list for compc -->
