RE: FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
gothca, so if I am only making changes to spark component classes, I should only need to include /frameworks/libs/spark.swc and be good to go? the bug is in GridViewLayout, it's using 2 dictionaries (not weak referenced) as a cache, so either was going to update the dictionaries to weak

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
This turned out to be a sync up problem. I pushed a change and your app showed up. Thanks for testing! -Alex On 4/24/17, 3:24 PM, "piotrz" wrote: >Ok I will try to change poms tomorrow based on examples from srouce - if >you >do not beat me earlier. - Of course if

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Justin Mclean
Hi, > https://lists.apache.org/thread.html/132d2d65017befe599e4f5fd2e1b148b35bce8 > 1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E So it happened off list, but aside from that it seems that Adobe's ruling only applied to “CreateJS” externs and not all extern files? Also copyright is different to

Re: FlexSDK compiling dumb question

2017-04-24 Thread Alex Harui
Frameworks/libs? On 4/24/17, 7:24 PM, "Jason Taylor" wrote: >so following the direcitons at >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co >m%2Fapache%2Fflex-sdk=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e93%7

FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
so following the direcitons at https://github.com/apache/flex-sdk I managed to get the flex-sdk compiling on Win10 x64, ant main works, as does ant framework-rsls Now, where the heck is the output swc to use in my project? Says it should be in /out but that directory dosen't exist, and if I

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
On 4/24/17, 2:18 PM, "Justin Mclean" wrote: >Hi, > >>> How was it resolved? From what I can see there’s wasn't confirmation on >>> legal discuss. >> >> Do any other PMC members think we need to get confirmation from legal >> discuss? Seems like it would be strange

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Ok I will try to change poms tomorrow based on examples from srouce - if you do not beat me earlier. - Of course if this is the root cause. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
I'm on my way to an appointment so I'll read the links later, but compare the poms for the examples in dual vs develop. The poms will need adjusting for dual. HTH, -Alex On 4/24/17, 3:06 PM, "piotrz" wrote: >Alex, > >I just tried built dual - falcon and sdk -

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Alex, Another one is with maven. Distribution options for FlexJS maven build is failing on dual [1]. Command: -s settings-template.xml -Drat.skip=true -DdistributionTargetFolder=distribution-flexjs -P build-distribution clean install [1] https://paste.apache.org/HM9w Piotr - Apache

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Alex, I just tried built dual - falcon and sdk - everything goes smoothly. I have found following issue. I've compiled simple application on develop and dual. [1] On develop it's running without the problem but built on dual produce following error [2]. I've prepared sources for develop [3] and

[FlexJS] Two-way binding

2017-04-24 Thread piotrz
Hi, If anyone is wondering whether two-way binding is possible in FlexJS - I have good news - Yes it's possible. :) I've prepared two simple example how to do this. Code 1 -> https://paste.apache.org/KeJy Code 2 -> https://paste.apache.org/vXpb Enjoy! :) Piotr - Apache Flex PMC

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Justin Mclean
Hi, >> How was it resolved? From what I can see there’s wasn't confirmation on >> legal discuss. > > Do any other PMC members think we need to get confirmation from legal > discuss? Seems like it would be strange to ask non-laywers if the agree > on the opinion of a practicing lawyer. Again

Re: [FlexJS][AMF] branch feature/amf - Starting the effort!! (Special Thanks to PKumar!)

2017-04-24 Thread Fréderic Cox
Any updates regarding AMFPHP for FlexJS. What is the status or where can we follow the status? What's done, TODO etc.. Thanks On Sun, Feb 19, 2017 at 3:37 PM, PKumar wrote: > Carlos, > > for testing, you can commented out the reflection API related code. just > dispatch

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
Rats. Forgot to push that fix. It should be there now. Thanks for catching that. -Alex On 4/24/17, 12:27 AM, "piotrz" wrote: >Hi Alex, > >I just switch from develop to dual for compiler and merge your couple of >last commits from develop to dual. Run maven build

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
On 4/23/17, 9:47 PM, "Justin Mclean" wrote: >Hi, > >> The patch file issue was resolved. The externs are not derivative >>works. > >How was it resolved? From what I can see there’s wasn't confirmation on >legal discuss. Do any other PMC members think we need to get

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Thanks Peter! >I have been ignoring Basic project for now. We should discuss what is to >become of it. Personally, I would keep the HTML-specific components in the >HTML project and move the others into Basic, replacing what's already >there. >From an app developer perspective, I also would

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
I've run MDLExample and it looks like to works to me. Give it a run with the latest from develop branch and let us know. I tried to make sure the MDL project was updated to reflect the changes I made to the Core and HTML projects. ‹peter On 4/24/17, 8:25 AM, "yishayw"

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread yishayw
Peter Ent wrote >>4) >>Could we compose/use the container and layout classes with any FlexJS >>component set, including MDL? > > A number of the MDL "container" classes are based on the HTML Group (I > don't think any use Container since, for reason #1 above, it isn't useful > to HTML-only

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
Hi, I've placed my answers in-line. On 4/24/17, 4:17 AM, "OK" wrote: >Hi Peter, >thanks for this! >I probably not yet understand the whole story but it's a great entry >point. > >Would be great if you could answer some questions that come to my mind: > >1) >Group vs

Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-24 Thread Christofer Dutz
Hi Piotr, I guess the reason for the build failing is the following: You are not using the default maven structure (src/main/resources) for the directory containing the template. Therefore, Maven is not automatically processing this. Usually the maven resources plugin copies resources to the

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Hi Peter, thanks for this! I probably not yet understand the whole story but it's a great entry point. Would be great if you could answer some questions that come to my mind: 1) Group vs Container: Does it mean that if we need a scrollable container and would like to target HTML only it's

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Hi Alex, I just switch from develop to dual for compiler and merge your couple of last commits from develop to dual. Run maven build and it's failed [1] [1] https://paste.apache.org/DG3C Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] internal classes

2017-04-24 Thread Harbs
Thanks. I’ll give it a spin tomorrow. Harbs > On Apr 24, 2017, at 1:47 AM, Alex Harui wrote: > > OK, I pushed a fix for this. > > -Alex > > On 4/21/17, 2:04 PM, "Harbs" wrote: > >> Another dependency problem: >> >>