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 16:39:35 UTC

git commit: [flex-flexunit] [refs/heads/develop] - Temporarily disabling as3 compilation to determine if that's why some unit tests are failing

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 530781936 -> 204da6225


Temporarily disabling as3 compilation to determine if that's why some unit tests are failing


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/204da622
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/204da622
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/204da622

Branch: refs/heads/develop
Commit: 204da62253a29be5bb62e31ea941b263b52ee6d6
Parents: 5307819
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 28 07:39:30 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 28 07:39:30 2015 -0800

----------------------------------------------------------------------
 FlexUnit4/build.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/204da622/FlexUnit4/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml
index f1d4696..58964d6 100644
--- a/FlexUnit4/build.xml
+++ b/FlexUnit4/build.xml
@@ -198,7 +198,9 @@
    <target name="package" depends="package-default,package-instrument,asdocs" />
 
    <target name="package-default" depends="compile">
-      <copy file="${bin.loc}/${build.finalName.as3}.${build.packaging}" todir="${dist.loc}" />
+   <!-- Temporarily disabling as3 compilation to determine if that's why some unit tests are failing
+      <copy file="${bin.loc}/${build.finalName.as3}.${build.packaging}" todir="${dist.loc}" /> 
+    -->
       <copy file="${bin.loc}/${build.finalName.flex}.${build.packaging}" todir="${dist.loc}" />
    </target>
 
@@ -221,6 +223,7 @@
       </apache-deploy>
 
        <!-- deploy as3 swc to apache-maven -->
+       <!-- Temporarily disabling as3 compilation to determine if that's why some unit tests are failing
        <apache-deploy
            binaryFile="${bin.loc}/${build.finalName.as3}.${build.packaging}"
            todir="${apache-maven.loc}/as3"
@@ -231,5 +234,6 @@
            version="${build.version}"
            description="${build.deploy.description}">
        </apache-deploy>
+        -->
    </target>
 </project>
\ No newline at end of file