Jenkins build is back to normal : royale-asjs_MXTests #198

2018-11-29 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_MXTests #197

2018-11-29 Thread apacheroyaleci
See Changes: [aharui] All Factories should extend one base factory [aharui] DataRenderer goes back to extending Group [aharui] these two use Animate which hasn't been emulated yet

Jenkins build is back to normal : royale-asjs_MXTests #196

2018-11-29 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_MXTests #195

2018-11-29 Thread apacheroyaleci
See Changes: [carlosrovira] new icon -- [...truncated 2.35 MB...] [mxmlc] using source file:

Jenkins build is back to normal : royale-asjs_jsonly #1969

2018-11-29 Thread apacheroyaleci
See

Re: [royale-asjs] branch develop updated: add TimerEvent and timerComplete event

2018-11-29 Thread Alex Harui
In the Core, we want to keep PAYG in mind. So for any feature you want to add, the question is what is the cost of adding it and how many people really need it? We have several patterns in Royale, such as SimpleCSSValuesImpl and AllCSSValuesImpl (and someday, potentially some versions in the

Re: [royale-asjs] branch develop updated: add TimerEvent and timerComplete event

2018-11-29 Thread Carlos Rovira
Ok Alex, so better remove TimerEvent I saw we didn't have timerComplete. Is ok to dispatch there? thanks El jue., 29 nov. 2018 a las 18:16, Alex Harui () escribió: > Hi, > > We are using a different pattern for events. There should not be a Timer > event in the core. Royale tries to use as

Re: [royale-asjs] branch develop updated: add TimerEvent and timerComplete event

2018-11-29 Thread Alex Harui
Hi, We are using a different pattern for events. There should not be a Timer event in the core. Royale tries to use as few events as possible so classes reuse these event classes and store the event names in the class, not the event class. Thanks, -Alex On 11/29/18, 6:01 AM,

Re: Dependency Missing

2018-11-29 Thread Alex Harui
When a class becomes a static dependency, it's goog.require goes in the class that statically depends on it, unless the GoogDepsWriter can determine that some other class has already goog.require'd it. All other dependencies are gathered and stuffed into the main app. So yes, when we come up

Jenkins build is back to normal : royale-asjs_MXTests #194

2018-11-29 Thread apacheroyaleci
See

RE: Dependency Missing

2018-11-29 Thread Yishay Weiss
By “dependency list” I mean the list of goog.require('…'); statements at the beginning of the transpiled application file. After debugging this, I found out that in GoogDepsWriter:229 replacing if (!restOfDeps.contains(gd.className) &&

Build failed in Jenkins: royale-asjs_MXTests #193

2018-11-29 Thread apacheroyaleci
See -- [...truncated 2.33 MB...] [mxmlc] using source file:

Jenkins build is back to normal : TourDeFlexMigration #208

2018-11-29 Thread apacheroyaleci
See

Re: +configname=flex

2018-11-29 Thread Alex Harui
As discussed I changed royale-config.xml to list all of our SWCs except for MXRoyale and SparkRoyale, and changed flex-config.xml to use all SWCs and have different default classes such as mx.events.MouseEvent instead of org.apache.royale.events.MouseEvent. I think Carlos has the only project