You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2017/09/29 07:22:24 UTC

[royale-asjs] branch packaging updated: fix checkintests

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch packaging
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/packaging by this push:
     new 7c51bf8  fix checkintests
7c51bf8 is described below

commit 7c51bf82b7f78af425ed16d246d989df180a38b9
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Sep 29 00:22:11 2017 -0700

    fix checkintests
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index e5529d5..9671dd6 100644
--- a/build.xml
+++ b/build.xml
@@ -1250,7 +1250,7 @@
         <taskdef resource="flexTasks.tasks" classpath="${basedir}/js/lib/falcon-flexTasks.jar"/>
     </target>
 
-    <target name="basictests" depends="load-task" description="run basic tests using mustella"  if="env.AIR_HOME">
+    <target name="basictests" depends="load-task,basictests-compile-java" description="run basic tests using mustella"  if="env.AIR_HOME">
         <property name="FALCONJX_HOME" value="${basedir}/js" />
         <property name="FLEX_HOME" value="${basedir}" />
         <mxmlc fork="true" debug="true"

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].