You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/10/16 21:32:58 UTC

[royale-asjs] branch develop updated: Make easy to change between old test RO test client and the new MXRoyale test client, just commenting and uncommenting. As well enabled RELEASE mode on client to check if it's working.

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

carlosrovira 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 35c7ae6  Make easy to change between old test RO test client and the new MXRoyale test client, just commenting and uncommenting. As well enabled RELEASE mode on client to check if it's working.
35c7ae6 is described below

commit 35c7ae65568dd37212dcccdcaaaf1faff9013d73
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Oct 16 23:32:50 2018 +0200

    Make easy to change between old test RO test client and the new MXRoyale test client, just commenting and uncommenting. As well enabled RELEASE mode on client to check if it's working.
---
 examples/amf/SampleAmfWebApp/pom.xml          | 12 ++++++++++--
 examples/mxroyale/RemoteObjectAMFTest/pom.xml |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index eca215c..34f6e32 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -77,7 +77,8 @@
           <overlays>
             <overlay>
               <groupId>org.apache.royale.examples</groupId>
-              <artifactId>RemoteObjectAMFTest</artifactId>
+              <!-- <artifactId>RemoteObjectAMFTest</artifactId> -->
+              <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
               <targetPath>public</targetPath>
             </overlay>
           </overlays>
@@ -124,11 +125,18 @@
       <version>4.7.3</version>
     </dependency>
 
-    <dependency>
+    <!-- <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RemoteObjectAMFTest</artifactId>
       <version>0.9.5-SNAPSHOT</version>
       <type>war</type>
+    </dependency> -->
+    
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
     </dependency>
 
   </dependencies>
diff --git a/examples/mxroyale/RemoteObjectAMFTest/pom.xml b/examples/mxroyale/RemoteObjectAMFTest/pom.xml
index 8eabc39..f412823 100644
--- a/examples/mxroyale/RemoteObjectAMFTest/pom.xml
+++ b/examples/mxroyale/RemoteObjectAMFTest/pom.xml
@@ -48,7 +48,7 @@
         <configuration>
           <mainClass>App.mxml</mainClass>
           <targets>SWF,JSRoyale</targets>
-          <!-- <debug>false</debug> -->
+          <debug>false</debug>
         </configuration>
       </plugin>
       <plugin>