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/11/17 12:24:56 UTC

[royale-asjs] branch develop updated: add source maps to most pom.xml core libraries so we can debug all this libraries

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 1b26493  add source maps to most pom.xml core libraries so we can debug all this libraries
1b26493 is described below

commit 1b26493024a81f6d25f07c512b58921c7f161051
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Nov 17 13:24:49 2018 +0100

    add source maps to most pom.xml core libraries so we can debug all this libraries
---
 frameworks/projects/Basic/pom.xml       | 2 +-
 frameworks/projects/Binding/pom.xml     | 1 +
 frameworks/projects/Collections/pom.xml | 1 +
 frameworks/projects/Core/pom.xml        | 1 +
 frameworks/projects/Formatters/pom.xml  | 1 +
 frameworks/projects/HTML/pom.xml        | 2 +-
 frameworks/projects/Icons/pom.xml       | 1 +
 frameworks/projects/MXRoyale/pom.xml    | 2 +-
 frameworks/projects/Network/pom.xml     | 1 +
 frameworks/projects/Reflection/pom.xml  | 1 +
 10 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml
index 078cdf2..10962c7 100644
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@ -67,7 +67,7 @@
           </includeFiles>
           <allowSubclassOverrides>true</allowSubclassOverrides>
           <skipExtern>true</skipExtern>
-          <additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
+          <additionalCompilerOptions>-source-map=true;-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Binding/pom.xml b/frameworks/projects/Binding/pom.xml
index 0a6d34e..32584a8 100644
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@ -49,6 +49,7 @@
           </namespaces>
           <includeSources>true</includeSources>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Collections/pom.xml b/frameworks/projects/Collections/pom.xml
index 8eaed2c..1e7ffd2 100644
--- a/frameworks/projects/Collections/pom.xml
+++ b/frameworks/projects/Collections/pom.xml
@@ -51,6 +51,7 @@
             <includeClass>CollectionsClasses</includeClass>
           </includeClasses>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml
index c1d9161..cd7ca06 100644
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@ -52,6 +52,7 @@
           </includeClasses>
           <skipExtern>true</skipExtern>
           <allowSubclassOverrides>true</allowSubclassOverrides>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
         <!-- As a test, add asdoc generation to the compile step -->
         <executions>
diff --git a/frameworks/projects/Formatters/pom.xml b/frameworks/projects/Formatters/pom.xml
index 1159b6a..7d99104 100644
--- a/frameworks/projects/Formatters/pom.xml
+++ b/frameworks/projects/Formatters/pom.xml
@@ -51,6 +51,7 @@
             <includeClass>FormattersClasses</includeClass>
           </includeClasses>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index 21a3f44..6d0bffc 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -61,7 +61,7 @@
             </include-file>
           </includeFiles>
           <skipExtern>true</skipExtern>
-          <additionalCompilerOptions>-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
+          <additionalCompilerOptions>-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Icons/pom.xml b/frameworks/projects/Icons/pom.xml
index eb19ce0..38aa808 100644
--- a/frameworks/projects/Icons/pom.xml
+++ b/frameworks/projects/Icons/pom.xml
@@ -65,6 +65,7 @@
           <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
           <skipExtern>true</skipExtern>
           <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
       
diff --git a/frameworks/projects/MXRoyale/pom.xml b/frameworks/projects/MXRoyale/pom.xml
index 1ea7348..504d320 100644
--- a/frameworks/projects/MXRoyale/pom.xml
+++ b/frameworks/projects/MXRoyale/pom.xml
@@ -72,7 +72,7 @@
               </define>
           </defines>
           <allowSubclassOverrides>true</allowSubclassOverrides>
-          <additionalCompilerOptions>-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.nam [...]
+          <additionalCompilerOptions>-source-map=true;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler. [...]
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml
index f6717cb..e3ec010 100644
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@ -51,6 +51,7 @@
             <includeClass>NetworkClasses</includeClass>
           </includeClasses>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml
index 6110833..b1d0520 100644
--- a/frameworks/projects/Reflection/pom.xml
+++ b/frameworks/projects/Reflection/pom.xml
@@ -49,6 +49,7 @@
           </namespaces>
           <includeSources>true</includeSources>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>