[royale-asjs] 01/02: ant build for Vivid

2018-02-18 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/vivid in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit c63caeaa581f915d40c833caafe7d8fd5b667851 Author: Alex Harui AuthorDate: Sun Feb 18

[royale-asjs] branch feature/vivid updated (a37cf19 -> 11cc6e0)

2018-02-18 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a change to branch feature/vivid in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. from a37cf19 try to make css per component work, but something is still wrong new c63caea ant build

[royale-asjs] 02/02: ant build for VividExample

2018-02-18 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/vivid in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit 11cc6e01753bc6ae667556adb518ae4b9452ca5d Author: Alex Harui AuthorDate: Sun Feb 18

[royale-website] branch asf-site updated: verify site with google

2018-02-18 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui 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 f2cd58c verify site with google

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

2018-02-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #507) Status: Still Failing Check console output at https://builds.apache.org/job/Royale-asjs/507/ to view the results.

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

2018-02-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #506) Status: Failure Check console output at https://builds.apache.org/job/Royale-asjs/506/ to view the results.

[royale-website] branch asf-site updated (85c753d -> 05fc113)

2018-02-18 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/royale-website.git. from 85c753d update ASDoc Ref menu link in footer new 4a29435 delete js-debug version new 05fc113

[royale-asjs] 07/11: generate getter/setters with optional binding events instead of plain vars because export statements don't work for vars since an export creates a reference to the renamed variabl

2018-02-18 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 ec8094fc2e0c7e53d143a1598d51d76737686b9c Author: Alex Harui AuthorDate: Sun Feb 18 16:15:21

[royale-asjs] 11/11: need to use common base types in the loops

2018-02-18 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 006f6b1f203f1b4794848278765e8d1216c215d2 Author: Alex Harui AuthorDate: Sun Feb 18 16:22:34

[royale-asjs] 04/11: use JSONReviver for keys so they are guaranteed to match. Add [RemoteClass] metadata

2018-02-18 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 242089d2444f40ab3de1492e8c25d4b2729b407b Author: Alex Harui AuthorDate: Thu Feb 15 19:22:22

[royale-asjs] branch develop updated (533b74f -> 006f6b1)

2018-02-18 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 533b74f Cleaned up VScrollViewport new ae9b650 first cut at generating VO's from JSON new 50bb73f

[royale-asjs] 01/11: first cut at generating VO's from JSON

2018-02-18 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 ae9b650477f71a3815ca6166daf64aa8cd435cd0 Author: Alex Harui AuthorDate: Thu Feb 15 01:34:27

[royale-asjs] 10/11: turn off type-inferencing for now. It looked like it was generating bad code around VO initialization

2018-02-18 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 bccff277dbe376a0fd0d4b6da54f699706f13034 Author: Alex Harui AuthorDate: Sun Feb 18 16:21:45

[royale-asjs] 05/11: add four generated VOs and one we created. The four have been edited to add [Bindable] and computed fields

2018-02-18 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 a180ee3ce357c98217e5691d7884d0c41271abf3 Author: Alex Harui AuthorDate: Thu Feb 15 19:23:27

[royale-asjs] 06/11: update ASDoc to use generated VOs

2018-02-18 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 c78dce39e19962a3c6251d784af462f7ab3938f9 Author: Alex Harui AuthorDate: Thu Feb 15 19:24:23

[royale-asjs] 08/11: The reviver works bottom up so you have to copy properties when replacing a plain object with a class

2018-02-18 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 50d940ce9ecbf72ea628a520d08292b2c8a5f227 Author: Alex Harui AuthorDate: Sun Feb 18 16:17:26

[royale-asjs] 09/11: swap out public var for getter/setters. Public vars don't handle being assigned by name from MXML

2018-02-18 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 ef456b9affa79e3c9da03528a02cec13b5f8e303 Author: Alex Harui AuthorDate: Sun Feb 18 16:20:18

[royale-asjs] 03/11: add JSONReviver

2018-02-18 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 47890fcb28d37576c87327d3acfd5b70a01bd10b Author: Alex Harui AuthorDate: Thu Feb 15 19:21:05

[royale-compiler] branch develop updated (a3bb163 -> 3c519df)

2018-02-18 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 a3bb163 force requires for remote classes new 492650f make all records have the same fields. No

[royale-compiler] 03/03: turn on remove-circulars by default

2018-02-18 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 3c519df3833263408a42c8305eff763e85e3eeb8 Author: Alex Harui AuthorDate: Sun Feb 18

[royale-compiler] 01/03: make all records have the same fields. No more optional fields. If I missed one, it will need to be fixed in the same way

2018-02-18 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 492650f786b2268cdc62316f889cc659218b9ced Author: Alex Harui AuthorDate: Sun Feb 18

[royale-compiler] 02/03: don't prune unused names as many times it is a type needed to prevent renaming

2018-02-18 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 900140647ba98aa0bb0f04fd73ad2a25c80f25f0 Author: Alex Harui AuthorDate: Sun Feb 18

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

2018-02-18 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 533b74f Cleaned up VScrollViewport

[royale-asjs] branch develop updated: Fixed XMLList.toString()

2018-02-18 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 5adf697 Fixed XMLList.toString() 5adf697

[royale-docs] 01/01: Merge pull request #9 from apache/develop

2018-02-18 Thread andreww
This is an automated email from the ASF dual-hosted git repository. andreww pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 68a27326f5b4abc9de1f76adc7d1e70676d4d0e8 Merge: 1a10eb4 32d6aa8 Author: Andrew Wetmore

[royale-docs] branch master updated (1a10eb4 -> 68a2732)

2018-02-18 Thread andreww
This is an automated email from the ASF dual-hosted git repository. andreww pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git. from 1a10eb4 Update Flex-equivalents.md add 66f138d Update Get Started.md add 80c4afb Update

[royale-docs] 01/01: Merge branch 'master' into develop

2018-02-18 Thread andreww
This is an automated email from the ASF dual-hosted git repository. andreww pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 32d6aa819a0e20698f651bc8908a2e9cff0b5f94 Merge: 5c1b7fa 1a10eb4 Author: Andrew Wetmore

[royale-docs] branch develop updated (5c1b7fa -> 32d6aa8)

2018-02-18 Thread andreww
This is an automated email from the ASF dual-hosted git repository. andreww pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-docs.git. from 5c1b7fa Update migrate-from-flex.md add b39bb6a Create placeholder.md add ee96a86 Delete

[royale-docs] branch develop updated: Update migrate-from-flex.md

2018-02-18 Thread andreww
This is an automated email from the ASF dual-hosted git repository. andreww pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-docs.git The following commit(s) were added to refs/heads/develop by this push: new 5c1b7fa Update migrate-from-flex.md

[royale-asjs] branch ace-editor updated: Working example of ace editor, lots of cleaning up to do and also need to put classes in a separate package

2018-02-18 Thread yishayw
This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch ace-editor in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/ace-editor by this push: new 4643a0e Working example of ace

[royale-asjs] branch develop updated: Add Moonshine project file to RoyaleWebsite

2018-02-18 Thread piotrz
This is an automated email from the ASF dual-hosted git repository. piotrz 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 2d7eb3c Add Moonshine project file to