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 2018/08/03 23:25:48 UTC

[royale-asjs] branch feature/MXRoyale updated (586e5eb -> 8161c97)

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

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


    from 586e5eb  Update AdvancedDataGridItemRenderer.as
     new cd4daae  add debug info for now
     new 8161c97  comment out resource bundles for now

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:
 examples/mxroyale/tourdeflexmodules/build.xml                           | 2 +-
 .../MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[royale-asjs] 01/02: add debug info for now

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd4daae8634c7f8ff9598a2781b9326d786383a1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Aug 3 16:25:07 2018 -0700

    add debug info for now
---
 examples/mxroyale/tourdeflexmodules/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mxroyale/tourdeflexmodules/build.xml b/examples/mxroyale/tourdeflexmodules/build.xml
index ba214b3..a95aa8e 100644
--- a/examples/mxroyale/tourdeflexmodules/build.xml
+++ b/examples/mxroyale/tourdeflexmodules/build.xml
@@ -86,7 +86,7 @@
     	 <attribute name="example"/>
         
         <sequential>
-   			<mxmlc file="${basedir}/src/@{example}.mxml"
+   			<mxmlc file="${basedir}/src/@{example}.mxml" debug="true"
             	output="${basedir}/src/@{example}.swf" fork="true" failonerror="true">
 				<load-config filename="${ROYALE_HOME}/frameworks/royale-config.xml"/>
 			</mxmlc>


[royale-asjs] 02/02: comment out resource bundles for now

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8161c97e56733772b7a7981b87cb048cbcde65bb
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Aug 3 16:25:30 2018 -0700

    comment out resource bundles for now
---
 .../MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
index 6262c11..c8825d1 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
@@ -36,7 +36,7 @@ import mx.rpc.remoting.mxml.Operation;
 
 use namespace mx_internal;
 */
-[ResourceBundle("rpc")]
+//[ResourceBundle("rpc")]
 
 /**
  *  Use the &lt;mx:RemoteObject&gt; tag to represent an HTTPService object in an MXML file.