You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/28 21:00:28 UTC

[2/3] git commit: [flex-flexunit] [refs/heads/develop] - 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."

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 <ah...@apache.org>
Authored: Mon Dec 28 11:33:37 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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 -->