Build failed in Jenkins: royale-compiler-integration-tests #427

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 130.16 KB...] [junit] [junit] Jan 18, 2020 7:19:28 AM

Build failed in Jenkins: TourDeFlexMigration #502

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 123.84 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #503

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 41.17 KB...] [java] ^ [java] [java]

Build failed in Jenkins: royale-compiler-integration-tests #426

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 129.51 KB...] [junit] [junit] Jan 18, 2020 4:58:10 AM

Build failed in Jenkins: TourDeFlexMigration #501

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 123.20 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #502

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 40.53 KB...] [java] ^ [java] [java]

Powered-by Royale logo?

2020-01-17 Thread Andrew Wetmore
I am editing the ASF guidelines about branding and trademarks, and noted this: "Projects are encouraged to create a variation of their main logo as a "Powered By..." or " *Project* Inside" logo. This logo may be used by third parties to denote that they build products or services using the

Build failed in Jenkins: royale-compiler-integration-tests #425

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 129.32 KB...] [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is only

Build failed in Jenkins: TourDeFlexMigration #500

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 123.24 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Re: MXML and warn-public vars

2020-01-17 Thread Josh Tynjala
Comments inline. On Thursday, January 16, 2020, Alex Harui wrote: > Maybe we should start by agreeing on facts and then goals and then discuss solutions. Yes, I think that's a good place to start. > > Here are some facts that come to mind, not a complete list. > > 1) An export does not

Build failed in Jenkins: Royale_ASDoc_Example #501

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 40.53 KB...] [java] ^ [java] [java]

Build failed in Jenkins: royale-compiler-integration-tests #424

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 129.30 KB...] [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is only

Build failed in Jenkins: TourDeFlexMigration #499

2020-01-17 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: fix defaultTargetFolder [carlosrovira] maven-distribution: upgrade assembly descriptors to latest version

Re: To Do MVC

2020-01-17 Thread Andrew Wetmore
That seems like a very good idea On Fri, Jan 17, 2020 at 9:31 AM Carlos Rovira wrote: > Hi, > > I was thinking on make a TODO List example with Jewel and Crux soon for our > blog examples. > Do you think make sense for todomvc website? > > El vie., 17 ene. 2020 a las 14:58, Harbs () > escribió:

Re: Build failed in Jenkins: Royale_ASDoc_Example #500

2020-01-17 Thread Carlos Rovira
Hi Harbs, this could be due to latest changes on HTML lib? El vie., 17 ene. 2020 a las 17:02, escribió: > See < > http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/display/redirect?page=changes > > > > Changes: > > [carlosrovira] maven-distribution: fix

Build failed in Jenkins: Royale_ASDoc_Example #500

2020-01-17 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: fix defaultTargetFolder [carlosrovira] maven-distribution: upgrade assembly descriptors to latest version

Re: MXML and warn-public vars

2020-01-17 Thread Josh Tynjala
I'm not sure that I understand how this solution takes control away from anyone. It fixes a bug when a public variable is renamed, but at the same time, it preserves the existing behavior for things that are not renamed. - Josh On Thursday, January 16, 2020, Alex Harui wrote: > I'm not

Build failed in Jenkins: royale-compiler-integration-tests #423

2020-01-17 Thread apacheroyaleci
See Changes: -- [...truncated 130.58 KB...] [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is only

Re: To Do MVC

2020-01-17 Thread Carlos Rovira
Hi, I was thinking on make a TODO List example with Jewel and Crux soon for our blog examples. Do you think make sense for todomvc website? El vie., 17 ene. 2020 a las 14:58, Harbs () escribió: > It would probably be a good idea to create a Royale version of ToDo MVC to > add to their site: >

Build failed in Jenkins: TourDeFlexMigration #498

2020-01-17 Thread apacheroyaleci
See Changes: [harbs] ignores [harbs] We need to add the positioner and not the element [harbs] Missed two more [carlosrovira] jewel-application: element was left in some places

To Do MVC

2020-01-17 Thread Harbs
It would probably be a good idea to create a Royale version of ToDo MVC to add to their site: http://todomvc.com/ Any takers? ;-) Harbs

Build failed in Jenkins: Royale_ASDoc_Example #499

2020-01-17 Thread apacheroyaleci
See Changes: [harbs] ignores [harbs] We need to add the positioner and not the element [harbs] Missed two more [carlosrovira] jewel-application: element was left in some places

hasOwnProperty() not working ( was Re: "has" vs "is": sharing code, swapping out subsystems, and more...)

2020-01-17 Thread Carlos Rovira
Hi Yishay, can you share some code declaration example so I can try something similar? I think the code I tried was this (can ensure 100%): if(!(_strand as Object).hasOwnProperty("datagrid")) for a Strand that is a normal Jewel List (that is not IDataGridColumnList, the only one that supports