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

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

commit 5dc6afaf337882c095d5d3a35a5d127348d6bbef
Author: Alex Harui <[email protected]>
AuthorDate: Fri Dec 8 00:54:10 2017 -0800

    for some reason these scripts failed because they blocked the COMPILE::SWF 
flags.  Not sure why it didn't fail earlier
---
 frameworks/projects/Basic/src/test/royale/build.xml | 2 +-
 frameworks/projects/Core/src/test/royale/build.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Basic/src/test/royale/build.xml 
b/frameworks/projects/Basic/src/test/royale/build.xml
index 41a441d..9872f11 100644
--- a/frameworks/projects/Basic/src/test/royale/build.xml
+++ b/frameworks/projects/Basic/src/test/royale/build.xml
@@ -58,7 +58,7 @@
         type="dir"
         property="FLEXUNIT_LIBPATH2"
         value="-swf-library-path+=${FLEXUNIT_HOME}/FlexUnit4CIListener/target" 
/>
-    <property name="FLEXUNIT_LIBPATH2" value="-define=CONFIG::dummy,false" />
+    <property name="FLEXUNIT_LIBPATH2" value="-define+=CONFIG::dummy,false" />
 
     <available file="${FLEXUNIT_HOME}/FlexUnit4AntTasks/target"
         type="dir"
diff --git a/frameworks/projects/Core/src/test/royale/build.xml 
b/frameworks/projects/Core/src/test/royale/build.xml
index b9772a9..1853d2c 100644
--- a/frameworks/projects/Core/src/test/royale/build.xml
+++ b/frameworks/projects/Core/src/test/royale/build.xml
@@ -58,7 +58,7 @@
         type="dir"
         property="FLEXUNIT_LIBPATH2"
         value="-swf-library-path+=${FLEXUNIT_HOME}/FlexUnit4CIListener/target" 
/>
-    <property name="FLEXUNIT_LIBPATH2" value="-define=CONFIG::dummy,false" />
+    <property name="FLEXUNIT_LIBPATH2" value="-define+=CONFIG::dummy,false" />
 
     <available file="${FLEXUNIT_HOME}/FlexUnit4AntTasks/target"
         type="dir"

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to