[MAVEN-BUILD] Royale-asjs - Build # 490 - Still Failing

2018-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #490)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/490/ to view 
the results.

[royale-asjs] branch develop updated: try to fix asdoc build

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui 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 423e26a  try to fix asdoc build
423e26a is described below

commit 423e26a9194578eae47231a2caa0654189f8d2d7
Author: Alex Harui 
AuthorDate: Mon Feb 12 23:22:13 2018 -0800

try to fix asdoc build
---
 examples/royale/ASDoc/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/ASDoc/build.xml b/examples/royale/ASDoc/build.xml
index 249087a..c8178b1 100644
--- a/examples/royale/ASDoc/build.xml
+++ b/examples/royale/ASDoc/build.xml
@@ -28,7 +28,7 @@
 
 
 
-
+
 
 
 

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch develop updated: switch from MD5 to SHA-512

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui 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 56bf90c  switch from MD5 to SHA-512
56bf90c is described below

commit 56bf90ca100dbdf91b8965b60382ea9e7a2816fb
Author: Alex Harui 
AuthorDate: Mon Feb 12 22:59:14 2018 -0800

switch from MD5 to SHA-512
---
 ApproveRoyale.xml| 92 ++--
 build.xml| 26 +++
 releasecandidate.xml |  6 ++--
 3 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 008e427..e3f6218 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -239,17 +239,17 @@
 
 
-
+
 
-
+
 
+-->
 
 
 
@@ -263,35 +263,35 @@
 dest="${basedir}/${doc.package.url.name}.zip.asc" />-->
 
 
-
-   
+   
-   
-
+   
+

-   
+   

 
-
-
+
-
-
+
+
 
-
+
 
 
-
+
 
+-->
 
 
 
@@ -836,15 +836,15 @@
 
 http://apacheflexbuild.cloudapp.net:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip;
  dest="${basedir}/${binary.jx.kit}.zip" verbose="true" 
skipexisting="true"/>
-http://apacheflexbuild.cloudapp.net:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip.md5;
- dest="${basedir}/${binary.jx.kit}.zip.md5" verbose="true" 
skipexisting="true"/>
-
-
+http://apacheflexbuild.cloudapp.net:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip.SHA-512;
+ dest="${basedir}/${binary.jx.kit}.zip.SHA-512" verbose="true" 
skipexisting="true"/>
+
+
 
-
+
 
 
-
+
 
 
 
@@ -855,15 +855,15 @@
 
 https://dist.apache.org/repos/dist/dev/royale/compiler/${release.version}/rc1/binaries/${binary.jx.kit}.zip;
 dest="${basedir}/${binary.jx.kit}.zip" verbose="true" 
skipexisting="true"/>
-https://dist.apache.org/repos/dist/dev/royale/compiler/${release.version}/rc1/binaries/${binary.jx.kit}.zip.md5;
-dest="${basedir}/${binary.jx.kit}.zip.md5" verbose="true" 
skipexisting="true"/>
-
-
+https://dist.apache.org/repos/dist/dev/royale/compiler/${release.version}/rc1/binaries/${binary.jx.kit}.zip.SHA-512;
+dest="${basedir}/${binary.jx.kit}.zip.SHA-512" verbose="true" 
skipexisting="true"/>
+
+
 
-
+
 
 
-
+
 
 
 
@@ -873,15 +873,15 @@
 
 https://archive.apache.org/dist/royale/flexunit/4.2.0/binaries/${binary.flexunit.kit}.zip;
 dest="${basedir}/${binary.flexunit.kit}.zip" verbose="true" 
skipexisting="true"/>
-https://archive.apache.org/dist/royale/flexunit/4.2.0/binaries/${binary.flexunit.kit}.zip.md5;
-dest="${basedir}/${binary.flexunit.kit}.zip.md5" verbose="true" 
skipexisting="true"/>
-
-
+https://archive.apache.org/dist/royale/flexunit/4.2.0/binaries/${binary.flexunit.kit}.zip.SHA-512;
+dest="${basedir}/${binary.flexunit.kit}.zip.SHA-512" verbose="true" 
skipexisting="true"/>
+
+
 
-
+
 
 
-
+
 
 
 
@@ -891,15 +891,15 @@
 
 https://archive.apache.org/dist/royale/4.15.0/binaries/${binary.sdk.kit}.zip;
 dest="${basedir}/${binary.sdk.kit}.zip" verbose="true" 
skipexisting="true"/>
-https://archive.apache.org/dist/royale/4.15.0/binaries/${binary.sdk.kit}.zip.md5;
-dest="${basedir}/${binary.sdk.kit}.zip.md5" verbose="true" 
skipexisting="true"/>
-
-
+https://archive.apache.org/dist/royale/4.15.0/binaries/${binary.sdk.kit}.zip.SHA-512;
+dest="${basedir}/${binary.sdk.kit}.zip.SHA-512" verbose="true" 
skipexisting="true"/>
+
+
 
-
+
 
 
-
+
 
 
 
diff --git a/build.xml b/build.xml
index 3434bc8..4a38899 100644
--- a/build.xml
+++ b/build.xml
@@ -1617,18 +1617,18 @@ limitations under the License.
 
 

-   
-   
-   
- 

[royale-asjs] branch develop updated: fix up versions

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui 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 1215f61  fix up versions
1215f61 is described below

commit 1215f610401f645d87b1455bbd54dbc52eda2e98
Author: Alex Harui 
AuthorDate: Mon Feb 12 21:49:18 2018 -0800

fix up versions
---
 npm/js-only/package.json | 2 +-
 npm/js-swf/package.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/npm/js-only/package.json b/npm/js-only/package.json
index 2c12493..e420bf9 100644
--- a/npm/js-only/package.json
+++ b/npm/js-only/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js",
-  "version": "0.9.1",
+  "version": "0.9.2",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
 "royale",
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index e5fa5a6..fd1aa19 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js-swf",
-  "version": "0.9.1",
+  "version": "0.9.2",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
"royale",

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 01/01: Merge branch 'release/0.9.1' into develop

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 0702b0f17a532f5a9652d72ec2e8324e018c8e56
Merge: 06248ac 5d1622f
Author: Alex Harui 
AuthorDate: Mon Feb 12 21:48:14 2018 -0800

Merge branch 'release/0.9.1' into develop

 npm/js-only/package.json |  2 +-
 npm/js-swf/package.json  |  2 +-
 releasecandidate.xml | 14 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch develop updated (06248ac -> 0702b0f)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 06248ac  Merge branch 'release/0.9.1' into develop
 add 1319722  fix rm script
 add c06ad5b  wrong versions
 add 5d1622f  final adjustments to npm publishing
 new 0702b0f  Merge branch 'release/0.9.1' into develop

The 1 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:
 npm/js-only/package.json |  2 +-
 npm/js-swf/package.json  |  2 +-
 releasecandidate.xml | 14 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch release/0.9.1 updated: final adjustments to npm publishing

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release/0.9.1 by this push:
 new 5d1622f  final adjustments to npm publishing
5d1622f is described below

commit 5d1622f89598539515d00edcd85e0b198e490187
Author: Alex Harui 
AuthorDate: Mon Feb 12 21:46:53 2018 -0800

final adjustments to npm publishing
---
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 6b1c3ce..5b4e1ff 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -1335,7 +1335,7 @@ ${my.name}
 
 
 
-
+
 

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch release/0.9.1 updated (18b4a49 -> c06ad5b)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 18b4a49  update version to 0.9.2
 new 1319722  fix rm script
 new c06ad5b  wrong versions

The 2 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:
 npm/js-only/package.json |  2 +-
 npm/js-swf/package.json  |  2 +-
 releasecandidate.xml | 14 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 02/02: wrong versions

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit c06ad5b3f021d18941babf66a7ee44d4a2969a10
Author: Alex Harui 
AuthorDate: Mon Feb 12 21:37:26 2018 -0800

wrong versions
---
 npm/js-only/package.json | 2 +-
 npm/js-swf/package.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/npm/js-only/package.json b/npm/js-only/package.json
index 00741be..2c12493 100644
--- a/npm/js-only/package.json
+++ b/npm/js-only/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js",
-  "version": "0.9.0",
+  "version": "0.9.1",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
 "royale",
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index 3782392..e5fa5a6 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js-swf",
-  "version": "0.9.0",
+  "version": "0.9.1",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
"royale",

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 01/01: Merge tag 'apache-royale-0.9.1'

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 1780c90d968ffdcfeed8d84dd3b480e7a378aef6
Merge: 6242e58 2232490
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:12:37 2018 -0800

Merge tag 'apache-royale-0.9.1'

"Official release of apache-royale-0.9.1"

 ApproveRoyale.xml  |   2 +-
 LICENSE|   9 +
 README.md  |  13 +-
 RELEASE_NOTES  |  12 +
 archetypes/pom.xml |   6 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 build.properties   |   2 +-
 build.xml  |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   6 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 112 +++---
 examples/amf/SampleAmfWebApp/pom.xml   |   8 +-
 examples/amf/pom.xml   |   4 +-
 examples/examples-integrationtests/pom.xml |  52 +--
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 .../src/main/royale/MyInitialView.mxml | 129 ---
 .../src/main/royale/models/ProductsModel.as|  16 +-
 examples/express/GitHubCommitLogViewer/build.xml   |  58 +++
 .../GitHubCommitLogViewer}/pom.xml |  16 +-
 .../src/main/resources/project.json|   4 +
 .../src/main/royale/GitHubCommitLogViewer.mxml |  97 +
 .../src/main/royale/LogEntry.as}   |  15 +-
 examples/express/pom.xml   |  19 +-
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   6 +-
 examples/royale/ASDoc/build.xml|  41 ++-
 examples/royale/ASDoc/pom.xml  |  22 +-
 .../{asdoc-config.xml => asdoc-js-config.xml}  |  70 +++-
 .../{asdoc-config.xml => asdoc-swf-config.xml} |   6 +
 .../ASDoc/src/main/config/compile-app-config.xml   |   1 +
 .../royale/ASDoc/src/main/resources/config.json|   4 +
 .../src/main/resources/royale-index-template.html  | 274 +++
 examples/royale/ASDoc/src/main/royale/ASDoc.mxml   |  10 +
 .../ASDoc/src/main/royale/ASDocMainView.mxml   | 390 +++--
 ...gBackgroundColorHashAnchorStringItemRenderer.as |  96 +
 .../ASDoc/src/main/royale/AttributeRenderer.as |  45 ++-
 .../ClassPickerHashAnchorStringItemRenderer.as |  77 
 ...etailRenderer.mxml => EventDetailRenderer.mxml} |  39 ++-
 .../src/main/royale/EventSummaryRenderer.mxml  | 108 ++
 .../main/royale/HashAnchorStringItemRenderer.as|  54 +--
 .../src/main/royale/MethodDetailRenderer.mxml  |  82 +
 .../src/main/royale/MethodSummaryRenderer.mxml | 122 +++
 .../royale/OptionalHashAnchorStringItemRenderer.as |  74 
 .../ASDoc/src/main/royale/ParameterRenderer.as |  61 ++--
 ...ilRenderer.mxml => PropertyDetailRenderer.mxml} |  40 ++-
 .../ASDoc/src/main/royale/SummaryRenderer.mxml |  85 -
 .../ASDoc/src/main/royale/models/ASDocModel.as | 253 +++--
 .../ASDoc/src/main/royale/valueObjects/DataVO.as   |  50 +++
 .../src/main/royale/valueObjects/ValueObject.as|   8 +
 .../AccordionExample/AccordionExample.as3proj  |  89 +
 examples/royale/AccordionExample/pom.xml   |   4 +-
 examples/royale/AlertExample/AlertExample.as3proj  |  89 +
 examples/royale/AlertExample/build.xml |  54 +++
 .../{DateControlsExample => AlertExample}/pom.xml  |  69 ++--
 .../src/main/royale/AlertExample.mxml} |  42 ++-
 examples/royale/ChartExample/ChartExample.as3proj  |  89 +
 examples/royale/ChartExample/pom.xml   |   8 +-
 .../CordovaCameraExample-app.xml   |   2 +-
 

[royale-asjs] branch master updated (6242e58 -> 1780c90)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 6242e58  Merge tag 'apache-royale-0.9.0'
 add 6aa4f5d  [maven-release-plugin] prepare for next development iteration
 add ff77e90  commit other file as well
 add 0b6a6fc  add way to prevent posting an rc
 add 406f015  more tweaks to rc script
 add 2f8a9ab  Created DataGridCollectionViewModel to complement 
DataItemRendererFactoryForCollectionView to enable dynamic DataGrids.
 add 200b131  Updated DataGridExample to  show how to make a DataGrid that 
responds dynamically to changes in its dataProvider.
 add f9b4088  Update README.md with instructions about npm installation on 
Windows Update .gitignore
 add 3734020  build maven artifacts as part of approval
 add 52e9961  more ideas of post release merging
 add be80c93  Corrects the slider thumb position based on the mouse.
 add 7d447f3  update other poms to next version
 add d6e226a  Add basic project files
 add 31c93e0  Make GraphicContainer mxml enabled. Still half-baked.
 add e8ee330  GraphicContainer - make sure child instances are initialized 
in mxml.
 add 74a4c12  Add Moonshine IDE files to simplify opening examples in that 
IDE
 add 02f0dd4  Adjusted calculation to remove unnecessary offset.
 add 24a6d56  test commit
 add 7dd5d4a  test push from sourcetree (first)
 add addce05  Add missing header to MDLExample and remove as3proj from 
CordovaCameraExample
 add 8a04bb6  Added missing headers to Basic module FB files
 add a2473d9  Clean up all hard coded paths in Moonshine IDE files
 add 830e870  It looks like it was missed and it won't be changed 
automatically - If I'm wrong revert please
 add 626cb62  Once Again changes to 0.9.1 - Revert if I'm wrong
 add 1d31f1a  remove className="DynamicGridColumn" to fix compilation of 
DataGridExample
 add ca6f7c8  fix RoyaleThemes example and include Slider. Include example 
in example/royale modules list to compile
 add bc02233  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
 add 1758af5  Revert "remove className="DynamicGridColumn" to fix 
compilation of DataGridExample"
 add 5ddac18  Scrollbar layout bead was not being saved after being created 
nor was it being activated on scrollbar resize.
 add e500c10  try to script updating develop branch poms from profiles that 
are not active when release branch is cut
 add 224fbed  more tweaks to release script to try to handle versions in 
maven
 add 2955a16  Need to test for String type first.
 add 2b69d60  Revert "Once Again changes to 0.9.1 - Revert if I'm wrong"
 add eb6c449  Revert "It looks like it was missed and it won't be changed 
automatically - If I'm wrong revert please"
 add ad64c2b  Revert "update other poms to next version"
 add 103a60f  fix up poms in hopes that the versions plugin will find all 
places we use the version
 add 935e724  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
 add 475cb40  renames it isn't seen as a duplicate project
 add d141472  add this so it sees the projects in this folder
 add 3240b6d  this seems to update the dependency versions
 add e224601  run in the examples folder.  versions:set seems to climb to 
the root no matter what folder is specified
 add 6d6b8e9  update more versions
 add 2a4c306  allow use of set-property
 add b5cbeec  update versions in example pom
 add 9dacdd2  update archetypes to make it easier to update versions
 add e6d3785  fix pom
 add b6cb664  more tweaks
 add ac9b996  update versions in distribution
 add 3e5a7c3  see if this will update all develop poms
 add 83261b4  Revert "update versions in distribution"
 add c3a1f09  Revert "update versions in example pom"
 add 795872e  Revert "update more versions"
 add 74eff11  add Testing
 add d8503d7  Testing doesn't build on Maven
 add c33a40f  update other poms to next version
 add f33f20f  seem to have a script that updates almost all version numbers
 add fd72dd8  disable amf server until we figure out how to get it to 
deploy on builds.a.o
 add 77de773  fix versioning of release poms
 add efaf04a  Fix issue where DataGridPercentageView messed up with 
DataItemRendererFactoryForCollectionView. Clean up View by removing unnecessary 
duplicated code from DataGridView.
 add fb2d1e6  Update DataGridExample with latest fixes in 
DataGridPercentageView
 add 378f9ee  Fix signature method implementation in DataGridView
 add 35ece56  Fix signature: Use interface in DataGridView instead class
 add 68e6700  Add AlertExample
 add 4e7574a  Add AlertExample to Maven build
 add f07bc43  Fix flash player 

[royale-asjs] branch develop updated (381b059 -> 06248ac)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 381b059  Cleaned up VScrollViewport
 add 884cc31  remove SNAPSHOT from compiler and typedefs versions
 add ffad879  update other poms to current version
 add 2232490  [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.1-rc1
 add b1ba6f6  [maven-release-plugin] prepare for next development iteration
 add 4e3a875  need to use 2.5 and do it in a specific order.  Otherwise if 
compiler is changed first later set-properties can't find the compiler artifact 
since it is asking for a newer version
 add df60266  no MDLBlogExample
 add 7c245ab  a few fixes
 add b9a1b32  Fix path of post install script for js-swf npm package
 new 18b4a49  update version to 0.9.2
 new 06248ac  Merge branch 'release/0.9.1' into develop

The 2 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:
 ApproveRoyale.xml  |  4 ++
 archetypes/pom.xml |  2 +-
 build.properties   |  2 +-
 examples/pom.xml   |  2 +-
 .../CordovaCameraExample-app.xml   |  2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml  |  2 +-
 examples/royale/MapSearch/MapSearch-app.xml|  2 +-
 examples/royale/MobileMap/MobileMap-app.xml|  2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml  |  2 +-
 .../royale/StorageExample/StorageExample-app.xml   |  2 +-
 manualtests/pom.xml|  2 +-
 npm/js-swf/package.json|  2 +-
 package.json   |  2 +-
 pom.xml|  4 +-
 releasecandidate.xml   | 63 ++
 15 files changed, 60 insertions(+), 35 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch release/0.9.1 updated (b9a1b32 -> 18b4a49)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from b9a1b32  Fix path of post install script for js-swf npm package
 add 18b4a49  update version to 0.9.2

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml| 2 +-
 build.properties  | 2 +-
 examples/pom.xml  | 2 +-
 examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml | 2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml | 2 +-
 examples/royale/MapSearch/MapSearch-app.xml   | 2 +-
 examples/royale/MobileMap/MobileMap-app.xml   | 2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml | 2 +-
 examples/royale/StorageExample/StorageExample-app.xml | 2 +-
 manualtests/pom.xml   | 2 +-
 package.json  | 2 +-
 pom.xml   | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 02/02: Merge branch 'release/0.9.1' into develop

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 06248acbd62cc63982a3790518961fb55ad392bd
Merge: 381b059 18b4a49
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:13:20 2018 -0800

Merge branch 'release/0.9.1' into develop

 ApproveRoyale.xml  |  4 ++
 archetypes/pom.xml |  2 +-
 build.properties   |  2 +-
 examples/pom.xml   |  2 +-
 .../CordovaCameraExample-app.xml   |  2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml  |  2 +-
 examples/royale/MapSearch/MapSearch-app.xml|  2 +-
 examples/royale/MobileMap/MobileMap-app.xml|  2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml  |  2 +-
 .../royale/StorageExample/StorageExample-app.xml   |  2 +-
 manualtests/pom.xml|  2 +-
 npm/js-swf/package.json|  2 +-
 package.json   |  2 +-
 pom.xml|  4 +-
 releasecandidate.xml   | 63 ++
 15 files changed, 60 insertions(+), 35 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 01/02: update version to 0.9.2

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 18b4a49be119e402eb0871d1ab9649a568b47214
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:13:19 2018 -0800

update version to 0.9.2
---
 archetypes/pom.xml| 2 +-
 build.properties  | 2 +-
 examples/pom.xml  | 2 +-
 examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml | 2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml | 2 +-
 examples/royale/MapSearch/MapSearch-app.xml   | 2 +-
 examples/royale/MobileMap/MobileMap-app.xml   | 2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml | 2 +-
 examples/royale/StorageExample/StorageExample-app.xml | 2 +-
 manualtests/pom.xml   | 2 +-
 package.json  | 2 +-
 pom.xml   | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 5dd4926..a9d19eb 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   Maven archetypes for creating royale maven 
projects
 
   
-0.9.1
+0.9.2-SNAPSHOT
   
   
   
diff --git a/build.properties b/build.properties
index 925f0ce..185daa2 100644
--- a/build.properties
+++ b/build.properties
@@ -21,7 +21,7 @@
 release.name = Apache Royale
 # this is the version that appears in the flex-sdk-description  
tag
 # and on the package name.  This is the publicly known version of Royale
-release.version = 0.9.1
+release.version = 0.9.2
 
 # fb.release.version must start with 4 in order for FB to accept it.
 # intellij seems to want it to be at least 4.6 in order to not use certain
diff --git a/examples/pom.xml b/examples/pom.xml
index 80a5cdf..c74f087 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -35,7 +35,7 @@
 
   
 
${basedir}/target/javascript/bin/js-debug
-0.9.1
+0.9.2-SNAPSHOT
   
 
   
diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml 
b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
index 8ae15d4..a652ee1 100644
--- a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
+++ b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/examples/royale/DesktopMap/DesktopMap-app.xml 
b/examples/royale/DesktopMap/DesktopMap-app.xml
index 01a9fa2..e72fc36 100644
--- a/examples/royale/DesktopMap/DesktopMap-app.xml
+++ b/examples/royale/DesktopMap/DesktopMap-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/examples/royale/MapSearch/MapSearch-app.xml 
b/examples/royale/MapSearch/MapSearch-app.xml
index 5068b42..9c58ee8 100644
--- a/examples/royale/MapSearch/MapSearch-app.xml
+++ b/examples/royale/MapSearch/MapSearch-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/examples/royale/MobileMap/MobileMap-app.xml 
b/examples/royale/MobileMap/MobileMap-app.xml
index 9e28ee0..c98c1a8 100644
--- a/examples/royale/MobileMap/MobileMap-app.xml
+++ b/examples/royale/MobileMap/MobileMap-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/examples/royale/MobileStocks/MobileStocks-app.xml 
b/examples/royale/MobileStocks/MobileStocks-app.xml
index afc8317..58ef313 100644
--- a/examples/royale/MobileStocks/MobileStocks-app.xml
+++ b/examples/royale/MobileStocks/MobileStocks-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/examples/royale/StorageExample/StorageExample-app.xml 
b/examples/royale/StorageExample/StorageExample-app.xml
index 01179e0..d0b3590 100644
--- a/examples/royale/StorageExample/StorageExample-app.xml
+++ b/examples/royale/StorageExample/StorageExample-app.xml
@@ -45,7 +45,7 @@

-   0.9.1
+   0.9.2
 


diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 1453dbb..fdb9b03 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   
 
${basedir}/target/javascript/bin/js-debug
-0.9.1
+0.9.2-SNAPSHOT
   
   Apache Royale: ManualTests
 
diff --git a/package.json b/package.json
index 6018832..ae68650 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-royale-swf",
-  "version": "0.9.1",
+  "version": "0.9.2",
   "description": "Apache Royale (formerly FlexJS) with SWF support",
   "keywords": [
 "royale",
diff --git a/pom.xml b/pom.xml
index 97fe375..7a533e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 

[royale-typedefs] branch release/0.9.1 updated (e54ca71 -> 7f6d4f9)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from e54ca71  [maven-release-plugin] prepare for next development iteration
 add 7f6d4f9  update version to 0.9.2

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] branch release/0.9.1 updated (a90d20f -> 9dbaf5a)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from a90d20f  [maven-release-plugin] prepare for next development iteration
 add 9dbaf5a  update version to 0.9.2

No new revisions were added by this update.

Summary of changes:
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] branch master updated (2898680 -> c1368fc)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 2898680  Merge tag 'apache-royale-0.9.0'
 add 227708a  [maven-release-plugin] prepare for next development iteration
 add ab25849  Apply normalization to the path’s string value to make it 
platform independent
 add bec15f8  Add condition to not assert quotes when the method is passed 
an “empty string”
 add 40fc493  typo in classpath means that externc can't run from within 
royale-asjs
 add 449ae99  generate the test swcs in a phases before the tests run so we 
don't have to control the order of execution
 add bcc550f  mention PLAYERGLOBAL_VERSION variable.  This allowed tests to 
pass with version other than 11.1
 add 8ac819a  [maven-release-plugin] prepare for next development iteration
 add d5ca7fb  update version to 0.9.1
 add a24cfc9  Merge branch 'release/0.9.0' into develop
 add c8187d9  try taking this out again
 add 79eb080  also output a simple list of classes
 add b0c159d  use classname or id for fxcomponent
 add 5540b48  get full qnames in json output
 add 8cb2429  add type info to vars
 add 14c151c  Get JS compiler to report error or warning (reference #21)
 add 2bd2d89  update release notes
 add 777d716  update release notes
 add 1b2043d  [maven-release-plugin] prepare branch release/0.9.1
 add 7317640  [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.1-rc1
 new c1368fc  Merge tag 'apache-royale-0.9.1'

The 1 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:
 README |   4 +
 RELEASE_NOTES  |  12 ++
 build.properties   |   2 +-
 compiler-common/pom.xml|   4 +-
 compiler-externc/build.xml |   2 +-
 compiler-externc/pom.xml   |   8 +-
 compiler-jx/pom.xml|  14 +--
 .../apache/royale/compiler/clients/MXMLJSC.java|  23 +++-
 .../codegen/js/royale/JSRoyaleASDocEmitter.java|  48 +++-
 compiler-test-utils/pom.xml|   4 +-
 .../org/apache/royale/utils/AntTestAdapter.java|   2 +-
 compiler/pom.xml   | 100 ++--
 .../as/codegen/MXMLClassDirectiveProcessor.java|   6 +-
 .../internal/css/CSSNamespaceDefinition.java   |   4 +-
 compiler/src/test/java/aa/AAAMavenTestExternc.java |  84 --
 compiler/src/test/java/aa/AAMavenTestSWCs.java | 126 -
 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 +-
 22 files changed, 216 insertions(+), 261 deletions(-)
 delete mode 100644 compiler/src/test/java/aa/AAAMavenTestExternc.java
 delete mode 100644 compiler/src/test/java/aa/AAMavenTestSWCs.java

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] 02/02: Merge branch 'release/0.9.1' into develop

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 47dafff54ef02dee6cd24a5a7c846bd283cf5e06
Merge: f7d7495 9dbaf5a
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:13:21 2018 -0800

Merge branch 'release/0.9.1' into develop

 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] 01/01: Merge tag 'apache-royale-0.9.1'

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit c1368fc1b56ca9699ee573690f950bfdfeeccedc
Merge: 2898680 7317640
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:12:38 2018 -0800

Merge tag 'apache-royale-0.9.1'

"Official release of apache-royale-0.9.1"

 README |   4 +
 RELEASE_NOTES  |  12 ++
 build.properties   |   2 +-
 compiler-common/pom.xml|   4 +-
 compiler-externc/build.xml |   2 +-
 compiler-externc/pom.xml   |   8 +-
 compiler-jx/pom.xml|  14 +--
 .../apache/royale/compiler/clients/MXMLJSC.java|  23 +++-
 .../codegen/js/royale/JSRoyaleASDocEmitter.java|  48 +++-
 compiler-test-utils/pom.xml|   4 +-
 .../org/apache/royale/utils/AntTestAdapter.java|   2 +-
 compiler/pom.xml   | 100 ++--
 .../as/codegen/MXMLClassDirectiveProcessor.java|   6 +-
 .../internal/css/CSSNamespaceDefinition.java   |   4 +-
 compiler/src/test/java/aa/AAAMavenTestExternc.java |  84 --
 compiler/src/test/java/aa/AAMavenTestSWCs.java | 126 -
 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 +-
 22 files changed, 216 insertions(+), 261 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] branch develop updated (f7d7495 -> 47dafff)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from f7d7495  [maven-release-plugin] prepare for next development iteration
 add 7317640  [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.1-rc1
 add a90d20f  [maven-release-plugin] prepare for next development iteration
 new 9dbaf5a  update version to 0.9.2
 new 47dafff  Merge branch 'release/0.9.1' into develop

The 2 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:
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-compiler] 01/02: update version to 0.9.2

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 9dbaf5a4380779242b0d4a434cf700a7efda9b63
Author: Alex Harui 
AuthorDate: Mon Feb 12 12:13:20 2018 -0800

update version to 0.9.2
---
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index 37a0f66..b6b7ab0 100644
--- a/build.properties
+++ b/build.properties
@@ -17,7 +17,7 @@
 ##
 

 
-release.version = 0.9.1
+release.version = 0.9.2
 
 generated.by.match=/\\*\\*. \\* Generated by Apache Royale Compiler
 generated.by.comment=/**\n\

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch feature/royale-cli updated: Update .gitignore

2018-02-12 Thread bigosmallm
This is an automated email from the ASF dual-hosted git repository.

bigosmallm pushed a commit to branch feature/royale-cli
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/royale-cli by this 
push:
 new de9bbee  Update .gitignore
de9bbee is described below

commit de9bbeed180fb200e15cc1d36adb9b0d8bed8150
Author: Om Muppirala 
AuthorDate: Mon Feb 12 14:17:17 2018 -0800

Update .gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 352c363..1d79948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -145,3 +145,4 @@ manualtests/FlexJSTest_SVG/bin
 
 #npm
 node_modules
+npm/cli/test
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
bigosma...@apache.org.


[royale-typedefs] annotated tag apache-royale-0.9.1 updated (56c757c -> 5cb9425)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to annotated tag apache-royale-0.9.1
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


*** WARNING: tag apache-royale-0.9.1 was modified! ***

from 56c757c  (commit)
  to 5cb9425  (tag)
 tagging 56c757c754200c0f506dd55fdfb6785aaf6f7c1b (commit)
 replaces apache-royale-0.9.0
  by Alex Harui
  on Mon Feb 12 12:12:27 2018 -0800

- Log -
"Official release of apache-royale-0.9.1"
---


No new revisions were added by this update.

Summary of changes:

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] annotated tag apache-royale-0.9.1 updated (2232490 -> 6d86925)

2018-02-12 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to annotated tag apache-royale-0.9.1
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


*** WARNING: tag apache-royale-0.9.1 was modified! ***

from 2232490  (commit)
  to 6d86925  (tag)
 tagging 223249039304e1e7400c1d25e709777fba216856 (commit)
 replaces apache-royale-0.9.0
  by Alex Harui
  on Mon Feb 12 12:12:23 2018 -0800

- Log -
"Official release of apache-royale-0.9.1"
---


No new revisions were added by this update.

Summary of changes:

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


svn commit: r24967 - /dev/royale/0.9.1/rc1/ /release/royale/0.9.1/

2018-02-12 Thread aharui
Author: aharui
Date: Mon Feb 12 20:12:22 2018
New Revision: 24967

Log:
Apache Royale 0.9.1

Added:
release/royale/0.9.1/
  - copied from r24966, dev/royale/0.9.1/rc1/
Removed:
dev/royale/0.9.1/rc1/



[MAVEN-BUILD] Royale-asjs - Build # 489 - Still Failing

2018-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #489)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/489/ to view 
the results.

[MAVEN-BUILD] Royale-asjs - Build # 488 - Failure

2018-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #488)

Status: Failure

Check console output at https://builds.apache.org/job/Royale-asjs/488/ to view 
the results.

[royale-website] branch asf-site updated: update blog post Hello world to fix namespace and time

2018-02-12 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 83a5102  update blog post Hello world to fix namespace and time
83a5102 is described below

commit 83a5102c65659ea7a8c66cac2b8a7db9bcaf6143
Author: Carlos Rovira 
AuthorDate: Mon Feb 12 17:28:37 2018 +0100

update blog post Hello world to fix namespace and time
---
 apache-royale-v0-9-0-released/feed/index.xml   |  2 +-
 apache-royale-v0-9-0-released/index.html   | 42 ---
 blog/index.html| 52 +--
 category/announcements/feed/index.xml  |  2 +-
 category/announcements/index.html  |  4 +-
 category/general/feed/index.xml|  2 +-
 category/general/index.html|  4 +-
 category/royale-examples/feed/index.xml|  4 +-
 category/royale-examples/index.html| 12 ++---
 comments/feed/index.xml|  2 +-
 .../feed/index.xml |  2 +-
 creating-a-hello-world-in-apache-royale/index.html | 60 ++
 docs/index.html|  4 +-
 download/index.html|  4 +-
 faq/index.html |  4 +-
 features/index.html|  4 +-
 feed/index.xml | 30 +--
 get-involved/index.html|  4 +-
 getting-started/index.html |  4 +-
 index.html | 58 ++---
 mailing-lists/index.html   |  4 +-
 privacy-policy/index.html  |  4 +-
 showcase/index.html|  4 +-
 source-code/index.html |  4 +-
 tag/jslabel/feed/index.xml |  4 +-
 tag/jslabel/index.html | 12 ++---
 tag/releases/feed/index.xml|  2 +-
 tag/releases/index.html|  4 +-
 team/index.html|  6 +--
 try-it-now/index.html  |  4 +-
 welcome-to-apache-royale/feed/index.xml|  2 +-
 welcome-to-apache-royale/index.html| 38 +++---
 32 files changed, 194 insertions(+), 194 deletions(-)

diff --git a/apache-royale-v0-9-0-released/feed/index.xml 
b/apache-royale-v0-9-0-released/feed/index.xml
index 93c91a0..b0f3d9d 100755
--- a/apache-royale-v0-9-0-released/feed/index.xml
+++ b/apache-royale-v0-9-0-released/feed/index.xml
@@ -10,7 +10,7 @@

/apache-royale-v0-9-0-released/
Code once. Run everywhere
-   Thu, 08 Feb 2018 19:45:54 +
+   Mon, 12 Feb 2018 16:29:34 +
hourly
1
https://wordpress.org/?v=4.9.4
diff --git a/apache-royale-v0-9-0-released/index.html 
b/apache-royale-v0-9-0-released/index.html
index 7c005d7..2f820c7 100755
--- a/apache-royale-v0-9-0-released/index.html
+++ b/apache-royale-v0-9-0-released/index.html
@@ -391,28 +391,28 @@ Click the help icon above to learn more.

Latest Posts 
 

-   
-   

+   
+   



-   

+   


-
  
+
  


-   Apache Royale v0.9.0 released!
-   
January 30, 2018
+   Creating a 
Hello World in Apache Royale
+   
February 12, 2018



[MAVEN-BUILD] Royale-asjs - Build # 486 - Still Failing

2018-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #486)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/486/ to view 
the results.

[royale-typedefs] branch develop updated: Added overflowX and overflowY

2018-02-12 Thread harbs
This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
 new b50b80f  Added overflowX and overflowY
b50b80f is described below

commit b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
Author: Harbs 
AuthorDate: Mon Feb 12 13:44:25 2018 +0200

Added overflowX and overflowY
---
 js/src/main/patch/js.patch | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/js/src/main/patch/js.patch b/js/src/main/patch/js.patch
index 1f8d551..aa67157 100644
--- a/js/src/main/patch/js.patch
+++ b/js/src/main/patch/js.patch
@@ -54,6 +54,28 @@ index 1b8a25a..0d92668 100644
   * @see http://www.ecma-international.org/ecma-262/6.0/#sec-gettemplateobject
   */
  var ITemplateArray = function() {};
+diff --git a/w3c_css.js b/w3c_css.js
+index d27743c3..36e6fcbd 100644
+--- a/js/target/downloads/browser/w3c_css.js
 b/js/target/downloads/browser/w3c_css.js
+@@ -1525,6 +1525,17 @@ CSSProperties.prototype.outlineWidth;
+  */
+ CSSProperties.prototype.overflow;
+
++/**
++ * @type {string}
++ * @see https://drafts.csswg.org/css-overflow-3/#propdef-overflow-x
++ */
++CSSProperties.prototype.overflowX;
++/**
++ * @type {string}
++ * @see https://drafts.csswg.org/css-overflow-3/#propdef-overflow-y
++ */
++CSSProperties.prototype.overflowY;
++
+ /**
+  * @type {string|number}
+  * @see 
http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSProperties-padding
 diff --git a/js/target/downloads/svg.js b/js/target/downloads/svg.js
 index a13180c..48115b3 100644
 --- a/js/target/downloads/svg.js

-- 
To stop receiving notification emails like this one, please contact
ha...@apache.org.


[MAVEN-BUILD] Royale-asjs - Build # 485 - Failure

2018-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #485)

Status: Failure

Check console output at https://builds.apache.org/job/Royale-asjs/485/ to view 
the results.

[royale-asjs] branch develop updated: Cleaned up VScrollViewport

2018-02-12 Thread harbs
This is an automated email from the ASF dual-hosted git repository.

harbs 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 381b059  Cleaned up VScrollViewport
381b059 is described below

commit 381b059e5d5302e69ebeee47911edc1f36664227
Author: Harbs 
AuthorDate: Mon Feb 12 12:20:12 2018 +0200

Cleaned up VScrollViewport
---
 .../royale/html/supportClasses/VScrollViewport.as  | 86 +++---
 1 file changed, 10 insertions(+), 76 deletions(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/VScrollViewport.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/VScrollViewport.as
index 140c0b6..704cbce 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/VScrollViewport.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/VScrollViewport.as
@@ -42,10 +42,8 @@ package org.apache.royale.html.supportClasses
import org.apache.royale.geom.Rectangle;
 
/**
-* The VScrollViewport extends the Viewport class by adding horizontal 
and
-* vertical scroll bars, if needed, to the content area of a Container. 
In
-* addition, the content of the Container is clipped so that items 
extending
-* outside the Container are hidden and reachable only by scrolling.
+* The VScrollViewport extends the ScrollingViewport class and limts 
scrolling
+* to only vertical scroll bars.
 *
 *  @langversion 3.0
 *  @playerversion Flash 10.2
@@ -69,14 +67,14 @@ package org.apache.royale.html.supportClasses
}

// These shuould be disabled for VScroll
-   // public function get horizontalScrollPosition():Number
-   // {
-   //  return this.contentView.positioner.scrollLeft;
-   // }
-   // public function set 
horizontalScrollPosition(value:Number):void
-   // {
-   //  this.contentView.positioner.scrollLeft = value;
-   // }
+   override public function get horizontalScrollPosition():Number
+   {
+   return 0;
+   }
+   override public function set 
horizontalScrollPosition(value:Number):void
+   {
+   // Do nothing
+   }

/**
 * @royaleignorecoercion HTMLElement 
@@ -186,7 +184,6 @@ package org.apache.royale.html.supportClasses
var host:UIBase = UIBase(_strand);

var hadV:Boolean = _verticalScroller != null && 
_verticalScroller.visible;
-   // var hadH:Boolean = _horizontalScroller != null && 
_horizontalScroller.visible;

var hostWidth:Number = host.width;
var hostHeight:Number = host.height;
@@ -197,13 +194,10 @@ package org.apache.royale.html.supportClasses
hostHeight -= borderMetrics.top + borderMetrics.bottom;

var needV:Boolean = contentSize.height > viewportHeight;
-   // var needH:Boolean = contentSize.width > 
viewportWidth;

// if sized to content, the container should stretch to 
fit, making the original
// viewport dimensions obsolete and scrollbars 
unnecessary.
// This might not work for the flexible child.
-   // if (host.isWidthSizedToContent())
-   //  needH = false;
if (host.isHeightSizedToContent())
needV = false;
 
@@ -214,13 +208,6 @@ package org.apache.royale.html.supportClasses
(_strand as 
IContainer).strandChildren.addElement(_verticalScroller);
}
}
-   // if (needH)
-   // {
-   //  if (_horizontalScroller == null) {
-   //  _horizontalScroller = 
createHorizontalScrollBar();
-   //  (_strand as 
IContainer).strandChildren.addElement(_horizontalScroller);
-   //  }
-   // }

if (needV)
{
@@ -241,25 +228,6 @@ package org.apache.royale.html.supportClasses
_verticalScroller.visible = false;
}

-   // if (needH)
-  

[royale-asjs.wiki] branch master updated: Update Moonshine IDE setup instruction with information related to newest release

2018-02-12 Thread piotrz
This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
 new 0278de0  Update Moonshine IDE setup instruction with information 
related to newest release
0278de0 is described below

commit 0278de09c7094c0caf8de5e69f06ac84e81d5165
Author: Piotr Zarzycki 
AuthorDate: Mon Feb 12 10:37:13 2018 +0100

Update Moonshine IDE setup instruction with information related to newest 
release
---
 Moonshine-IDE.md | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/Moonshine-IDE.md b/Moonshine-IDE.md
index 1a62c63..28ac36a 100644
--- a/Moonshine-IDE.md
+++ b/Moonshine-IDE.md
@@ -1,20 +1,17 @@
 Follow these instructions to use [Moonshine IDE](http://moonshine-ide.com/) 
for developing Apache Royale applications. 
 
-Moonshine IDE 
[1.7.0](https://github.com/prominic/Moonshine-IDE/releases/tag/v1.7.0) 
partially support Apache Royale. In the upcoming version 1.8.0, the existing 
issues should be fixed.
+Apache Royale has been started fully supported in Moonshine IDE 
[1.9.0](https://github.com/prominic/Moonshine-IDE/releases/tag/v1.9.0).
 
 If you find any problems or would like to propose new features in Moonshine 
IDE, please raise a new issue on the project's 
[GitHub](https://github.com/prominic/Moonshine-IDE/issues).
 
 # Add the Royale SDK
   1. Start Moonshine IDE and open its settings by clicking "**File**" menu and 
"**Settings**".
   2. Navigate to the "**Default SDK**".
- - In the "**Default Apache Flex or FlexJS SDK**" section, choose 
"**Change**".
+ - In the "**Default Apache Flex, Apache FlexJS/Royale or Feathers SDK**" 
section, choose "**Change**".
  - Click on the "**+**" button to locate the directory of the downloaded 
SDK.
 
-### Notable Known Issues
-Moonshine IDE currently is not fully compatible with Apache Royale compiler, 
because Nightly build include `fxg-base-class` option that did not exists in 
compiler 0.8.0 which has been used in IDE for code completion support. A 
temporary workaround which allows to have full experience of usage is to remove 
line `flash.display.Sprite` from file 
`frameworks\flex-config.xml` downloaded Royale SDK.
-
 # Create Royale project
-  1. In the "**Home**" tab, choose "**Flex Browser Project(FlexJS)**".
+  1. In the "**Home**" tab, choose "**Flex Browser Project(FlexJS, Royale)**".
   2. Choose from drop down list "**Select Template Type**" - "**Royale Browser 
Project**"
   3. Click on the "**Create**" button.
 
@@ -24,8 +21,9 @@ Moonshine IDE currently is not fully compatible with Apache 
Royale compiler, bec
 > This directory is missing the Moonshine project configuration files. 
 > Do you want to generate a new project by locating existing source?
 
-  2. In the "**Select Template Type**" section, choose "**Flex Browser Project 
(FlexJS)**".
+  2. In the "**Select Template Type**" section, choose "**Royale Browser 
Project**".
   3. Make sure that you have a "**Project with existing source**" selected.
+  4. Change "**Project name**".
   4. Locate "**Main source folder**".
   5. Locate "**Main application file**".
   6. Click on the "**Create**" button.

-- 
To stop receiving notification emails like this one, please contact
pio...@apache.org.


[royale-asjs] branch release/0.9.1 updated: Fix path of post install script for js-swf npm package

2018-02-12 Thread bigosmallm
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release/0.9.1 by this push:
 new b9a1b32  Fix path of post install script for js-swf npm package
b9a1b32 is described below

commit b9a1b32975cc755475ade761f36993efc8f1f058
Author: Om Muppirala 
AuthorDate: Mon Feb 12 00:03:42 2018 -0800

Fix path of post install script for js-swf npm package
---
 npm/js-swf/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index 7dc4fe8..3782392 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -29,7 +29,7 @@
 "wrench": "^1.5.8"
   },
   "scripts": {
-"postinstall": "node royale-asjs/npm/dependencies/download_dependencies.js"
+"postinstall": "node 
royale-asjs/npm/js-swf/dependencies/download_dependencies.js"
   },
   "bin": {
 "asjsc": "./royale-asjs/js/bin/asjscnpm",

-- 
To stop receiving notification emails like this one, please contact
bigosma...@apache.org.