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 f044f2a set -js-default-initializers=false; in all project poms to
acompain Josh change. Also set source-map=true, in the projects that still
didn't have set up
f044f2a is described below
commit f044f2a17b80712d34d099544d5d26bcff351df4
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Mar 16 17:44:53 2019 +0100
set -js-default-initializers=false; in all project poms to acompain Josh
change. Also set source-map=true, in the projects that still didn't have set up
---
frameworks/projects/Ace/pom.xml | 1 +
frameworks/projects/Basic/pom.xml | 2 +-
frameworks/projects/Binding/pom.xml | 2 +-
frameworks/projects/Charts/pom.xml | 1 +
frameworks/projects/Collections/pom.xml | 2 +-
frameworks/projects/Core/pom.xml | 2 +-
frameworks/projects/CreateJS/pom.xml | 1 +
frameworks/projects/DragDrop/pom.xml | 1 +
frameworks/projects/Effects/pom.xml | 1 +
frameworks/projects/Express/pom.xml | 1 +
frameworks/projects/Flat/pom.xml | 1 +
frameworks/projects/FontAwesome/pom.xml | 1 +
frameworks/projects/Formatters/pom.xml | 2 +-
frameworks/projects/GoogleMaps/pom.xml | 1 +
frameworks/projects/Graphics/pom.xml | 2 +-
frameworks/projects/HTML/pom.xml | 2 +-
frameworks/projects/HTML5/pom.xml | 1 +
frameworks/projects/Icons/pom.xml | 2 +-
frameworks/projects/JQuery/pom.xml | 1 +
frameworks/projects/Jewel/pom.xml | 3 +--
frameworks/projects/Language/pom.xml | 1 +
frameworks/projects/MXRoyale/pom.xml | 2 +-
frameworks/projects/MaterialDesignLite/pom.xml | 1 +
frameworks/projects/Mobile/pom.xml | 1 +
frameworks/projects/Network/pom.xml | 2 +-
frameworks/projects/Reflection/pom.xml | 2 +-
frameworks/projects/RoyaleSite/pom.xml | 1 +
frameworks/projects/RoyaleUnit/pom.xml | 2 +-
frameworks/projects/SparkRoyale/pom.xml | 2 +-
frameworks/projects/Storage/pom.xml | 1 +
frameworks/projects/TLF/pom.xml | 1 +
frameworks/projects/Text/pom.xml | 1 +
frameworks/projects/pom.xml | 1 +
33 files changed, 33 insertions(+), 15 deletions(-)
diff --git a/frameworks/projects/Ace/pom.xml b/frameworks/projects/Ace/pom.xml
index 41a878a..e23ec71 100644
--- a/frameworks/projects/Ace/pom.xml
+++ b/frameworks/projects/Ace/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Basic/pom.xml
b/frameworks/projects/Basic/pom.xml
index ece26e4..f4142bb 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>-source-map=true;-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-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 8032e8c..69f4e86 100644
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@ -49,7 +49,7 @@
</namespaces>
<includeSources>true</includeSources>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Charts/pom.xml
b/frameworks/projects/Charts/pom.xml
index 26c6ef0..7d23db4 100644
--- a/frameworks/projects/Charts/pom.xml
+++ b/frameworks/projects/Charts/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Collections/pom.xml
b/frameworks/projects/Collections/pom.xml
index c949d39..d88b3ed1 100644
--- a/frameworks/projects/Collections/pom.xml
+++ b/frameworks/projects/Collections/pom.xml
@@ -51,7 +51,7 @@
<includeClass>CollectionsClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml
index b4a1638..59319de 100644
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@ -52,7 +52,7 @@
</includeClasses>
<skipExtern>true</skipExtern>
<allowSubclassOverrides>true</allowSubclassOverrides>
-
<additionalCompilerOptions>-allow-abstract-classes;-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-allow-abstract-classes;-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
<!-- As a test, add asdoc generation to the compile step -->
<executions>
diff --git a/frameworks/projects/CreateJS/pom.xml
b/frameworks/projects/CreateJS/pom.xml
index eec0ff5..b89eb5e 100644
--- a/frameworks/projects/CreateJS/pom.xml
+++ b/frameworks/projects/CreateJS/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/DragDrop/pom.xml
b/frameworks/projects/DragDrop/pom.xml
index e2f3002..484b6cb 100644
--- a/frameworks/projects/DragDrop/pom.xml
+++ b/frameworks/projects/DragDrop/pom.xml
@@ -51,6 +51,7 @@
<includeClass>DragDropClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Effects/pom.xml
b/frameworks/projects/Effects/pom.xml
index f9c7815..e3b97e3 100644
--- a/frameworks/projects/Effects/pom.xml
+++ b/frameworks/projects/Effects/pom.xml
@@ -51,6 +51,7 @@
<includeClass>EffectsClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Express/pom.xml
b/frameworks/projects/Express/pom.xml
index d836bf0..83d68a7 100644
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@ -63,6 +63,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml
index 486b954..575496d 100644
--- a/frameworks/projects/Flat/pom.xml
+++ b/frameworks/projects/Flat/pom.xml
@@ -63,6 +63,7 @@
</includeFiles>
<includeLookupOnly>true</includeLookupOnly>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/FontAwesome/pom.xml
b/frameworks/projects/FontAwesome/pom.xml
index 4421b10..1a720de 100644
--- a/frameworks/projects/FontAwesome/pom.xml
+++ b/frameworks/projects/FontAwesome/pom.xml
@@ -63,6 +63,7 @@
</includeFiles>
<includeLookupOnly>true</includeLookupOnly>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Formatters/pom.xml
b/frameworks/projects/Formatters/pom.xml
index 376caf8..3e86d6f 100644
--- a/frameworks/projects/Formatters/pom.xml
+++ b/frameworks/projects/Formatters/pom.xml
@@ -51,7 +51,7 @@
<includeClass>FormattersClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/GoogleMaps/pom.xml
b/frameworks/projects/GoogleMaps/pom.xml
index 64c33e0..8be47fc 100644
--- a/frameworks/projects/GoogleMaps/pom.xml
+++ b/frameworks/projects/GoogleMaps/pom.xml
@@ -58,6 +58,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Graphics/pom.xml
b/frameworks/projects/Graphics/pom.xml
index 0192f0c..9ad7d04 100644
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@ -110,7 +110,7 @@
<includeClass>GraphicsClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true;-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index ab580a8..93ba97b 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -61,7 +61,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/HTML5/pom.xml
b/frameworks/projects/HTML5/pom.xml
index e31a56b..99a3e55 100644
--- a/frameworks/projects/HTML5/pom.xml
+++ b/frameworks/projects/HTML5/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Icons/pom.xml
b/frameworks/projects/Icons/pom.xml
index e960d12..24e0fe6 100644
--- a/frameworks/projects/Icons/pom.xml
+++ b/frameworks/projects/Icons/pom.xml
@@ -65,7 +65,7 @@
<!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
<skipExtern>true</skipExtern>
<!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
diff --git a/frameworks/projects/JQuery/pom.xml
b/frameworks/projects/JQuery/pom.xml
index 9523cbe..ee5c627 100644
--- a/frameworks/projects/JQuery/pom.xml
+++ b/frameworks/projects/JQuery/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Jewel/pom.xml
b/frameworks/projects/Jewel/pom.xml
index 74d84db..8717a47 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -64,8 +64,7 @@
<includeLookupOnly>true</includeLookupOnly>
<!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
-
<!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
<plugin>
diff --git a/frameworks/projects/Language/pom.xml
b/frameworks/projects/Language/pom.xml
index 362b90e..9e88fb6 100644
--- a/frameworks/projects/Language/pom.xml
+++ b/frameworks/projects/Language/pom.xml
@@ -45,6 +45,7 @@
<includeClass>LanguageClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/MXRoyale/pom.xml
b/frameworks/projects/MXRoyale/pom.xml
index 79cdb0a..c4de818 100644
--- a/frameworks/projects/MXRoyale/pom.xml
+++ b/frameworks/projects/MXRoyale/pom.xml
@@ -72,7 +72,7 @@
</define>
</defines>
<allowSubclassOverrides>true</allowSubclassOverrides>
-
<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.
[...]
+
<additionalCompilerOptions>-js-default-initializers=false;-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}/../../mx
[...]
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/MaterialDesignLite/pom.xml
b/frameworks/projects/MaterialDesignLite/pom.xml
index 75591b6..51dfd29 100644
--- a/frameworks/projects/MaterialDesignLite/pom.xml
+++ b/frameworks/projects/MaterialDesignLite/pom.xml
@@ -63,6 +63,7 @@
</includeFiles>
<includeLookupOnly>true</includeLookupOnly>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Mobile/pom.xml
b/frameworks/projects/Mobile/pom.xml
index 8f2c991..83638ea 100644
--- a/frameworks/projects/Mobile/pom.xml
+++ b/frameworks/projects/Mobile/pom.xml
@@ -61,6 +61,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Network/pom.xml
b/frameworks/projects/Network/pom.xml
index 0cebe97..a0ca610 100644
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@ -51,7 +51,7 @@
<includeClass>NetworkClasses</includeClass>
</includeClasses>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true;-warn-instance-of-changes=false</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true;-warn-instance-of-changes=false</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Reflection/pom.xml
b/frameworks/projects/Reflection/pom.xml
index 7c626e4..386d6f9 100644
--- a/frameworks/projects/Reflection/pom.xml
+++ b/frameworks/projects/Reflection/pom.xml
@@ -49,7 +49,7 @@
</namespaces>
<includeSources>true</includeSources>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/RoyaleSite/pom.xml
b/frameworks/projects/RoyaleSite/pom.xml
index 51c154d..0462a53 100644
--- a/frameworks/projects/RoyaleSite/pom.xml
+++ b/frameworks/projects/RoyaleSite/pom.xml
@@ -54,6 +54,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/RoyaleUnit/pom.xml
b/frameworks/projects/RoyaleUnit/pom.xml
index 6d7e8f1..83240f7 100644
--- a/frameworks/projects/RoyaleUnit/pom.xml
+++ b/frameworks/projects/RoyaleUnit/pom.xml
@@ -43,7 +43,7 @@
<configuration>
<includeSources>true</includeSources>
<skipExtern>true</skipExtern>
-
<additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/SparkRoyale/pom.xml
b/frameworks/projects/SparkRoyale/pom.xml
index 9dd4f35..9548702 100644
--- a/frameworks/projects/SparkRoyale/pom.xml
+++ b/frameworks/projects/SparkRoyale/pom.xml
@@ -64,7 +64,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</additionalCompilerOptions>
+
<additionalCompilerOptions>-js-default-initializers=false;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/Storage/pom.xml
b/frameworks/projects/Storage/pom.xml
index a3c18d8..a2114a3 100644
--- a/frameworks/projects/Storage/pom.xml
+++ b/frameworks/projects/Storage/pom.xml
@@ -57,6 +57,7 @@
</include-file>
</includeFiles>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/TLF/pom.xml b/frameworks/projects/TLF/pom.xml
index 1059304..d74ff53 100644
--- a/frameworks/projects/TLF/pom.xml
+++ b/frameworks/projects/TLF/pom.xml
@@ -63,6 +63,7 @@
</includeFiles>
<allowSubclassOverrides>true</allowSubclassOverrides>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
<defines>
<define>
<name>CONFIG::debug</name>
diff --git a/frameworks/projects/Text/pom.xml b/frameworks/projects/Text/pom.xml
index 9528485..9444032 100644
--- a/frameworks/projects/Text/pom.xml
+++ b/frameworks/projects/Text/pom.xml
@@ -63,6 +63,7 @@
</includeFiles>
<allowSubclassOverrides>true</allowSubclassOverrides>
<skipExtern>true</skipExtern>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index df0989e..5b76e1d 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -85,6 +85,7 @@
<configuration>
<!-- We don't want dependencies to be linked into the resulting
libraries -->
<forceSwcExternalLibraryPath>true</forceSwcExternalLibraryPath>
+
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>