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/01/12 05:12:35 UTC

[royale-asjs] branch release/0.9.0 updated (81b276c -> 703dc29)

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

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


    from 81b276c  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new cdd089b  fix pom
     new 58776c8  update archetypes to make it easier to update versions
     new 945643b  Update README.md with instructions about npm installation on Windows Update .gitignore
     new d3a0aca  Need to test for String type first.
     new 77ee236  fix up poms in hopes that the versions plugin will find all places we use the version
     new cadc78b  try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday
     new bf45d4a  renames it isn't seen as a duplicate project
     new d6b1daa  add this so it sees the projects in this folder
     new 26e3ff0  allow use of set-property
     new 703dc29  somehow this was already at 0.9.1

The 10 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:
 .gitignore                                         |  3 +
 README.md                                          |  6 ++
 archetypes/pom.xml                                 |  4 +
 .../src/main/resources/archetype-resources/pom.xml |  6 +-
 .../src/main/resources/archetype-resources/pom.xml |  6 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  6 +-
 .../src/main/resources/archetype-resources/pom.xml |  6 +-
 examples/amf/SampleAmfWebApp/pom.xml               |  2 +-
 {frameworks => examples/amf}/pom.xml               | 13 ++--
 examples/express/DataGridExample/pom.xml           |  6 +-
 examples/express/pom.xml                           |  1 +
 examples/native/pom.xml                            | 12 ++-
 examples/pom.xml                                   |  2 +
 examples/royale/DataBindingExample_Flat/pom.xml    |  2 +-
 examples/royale/MDLBlogExample/pom.xml             |  2 +-
 examples/royale/MDLDynamicTableExample/pom.xml     |  2 +-
 examples/royale/MDLDynamicTabsExample/pom.xml      |  2 +-
 examples/royale/MDLExample/pom.xml                 |  2 +-
 examples/royale/ModuleExample/pom.xml              | 86 ----------------------
 examples/royale/RemoteObjectAMFTest/pom.xml        | 10 +--
 examples/royale/RoyaleTeamPage_MDL/pom.xml         |  2 +-
 examples/royale/pom.xml                            |  4 +-
 .../html/supportClasses/StringItemRenderer.as      |  3 +-
 pom.xml                                            |  6 ++
 25 files changed, 67 insertions(+), 129 deletions(-)
 copy {frameworks => examples/amf}/pom.xml (78%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-asjs] 02/10: update archetypes to make it easier to update versions

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

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

commit 58776c881a88e7097fc413068945bbe0a66cec88
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 16:46:46 2018 -0800

    update archetypes to make it easier to update versions
    
    (cherry picked from commit 9dacdd2a8c519edda48e17613d9ba231b65bcefc)
---
 archetypes/pom.xml                                                  | 4 ++++
 .../src/main/resources/archetype-resources/pom.xml                  | 6 +++---
 .../src/main/resources/archetype-resources/pom.xml                  | 6 +++---
 .../src/main/resources/archetype-resources/pom.xml                  | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                  | 6 +++---
 .../src/main/resources/archetype-resources/pom.xml                  | 6 +++---
 6 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index ac96e97..b891cb3 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,6 +33,10 @@
   <name>Apache Royale: Framework: Archetypes</name>
   <description>Maven archetypes for creating royale maven projects</description>
 
+  <properties>
+    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
+  </properties>
+  
   <modules>
     <module>royale-simple-application-archetype</module>
     <module>royale-simple-application-pure-js-archetype</module>
diff --git a/archetypes/royale-simple-application-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
index f8fb7b3..56881c8 100644
--- a/archetypes/royale-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
 
@@ -75,13 +75,13 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Language</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
diff --git a/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
index 1c76706..55b27c7 100644
--- a/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
 
@@ -67,13 +67,13 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Language</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
   </dependencies>
diff --git a/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
index c75f50a..7a560ae 100644
--- a/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.framework.version}</version>
       <type>swc</type>
     </dependency>
 
diff --git a/archetypes/royale-simple-library-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-simple-library-archetype/src/main/resources/archetype-resources/pom.xml
index a80a882..6474a50 100644
--- a/archetypes/royale-simple-library-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-simple-library-archetype/src/main/resources/archetype-resources/pom.xml
@@ -35,7 +35,7 @@
       <plugin>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-maven-plugin</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>${royale.compiler.version}</version>
         <extensions>true</extensions>
         <configuration>
           <namespaces>
@@ -56,7 +56,7 @@
           <dependency>
             <groupId>org.apache.royale.compiler</groupId>
             <artifactId>compiler-jx</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>${royale.compiler.version}</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.apache.royale.typedefs</groupId>
       <artifactId>royale-typedefs-gcl</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.typedefs.version}</version>
       <type>swc</type>
       <classifier>typedefs</classifier>
     </dependency>
diff --git a/archetypes/royale-simple-typedef-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-simple-typedef-archetype/src/main/resources/archetype-resources/pom.xml
index 41d957e..31ee527 100644
--- a/archetypes/royale-simple-typedef-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-simple-typedef-archetype/src/main/resources/archetype-resources/pom.xml
@@ -39,7 +39,7 @@
       <plugin>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-maven-plugin</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>${royale.compiler.version}</version>
         <extensions>true</extensions>
         <configuration>
           <includeSources>true</includeSources>
@@ -57,7 +57,7 @@
           <dependency>
             <groupId>org.apache.royale.compiler</groupId>
             <artifactId>compiler-jx</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>${royale.compiler.version}</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.apache.royale.typedefs</groupId>
       <artifactId>royale-typedefs-js</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>${royale.typedefs.version}</version>
       <type>swc</type>
       <classifier>typedefs</classifier>
       <scope>runtime</scope>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 10/10: somehow this was already at 0.9.1

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

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

commit 703dc29f482696f9ac5f64d8dc77b8a59204564c
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 21:12:23 2018 -0800

    somehow this was already at 0.9.1
---
 examples/royale/DataBindingExample_Flat/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/DataBindingExample_Flat/pom.xml b/examples/royale/DataBindingExample_Flat/pom.xml
index 35cd17e..0024885 100644
--- a/examples/royale/DataBindingExample_Flat/pom.xml
+++ b/examples/royale/DataBindingExample_Flat/pom.xml
@@ -33,11 +33,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>DataBindingExample_Flat</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: DataBindingExample_Flat</name>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 04/10: Need to test for String type first.

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

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

commit d3a0aca50398b0d88bac2af2110bdcd9381edcba
Author: Peter Ent <pe...@apache.org>
AuthorDate: Thu Jan 11 16:23:04 2018 -0500

    Need to test for String type first.
    
    (cherry picked from commit 2955a169c438e94c4d4a5452fa91afa3003b8e57)
---
 .../royale/org/apache/royale/html/supportClasses/StringItemRenderer.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/StringItemRenderer.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/StringItemRenderer.as
index d7ee986..596d5c2 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/StringItemRenderer.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/StringItemRenderer.as
@@ -142,7 +142,8 @@ package org.apache.royale.html.supportClasses
 		{
 			super.data = value;
             var text:String;
-			if (labelField) text = String(value[labelField]);
+			if (value is String) text = value as String;
+			else if (labelField) text = String(value[labelField]);
 			else if (dataField) text = String(value[dataField]);
 			else text = String(value);
 

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 07/10: renames it isn't seen as a duplicate project

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

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

commit bf45d4a81de0504f3f9dd8e01c5a1cf16130901d
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:32:43 2018 -0800

    renames it isn't seen as a duplicate project
    
    (cherry picked from commit 475cb40d6bc3521812fca5eb79cdb8d09105e6a1)
---
 examples/express/DataGridExample/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/express/DataGridExample/pom.xml b/examples/express/DataGridExample/pom.xml
index 3d09be5..aaadd81 100644
--- a/examples/express/DataGridExample/pom.xml
+++ b/examples/express/DataGridExample/pom.xml
@@ -26,15 +26,15 @@
 
   <parent>
     <groupId>org.apache.royale.examples</groupId>
-    <artifactId>examples-royale</artifactId>
+    <artifactId>examples-express</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>DataGridExample</artifactId>
+  <artifactId>DataGridExample-Express</artifactId>
   <version>0.9.0-SNAPSHOT</version>
   <packaging>swf</packaging>
 
-  <name>Apache Royale: Examples: Royale: DataGridExample</name>
+  <name>Apache Royale: Examples: Express: DataGridExample</name>
 
   <build>
     <plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 08/10: add this so it sees the projects in this folder

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

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

commit d6b1daaa8253cb6e47df3e1f34580bc645dd34db
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:33:17 2018 -0800

    add this so it sees the projects in this folder
    
    (cherry picked from commit d1414721b8ebb1b7c0fd157be0950862c03b5c78)
---
 examples/amf/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/examples/amf/pom.xml b/examples/amf/pom.xml
new file mode 100644
index 0000000..8be147f
--- /dev/null
+++ b/examples/amf/pom.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-amf-server</artifactId>
+  <version>0.9.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: AMF Server</name>
+
+  <modules>
+    <module>SampleAmfWebApp</module>
+  </modules>
+
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 01/10: fix pom

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

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

commit cdd089b96532d4b3fa946db6c4e372171b78f9c5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 16:47:03 2018 -0800

    fix pom
    
    (cherry picked from commit e6d378564233b91bace46bdf33ec45840de8f5af)
---
 examples/amf/SampleAmfWebApp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 4aba5fd..1d9396a 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -89,7 +89,7 @@
         well as the BlazeDS server.
     -->
     <dependency>
-      <groupId>org.apache.royale.blazeds</groupId>
+      <groupId>org.apache.flex.blazeds</groupId>
       <artifactId>blazeds-spring-boot-starter</artifactId>
       <version>4.7.3</version>
     </dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 06/10: try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday

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

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

commit cadc78bdaf57b09a42a87852120b55ccdd6cd379
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:01:46 2018 -0800

    try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday
    
    (cherry picked from commit 935e724202055dfd85cf34a576f0673d3da4d85e)
---
 examples/native/pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/examples/native/pom.xml b/examples/native/pom.xml
index 2a4dbce..866b0b4 100644
--- a/examples/native/pom.xml
+++ b/examples/native/pom.xml
@@ -33,14 +33,22 @@
   <name>Apache Royale: Examples: Native</name>
 
   <modules>
-    <!-- Seems to be missing a module with the angular types -->
-    <!--module>AngularExample</module-->
     <!-- Also seems to be missing something -->
     <module>ButtonExample</module>
     <!-- Also seems to be missing something -->
     <module>USStatesMap</module>
   </modules>
 
+  <profiles>
+    <profile>
+      <id>brokenmodules</id>
+      <modules>
+        <!-- Seems to be missing a module with the angular types -->
+        <module>AngularExample</module>
+      </modules>
+    </profile>
+  </profiles>
+    
   <dependencies>
       <!--
        By declaring this dependency here, we force the royale-externs-js to be

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 05/10: fix up poms in hopes that the versions plugin will find all places we use the version

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

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

commit 77ee236508e645d54704a7f44d62bf7ca74f3804
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 11:57:24 2018 -0800

    fix up poms in hopes that the versions plugin will find all places we use the version
    
    (cherry picked from commit 103a60f3b4d05dbb3f6ec83debb368258893c26d)
---
 examples/express/pom.xml                        |  1 +
 examples/pom.xml                                |  2 +
 examples/royale/DataBindingExample_Flat/pom.xml |  6 +-
 examples/royale/MDLBlogExample/pom.xml          |  2 +-
 examples/royale/MDLDynamicTableExample/pom.xml  |  2 +-
 examples/royale/MDLDynamicTabsExample/pom.xml   |  2 +-
 examples/royale/MDLExample/pom.xml              |  2 +-
 examples/royale/ModuleExample/pom.xml           | 86 -------------------------
 examples/royale/RemoteObjectAMFTest/pom.xml     | 10 +--
 examples/royale/RoyaleTeamPage_MDL/pom.xml      |  2 +-
 examples/royale/pom.xml                         |  4 +-
 11 files changed, 15 insertions(+), 104 deletions(-)

diff --git a/examples/express/pom.xml b/examples/express/pom.xml
index d7f9409..590497b 100644
--- a/examples/express/pom.xml
+++ b/examples/express/pom.xml
@@ -34,6 +34,7 @@
 
   <modules>
     <module>DataBindingExample</module>
+    <module>DataGridExample</module>
   </modules>
 
   <build>
diff --git a/examples/pom.xml b/examples/pom.xml
index 270ce20..abe6159 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -35,6 +35,7 @@
 
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
+    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
@@ -42,6 +43,7 @@
     <module>royale</module>
     <module>native</module>
     <module>node</module>
+    <module>amf</module>
 
     <module>examples-tests</module>
     <module>examples-integrationtests</module>
diff --git a/examples/royale/DataBindingExample_Flat/pom.xml b/examples/royale/DataBindingExample_Flat/pom.xml
index e14b666..35cd17e 100644
--- a/examples/royale/DataBindingExample_Flat/pom.xml
+++ b/examples/royale/DataBindingExample_Flat/pom.xml
@@ -33,11 +33,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>DataBindingExample_Flat</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: DataBindingExample_Flat</name>
@@ -83,7 +83,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Fonts</artifactId>
-                  <version>0.9.0-SNAPSHOT</version>
+                  <version>${royale.framework.version}</version>
                   <type>war</type>
                   <outputDirectory>${war.source.directory}/fonts</outputDirectory>
                 </artifactItem>
diff --git a/examples/royale/MDLBlogExample/pom.xml b/examples/royale/MDLBlogExample/pom.xml
index f72e1ab..c39a9a4 100644
--- a/examples/royale/MDLBlogExample/pom.xml
+++ b/examples/royale/MDLBlogExample/pom.xml
@@ -56,7 +56,7 @@
         <configuration>
           <mainClass>App.mxml</mainClass>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
-          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/MDLDynamicTableExample/pom.xml b/examples/royale/MDLDynamicTableExample/pom.xml
index c52114f..eab44b5 100644
--- a/examples/royale/MDLDynamicTableExample/pom.xml
+++ b/examples/royale/MDLDynamicTableExample/pom.xml
@@ -55,7 +55,7 @@
           <mainClass>MDLDynamicTableExample.mxml</mainClass>
           <targets>JSRoyale</targets>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
-          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/MDLDynamicTabsExample/pom.xml b/examples/royale/MDLDynamicTabsExample/pom.xml
index ef2071c..73a347e 100644
--- a/examples/royale/MDLDynamicTabsExample/pom.xml
+++ b/examples/royale/MDLDynamicTabsExample/pom.xml
@@ -50,7 +50,7 @@
           <targets>JSRoyale</targets>
           <removeCirculars>true</removeCirculars>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
-          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/MDLExample/pom.xml b/examples/royale/MDLExample/pom.xml
index aa04ad2..1a05f33 100644
--- a/examples/royale/MDLExample/pom.xml
+++ b/examples/royale/MDLExample/pom.xml
@@ -55,7 +55,7 @@
           <mainClass>App.mxml</mainClass>
           <targets>JSRoyale</targets>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
-          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/ModuleExample/pom.xml b/examples/royale/ModuleExample/pom.xml
index 6bea753..bbe5ea2 100644
--- a/examples/royale/ModuleExample/pom.xml
+++ b/examples/royale/ModuleExample/pom.xml
@@ -71,92 +71,6 @@
   -->
 
   <dependencies>
-    <!--
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Language</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Language</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>HTML</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>HTML</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Collections</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Collections</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Binding</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Binding</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Graphics</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.royale.framework</groupId>
-        <artifactId>Graphics</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
-        <type>swc</type>
-        <classifier>js</classifier>
-    </dependency>
-     -->
   </dependencies>
 
 </project>
diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml b/examples/royale/RemoteObjectAMFTest/pom.xml
index 6bc8074..4a1508d 100644
--- a/examples/royale/RemoteObjectAMFTest/pom.xml
+++ b/examples/royale/RemoteObjectAMFTest/pom.xml
@@ -57,7 +57,7 @@
           <mainClass>App.mxml</mainClass>
           <targets>SWF,JSRoyale</targets>
           <!--<htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>-->
-          <!--<additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT.swc:defaults.css</additionalCompilerOptions>-->
+          <!--<additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}.swc:defaults.css</additionalCompilerOptions>-->
         </configuration>
       </plugin>
       <plugin>
@@ -80,14 +80,6 @@
       <scope>provided</scope>
     </dependency>
       
-    <!--<dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>MaterialDesignLite</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>-->
-
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
diff --git a/examples/royale/RoyaleTeamPage_MDL/pom.xml b/examples/royale/RoyaleTeamPage_MDL/pom.xml
index 26e6e2e..e2972da 100644
--- a/examples/royale/RoyaleTeamPage_MDL/pom.xml
+++ b/examples/royale/RoyaleTeamPage_MDL/pom.xml
@@ -55,7 +55,7 @@
           <mainClass>App.mxml</mainClass>
           <targets>JSRoyale</targets>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
-          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/pom.xml b/examples/royale/pom.xml
index 683ae9a..ce78d26 100644
--- a/examples/royale/pom.xml
+++ b/examples/royale/pom.xml
@@ -44,14 +44,16 @@
     <module>DataGridExample</module>
     <module>DateControlsExample</module>
     <module>DesktopMap</module>
+    <module>Flex2Royale</module>
     <module>RoyaleStore</module>
     <module>RoyaleStore_jquery</module>
     <module>RoyaleTeamPage_MDL</module>
     <module>RoyaleWebsiteStatsViewer</module>
     <module>HelloWorld</module>
+    <module>HTMLElements</module>
     <module>ListExample</module>
     <module>MapSearch</module>
-    <!--module>MDLBlogExample</module>-->
+    <module>MDLBlogExample</module>
     <module>MDLDynamicTabsExample</module>
     <module>MDLExample</module>
     <module>MDLDynamicTableExample</module>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 03/10: Update README.md with instructions about npm installation on Windows Update .gitignore

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

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

commit 945643b8526f7e53a6369aeac16faa5dd320d151
Author: Om Muppirala <om...@mz.com>
AuthorDate: Mon Jan 8 21:44:18 2018 -0800

    Update README.md with instructions about npm installation on Windows
    Update .gitignore
    
    (cherry picked from commit f9b408819443d561aa340ab4b0f0ada6c1bcb420)
---
 .gitignore | 3 +++
 README.md  | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index c40e0f5..352c363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,6 @@ vf2js/frameworks/js/
 #FlexJS generated files
 frameworks/js/FlexJS/generated-sources
 manualtests/FlexJSTest_SVG/bin
+
+#npm
+node_modules
diff --git a/README.md b/README.md
index 592e607..2961572 100644
--- a/README.md
+++ b/README.md
@@ -179,10 +179,16 @@ If you are not interested in SWF output, the binary distribution can just be unz
 
 If you want SWF output, use NPM. Run:
 
+- Mac
 ```bash
 sudo npm install royale -g
 ```
 
+- Windows
+```bash
+npm install royale -g
+```
+
 # Using Royale
 
 In order to get started using Royale, you are invited to follow along with the [Quick Start Guide](https://github.com/apache/royale-asjs/wiki/Quick-Start).

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 09/10: allow use of set-property

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

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

commit 26e3ff0dc3ac17c07120664c6dd50d81de7294bc
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 14:40:16 2018 -0800

    allow use of set-property
    
    (cherry picked from commit 2a4c3069d234f72b2b22fe25ba2520ec5649c416)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 95ef700..fee837a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,12 @@
 
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
           <version>3.0.0</version>
         </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.