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/12/08 08:54:23 UTC

[royale-asjs] branch develop updated (c1360d6 -> 5dc6afa)

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

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


    from c1360d6  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new c3e5830  stop using latest GCL in case it breaks us (which it did).  This version seems to work
     new 5dc6afa  for some reason these scripts failed because they blocked the COMPILE::SWF flags.  Not sure why it didn't fail earlier

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 frameworks/downloads.xml                            | 2 +-
 frameworks/projects/Basic/src/test/royale/build.xml | 2 +-
 frameworks/projects/Core/src/test/royale/build.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

[royale-asjs] 02/02: for some reason these scripts failed because they blocked the COMPILE::SWF flags. Not sure why it didn't fail earlier

Posted by ah...@apache.org.
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 <ah...@apache.org>
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
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 01/02: stop using latest GCL in case it breaks us (which it did). This version seems to work

Posted by ah...@apache.org.
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 c3e5830664036ce7a1d708860f4fc5513064b5e7
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Dec 8 00:53:21 2017 -0800

    stop using latest GCL in case it breaks us (which it did).  This version seems to work
---
 frameworks/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index d15375f..ac69d5c 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -255,7 +255,7 @@
 	<!-- Google Closure Library -->
     <target name="gcl-download" depends="check-goog-home" unless="GOOG_HOME" description="Downloads Google Closure Library">
     	<mkdir dir="${download.dir}"/>
-    	<get src="https://github.com/google/closure-library/archive/master.zip"
+    	<get src="https://github.com/google/closure-library/archive/v20170910.zip"
     	        dest="${download.dir}/google-closure-library-master.zip"
     	        verbose="false" ignoreerrors="true"/>
     	

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