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/04 00:21:38 UTC

[royale-compiler] branch release/0.9.0 updated (970db80 -> bb4aaf9)

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-compiler.git.


    from 970db80  [maven-release-plugin] prepare for next development iteration
     new 6339dff  refactor tests to try to enforce test order
     new f9ae922  Revert "[maven-release-plugin] prepare for next development iteration"
     new bb4aaf9  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.0-rc0"

The 3 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:
 compiler-common/pom.xml                            |  4 +-
 compiler-externc/pom.xml                           |  8 +--
 compiler-jx/pom.xml                                | 14 ++---
 compiler-test-utils/pom.xml                        |  4 +-
 compiler/pom.xml                                   | 11 ++--
 ...MavenTestSWCs.java => AAAMavenTestExternc.java} | 71 +---------------------
 compiler/src/test/java/aa/AAMavenTestSWCs.java     | 23 -------
 debugger/pom.xml                                   |  8 +--
 flex-compiler-oem/pom.xml                          | 10 +--
 pom.xml                                            |  2 +-
 royale-ant-tasks/pom.xml                           |  4 +-
 royale-maven-plugin/pom.xml                        |  4 +-
 swfutils/pom.xml                                   |  4 +-
 13 files changed, 40 insertions(+), 127 deletions(-)
 copy compiler/src/test/java/aa/{AAMavenTestSWCs.java => AAAMavenTestExternc.java} (55%)

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

[royale-compiler] 02/03: Revert "[maven-release-plugin] prepare for next development iteration"

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-compiler.git

commit f9ae922217638bd8eea414be14aa1021b2f9aaf4
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 3 16:20:54 2018 -0800

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 970db804c88d55e5cc4862bfa4890f1f2efa99af.
---
 compiler-common/pom.xml     |  4 ++--
 compiler-externc/pom.xml    |  8 ++++----
 compiler-jx/pom.xml         | 14 +++++++-------
 compiler-test-utils/pom.xml |  4 ++--
 compiler/pom.xml            | 10 +++++-----
 debugger/pom.xml            |  8 ++++----
 flex-compiler-oem/pom.xml   | 10 +++++-----
 pom.xml                     |  4 ++--
 royale-ant-tasks/pom.xml    |  4 ++--
 royale-maven-plugin/pom.xml |  4 ++--
 swfutils/pom.xml            |  4 ++--
 11 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 1b8cdb6..0c26c66 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-compiler-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
 
     <artifactId>compiler-common</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
 
     <name>Apache Royale: Compiler: Compiler-Common</name>
     <description>The Apache Royale Compiler Common classes</description>
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index 9980cb6..b9f0769 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>compiler-externc</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: Externc</name>
   <description>The Apache Royale Compiler Externs Compiler</description>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>com.google.javascript</groupId>
@@ -138,7 +138,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index f276eda..821cab3 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>compiler-jx</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: Compiler-JX</name>
 
@@ -73,17 +73,17 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index dabe14c..6e18cc4 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>compiler-test-utils</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: Test Utils</name>
   <description>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 73f28f3..9ddb1df 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>compiler</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: Compiler</name>
   <description>The Apache Royale Compiler</description>
@@ -420,7 +420,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex</groupId>
@@ -472,13 +472,13 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/debugger/pom.xml b/debugger/pom.xml
index 3d6a9d3..82eb6e2 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>debugger</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: Debugger</name>
 
@@ -82,12 +82,12 @@ Do all the JBurg code generation.
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml
index 0b80f8f..3b42faf 100644
--- a/flex-compiler-oem/pom.xml
+++ b/flex-compiler-oem/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>flex-compiler-oem</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: OEM Layer</name>
 
@@ -35,17 +35,17 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-jx</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>0.9.1-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
   </dependencies>
 
diff --git a/pom.xml b/pom.xml
index 323b3a7..9f56038 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>royale-compiler-parent</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: Compiler: Parent</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:git@github.com:apache/royale-compiler.git</connection>
     <developerConnection>scm:git:git@github.com:apache/royale-compiler.git</developerConnection>
     <url>scm:git:git@github.com:apache/royale-compiler.git</url>
-    <tag>release/0.9.0</tag>
+    <tag>org.apache.royale.compiler-0.9.0-rc0</tag>
   </scm>
 
   <properties>
diff --git a/royale-ant-tasks/pom.xml b/royale-ant-tasks/pom.xml
index 248ae1f..dcbda1f 100644
--- a/royale-ant-tasks/pom.xml
+++ b/royale-ant-tasks/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>royale-ant-tasks</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Royale Ant Tasks</name>
 
diff --git a/royale-maven-plugin/pom.xml b/royale-maven-plugin/pom.xml
index c25f5d1..e2cf3fa 100644
--- a/royale-maven-plugin/pom.xml
+++ b/royale-maven-plugin/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>royale-maven-plugin</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Royale Maven Plugin</name>
diff --git a/swfutils/pom.xml b/swfutils/pom.xml
index bac084f..a1d1c19 100644
--- a/swfutils/pom.xml
+++ b/swfutils/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>swfutils</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.0</version>
 
   <name>Apache Royale: Compiler: SWFUtils</name>
   <description>The Apache Royale Compiler SWF Utility classes</description>

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

[royale-compiler] 03/03: Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.0-rc0"

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-compiler.git

commit bb4aaf9a1853cb40df5ab9974cf5955bd3a5a155
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 3 16:21:05 2018 -0800

    Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.0-rc0"
    
    This reverts commit fd546a7576551b799d03dcc0d00ff05f507330dc.
---
 compiler-common/pom.xml     |  4 ++--
 compiler-externc/pom.xml    |  8 ++++----
 compiler-jx/pom.xml         | 14 +++++++-------
 compiler-test-utils/pom.xml |  4 ++--
 compiler/pom.xml            | 10 +++++-----
 debugger/pom.xml            |  8 ++++----
 flex-compiler-oem/pom.xml   | 10 +++++-----
 pom.xml                     |  4 ++--
 royale-ant-tasks/pom.xml    |  4 ++--
 royale-maven-plugin/pom.xml |  4 ++--
 swfutils/pom.xml            |  4 ++--
 11 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 0c26c66..250beae 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-compiler-parent</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>compiler-common</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
 
     <name>Apache Royale: Compiler: Compiler-Common</name>
     <description>The Apache Royale Compiler Common classes</description>
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index b9f0769..bb89250 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>compiler-externc</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: Externc</name>
   <description>The Apache Royale Compiler Externs Compiler</description>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.javascript</groupId>
@@ -138,7 +138,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 821cab3..5208b9a 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>compiler-jx</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: Compiler-JX</name>
 
@@ -73,17 +73,17 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 6e18cc4..fb538fe 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>compiler-test-utils</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: Test Utils</name>
   <description>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 9ddb1df..e00ee3f 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>compiler</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: Compiler</name>
   <description>The Apache Royale Compiler</description>
@@ -420,7 +420,7 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-common</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex</groupId>
@@ -472,13 +472,13 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-externc</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/debugger/pom.xml b/debugger/pom.xml
index 82eb6e2..cffbf2a 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>debugger</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: Debugger</name>
 
@@ -82,12 +82,12 @@ Do all the JBurg code generation.
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml
index 3b42faf..3a59cae 100644
--- a/flex-compiler-oem/pom.xml
+++ b/flex-compiler-oem/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flex-compiler-oem</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: OEM Layer</name>
 
@@ -35,17 +35,17 @@
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>compiler-jx</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/pom.xml b/pom.xml
index 9f56038..cc3f8ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>royale-compiler-parent</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: Compiler: Parent</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:git@github.com:apache/royale-compiler.git</connection>
     <developerConnection>scm:git:git@github.com:apache/royale-compiler.git</developerConnection>
     <url>scm:git:git@github.com:apache/royale-compiler.git</url>
-    <tag>org.apache.royale.compiler-0.9.0-rc0</tag>
+    <tag>release/0.9.0</tag>
   </scm>
 
   <properties>
diff --git a/royale-ant-tasks/pom.xml b/royale-ant-tasks/pom.xml
index dcbda1f..513b256 100644
--- a/royale-ant-tasks/pom.xml
+++ b/royale-ant-tasks/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>royale-ant-tasks</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Royale Ant Tasks</name>
 
diff --git a/royale-maven-plugin/pom.xml b/royale-maven-plugin/pom.xml
index e2cf3fa..cadbd21 100644
--- a/royale-maven-plugin/pom.xml
+++ b/royale-maven-plugin/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>royale-maven-plugin</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Royale Maven Plugin</name>
diff --git a/swfutils/pom.xml b/swfutils/pom.xml
index a1d1c19..df767cd 100644
--- a/swfutils/pom.xml
+++ b/swfutils/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.compiler</groupId>
     <artifactId>royale-compiler-parent</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>swfutils</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.0-SNAPSHOT</version>
 
   <name>Apache Royale: Compiler: SWFUtils</name>
   <description>The Apache Royale Compiler SWF Utility classes</description>

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

[royale-compiler] 01/03: refactor tests to try to enforce test order

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-compiler.git

commit 6339dff3bdf21ce7753e9ef6f6059f3f6c0c694b
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 3 16:10:08 2018 -0800

    refactor tests to try to enforce test order
---
 compiler/pom.xml                                   |  1 +
 ...MavenTestSWCs.java => AAAMavenTestExternc.java} | 71 +---------------------
 compiler/src/test/java/aa/AAMavenTestSWCs.java     | 23 -------
 3 files changed, 4 insertions(+), 91 deletions(-)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index 8feba27..73f28f3 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -315,6 +315,7 @@
         <configuration>
           <runOrder>alphabetical</runOrder>
           <includes>
+            <include>**/AAAMavenTestExternc.java</include>
             <include>**/AAMavenTestSWCs.java</include>
             <include>**/*Tests.java</include>
           </includes>
diff --git a/compiler/src/test/java/aa/AAMavenTestSWCs.java b/compiler/src/test/java/aa/AAAMavenTestExternc.java
similarity index 55%
copy from compiler/src/test/java/aa/AAMavenTestSWCs.java
copy to compiler/src/test/java/aa/AAAMavenTestExternc.java
index 5018e3d..b9600b3 100644
--- a/compiler/src/test/java/aa/AAMavenTestSWCs.java
+++ b/compiler/src/test/java/aa/AAAMavenTestExternc.java
@@ -50,40 +50,14 @@ import org.junit.Test;
  * Base class for AS feature tests which compile AS code with MXMLC and run it in the standalone Flash Player.
  * Copied and modified from MXMLFeatureTestsBase.java
  */
-public class AAMavenTestSWCs
+public class AAAMavenTestExternC
 {
 	private static boolean generateResultFile = false;
 	
-	public AAMavenTestSWCs()
+	public AAAMavenTestExternC()
 	{
 	}
 	
-    private void compileSWC(File outputFile, File configFile)
-    {
-        // Write the MXML into a temp file.
-        ITestAdapter testAdapter = TestAdapterFactory.getTestAdapter();
-        
-        String output = outputFile.getAbsolutePath();
-                
-        String[] args = new String[]
-        {
-            "-load-config+=" + configFile.getAbsolutePath(),
-            "-output=" + output
-        };
-        
-        // Run the COMPC client with the specified command line.
-        COMPC compc = new COMPC();
-        compc.mainNoExit(args);
-        
-        // Check that the SWC compiled cleanly.
-        List<ICompilerProblem> problems = new ArrayList<ICompilerProblem>();
-        for (ICompilerProblem problem : compc.getProblems().getFilteredProblems())
-        {
-            problems.add(problem);
-        }
-        assertThat(problems.size(), is(0));
-    }
-    
     @Test
     public void AAMavenTestSWCs_AA_JS_EXTERNC()
     {
@@ -105,45 +79,6 @@ public class AAMavenTestSWCs
             problems.add(problem);
         }
         assertThat(problems.size(), is(0));
-    }
-    
-    @Test
-    public void AAMavenTestSWCs_AB_JS_SWC()
-    {
-        // Write the MXML into a temp file.
-        ITestAdapter testAdapter = TestAdapterFactory.getTestAdapter();
-
-    	File externcDir = new File(testAdapter.getUnitTestBaseDir(), "../../../compiler-externc");
-    	File outputFile = new File(externcDir, "target/js.swc");
-    	try {
-    	FileUtils.copyFile(new File(externcDir, "src/test/config/compile-as-config.xml"), 
-						new File(externcDir, "target/compile-as-config.xml"));
-    	}
-		catch (IOException e)
-		{
-		}
-
-    	compileSWC(outputFile, new File(externcDir, "target/compile-as-config.xml"));
-        assertThat(outputFile.exists(), is(true));
-    }
-    
-    @Test
-    public void AC_Custom_SWC()
-    {
-        // Write the MXML into a temp file.
-        ITestAdapter testAdapter = TestAdapterFactory.getTestAdapter();
-
-    	File baseDir = new File(testAdapter.getUnitTestBaseDir(), "../../../compiler");
-    	File outputFile = new File(baseDir, "target/custom.swc");
-    	try {
-    	FileUtils.copyFile(new File(baseDir, "src/test/config/compile-as-config.xml"), 
-						new File(baseDir, "target/compile-as-config.xml"));
-    	}
-		catch (IOException e)
-		{
-		}
-    	compileSWC(outputFile, new File(baseDir, "target/compile-as-config.xml"));
-        assertThat(outputFile.exists(), is(true));
-    }
+    }    
 }
 
diff --git a/compiler/src/test/java/aa/AAMavenTestSWCs.java b/compiler/src/test/java/aa/AAMavenTestSWCs.java
index 5018e3d..0475b5d 100644
--- a/compiler/src/test/java/aa/AAMavenTestSWCs.java
+++ b/compiler/src/test/java/aa/AAMavenTestSWCs.java
@@ -85,29 +85,6 @@ public class AAMavenTestSWCs
     }
     
     @Test
-    public void AAMavenTestSWCs_AA_JS_EXTERNC()
-    {
-        // Write the MXML into a temp file.
-        ITestAdapter testAdapter = TestAdapterFactory.getTestAdapter();
-
-    	File externcDir = new File(testAdapter.getUnitTestBaseDir(), "../../../compiler-externc");
-
-		String[] args = new String[1];
-		args[0] = "-load-config+=" + new File(externcDir, "src/test/config/externc-config.xml").getAbsolutePath();
-        // Run the COMPC client with the specified command line.
-        EXTERNC externc = new EXTERNC();
-        externc._mainNoExit(args);
-        
-        // Check that the SWC compiled cleanly.
-        List<ICompilerProblem> problems = new ArrayList<ICompilerProblem>();
-        for (ICompilerProblem problem : externc.problems.getFilteredProblems())
-        {
-            problems.add(problem);
-        }
-        assertThat(problems.size(), is(0));
-    }
-    
-    @Test
     public void AAMavenTestSWCs_AB_JS_SWC()
     {
         // Write the MXML into a temp file.

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