You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/23 09:46:31 UTC

[royale-asjs] branch develop updated: I don’t know if we want to keep this option

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7436178  I don’t know if we want to keep this option
7436178 is described below

commit 74361788876714634d9c64a4d151b1948e13b0f0
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Sep 23 12:46:19 2018 +0300

    I don’t know if we want to keep this option
    
    But it’ll prevent renaming problems.
    Feel free to revert this commit and suggest a “better” option.
    I do think we should demonstrate the use of this option though…
---
 examples/build_example.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/build_example.xml b/examples/build_example.xml
index 941aacf..78ab79c 100644
--- a/examples/build_example.xml
+++ b/examples/build_example.xml
@@ -184,6 +184,7 @@
             output="${basedir}/bin-release/${example}.swf">
             <jvmarg line="${mxmlc.jvm.args}"/>
             <arg line="${optional_arg}" />
+            <arg value="-js-dynamic-access-unknown-members=true"/>
             <arg value="+playerglobal.version=${playerglobal.version}" />
             <arg value="${playerglobal_arg}" />
         </mxmlc>