Re: [ApacheCon/FlexJSSummit] Just registered...

2017-05-09 Thread Harbs
I’m getting in the 17th in the afternoon. Harbs > On May 9, 2017, at 9:32 AM, Yishay Weiss wrote: > > I’ll be there on the 13th as well. Cyall. > > From: piotrz > Sent: Monday, May 8, 2017 6:16 PM > To: dev@flex.apache.org > Subject

Re: [ApacheCon/FlexJSSummit] Just registered...

2017-05-09 Thread Fréderic Cox
Will there be streams or recorded sessions for the people that can't make it? Regarding FlexJS On Tue, May 9, 2017 at 11:04 AM, Harbs wrote: > I’m getting in the 17th in the afternoon. > > Harbs > > > On May 9, 2017, at 9:32 AM, Yishay Weiss wrote: > > > > I’ll be there on the 13th as well. Cya

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-09 Thread piotrz
What hold us with moving forward with this? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61527.html Sent from the Apache Flex Development mailing list

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-09 Thread Alex Harui
On 5/9/17, 9:16 PM, "piotrz" wrote: >What hold us with moving forward with this? I'm playing around with how library-path works. https://lists.apache.org/thread.html/16c293b00937227175b08070a7b1eb62d45cd8 5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E I'm hoping to cut the release branch on my

Re: flexjs of new how use the js.swc?

2017-05-09 Thread Alex Harui
Before dual, the "main" swc was compiled for SWF and contained JS files compiled for JS. The compiler would open Core.swc, for example, see UIBase extended Sprite and think UIBase had a blendMode property, even though the UIBase.js in the SWC didn't have a blendMode property. Then we built "JS" s

Re: flexjs of new how use the js.swc?

2017-05-09 Thread piotrz
Alex, Is it possible to describe everything on some confluence page? That's really crucial information. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-of-new-how-use-the-js-swc-tp61506p

Re: flexjs of new how use the js.swc?

2017-05-09 Thread Alex Harui
On 5/9/17, 10:16 PM, "Alex Harui" wrote: > >But I think the biggest impact is that where folks had been using >library-path as a default and js-library-path or swf-library-path as an >override will now have to mess with their builds. I guess I'll start >coding it up that way and see how much w