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

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

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 <mi...@apache.org>
Authored: Wed Dec 23 16:15:26 2015 +0200
Committer: Mihai Chira <mi...@apache.org>
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 -->