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 2021/01/06 11:14:58 UTC

[royale-asjs] branch develop updated: jewel and TDJ: Make debug working again (thanks to Josh Tynjala for the solution)

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 17a6fd4  jewel and TDJ: Make debug working again (thanks to Josh Tynjala for the solution)
17a6fd4 is described below

commit 17a6fd4f9eda75b8dc39ab9b049eed5abb0e5b6a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 6 12:14:48 2021 +0100

    jewel and TDJ: Make debug working again (thanks to Josh Tynjala for the solution)
---
 examples/jewel/TourDeJewel/pom.xml | 1 +
 frameworks/projects/Jewel/pom.xml  | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/examples/jewel/TourDeJewel/pom.xml b/examples/jewel/TourDeJewel/pom.xml
index 03aaa97..046c93a 100644
--- a/examples/jewel/TourDeJewel/pom.xml
+++ b/examples/jewel/TourDeJewel/pom.xml
@@ -956,6 +956,7 @@
             -prevent-rename-public-static-methods=false
             -prevent-rename-public-instance-methods=false
             
+            +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
             -source-map=true;
           </additionalCompilerOptions>
         </configuration>
diff --git a/frameworks/projects/Jewel/pom.xml b/frameworks/projects/Jewel/pom.xml
index 99f4860..5a5183a 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -64,6 +64,11 @@
           <allowSubclassOverrides>true</allowSubclassOverrides>
           <skipExtern>true</skipExtern>
           <skipAS>${royale.skipAS}</skipAS>
+          <additionalCompilerOptions>
+            +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
+            -source-map=true;
+            -source-map-source-root=/frameworks/projects/Jewel/
+          </additionalCompilerOptions>
         </configuration>
       </plugin>
       <plugin>