Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
I'm not sure whether it is even matter what version we have in case where we have SDK for pure JS development. For sure we cannot have specify in "library-path" and "external-library-path" paths to player. Piotr 2017-09-04 8:38 GMT+02:00 Alex Harui : > OK. That's what I hoped. So the goal shou

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Alex Harui
OK. That's what I hoped. So the goal should be for the installer to set target-player to something like 11.1? Thanks, -Alex On 9/3/17, 11:19 PM, "Piotr Zarzycki" wrote: >Once I get back "target-player" to flex-config, but still left commented >out external-library-path and library-path everyt

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
Once I get back "target-player" to flex-config, but still left commented out external-library-path and library-path everything has build without the problem. Piotr 2017-09-04 2:18 GMT+02:00 Alex Harui : > OK, but if you specify a legitimate target-player but only specify JSFlex > output, I'm sti

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-03 Thread lizhi
And I searched for flash.utils.settimeout in full text, and nowhere else to use this class. Just some places use the JS built-in setTimeout - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-03 Thread lizhi
Your SDK developers must be much easier than we're looking for. No matter how many papers. Even if 100 files. Because you can debug, this bug is obviously where the wrong report, as long as you use eclipse debug the code, observe variables, how many documents does not matter - spriteflexjs.c

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Alex Harui
OK, but if you specify a legitimate target-player but only specify JSFlex output, I'm still wondering what part of the compiler is going to verify a playerglobal.swc exists since playerglobal.swc shouldn’t be specified in any external-library-path. -Alex On 9/3/17, 1:51 PM, "Piotr Zarzycki" wrot

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
Hi Alex, I get back to this and look closer into compiler code regarding point #1. I see following comments in Configuration.java: "The major_version is required while minor_version and revision are optional. The minimum value is 10.0.0. If you do not specify the minor_version or revision, then t

Re: [FlexJS] Re: Remote object for Flex JS

2017-09-03 Thread Jose Barragan
Hi Alex, Greg, Sounds great!! AMF always was my preference option for communicate the JS frontend with the backend, as I always doing with Flex, but I haven't been cant found any good implementation for use it. Sincerely, I think that a good AMF protocol implemetation (AsynToken, RemoteObject

Re: [FlexJS] Re: Remote object for Flex JS

2017-09-03 Thread Piotr Zarzycki
Carlos, Any commit from was always a pleasure to read. :) I'm watching AMF progress also and happy that something is moving. I hope that we will get mature enough to get avant2 to FlexJS. I can say that with MDL there is been achieved quite a lot in some app which I helped and I think we have a lo

Re: [FlexJS] Re: Remote object for Flex JS

2017-09-03 Thread Carlos Rovira
Hi Alex, Greg, great to see some effort on bringing AMF/RemoteObject Support to FlexJS. Always say that this was *key* to success. Need to say that I just commented with some people about this and as I expected that brings lots of interest, since people see this as a way to only redo the front in

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Peter Ent
Ah - I completely missed setting that one up. I was so absorbed with the SWF side and its config that I forget that I also had to set the JS side dependency. Thanks so much, Harbs! —peter On 9/3/17, 8:00 AM, "Harbs" wrote: >There was a missing dependency on DragDropJS. > >I just committed a fix

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Harbs
There was a missing dependency on DragDropJS. I just committed a fix for that. Harbs > On Sep 3, 2017, at 2:55 PM, Peter Ent wrote: > > Thanks for helping me. I don't see anything wrong on my end. The problem > seems to be with the JS side building ExpessJS but I don't see there is > anything

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Peter Ent
Thanks for helping me. I don't see anything wrong on my end. The problem seems to be with the JS side building ExpessJS but I don't see there is anything in the DragDrop project that prevents DragDropJS.swc from having the right things in it. Maybe I just just pull the drag-drop stuff I added to E

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Piotr Zarzycki
This stack trace [1] seems to be related to Drag and Drop, but If I miss something sorry about that. [1] https://paste.apache.org/llyY Thanks, Piotr 2017-09-03 13:11 GMT+02:00 Peter Ent : > As far as I can tell I merged it. I'm not seeing anything missing from my > end. Does it look like I mess

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Peter Ent
As far as I can tell I merged it. I'm not seeing anything missing from my end. Does it look like I messed up the merge? ‹peter On 9/3/17, 6:58 AM, "Piotr Zarzycki" wrote: >Hi Peter, > >Does Drag and Drop branch was merged into develop ? > >Thanks, >Piotr > >2017-09-03 11:55 GMT+02:00 : > >> See

Re: Build failed in Jenkins: flex-asjs #2539

2017-09-03 Thread Piotr Zarzycki
Hi Peter, Does Drag and Drop branch was merged into develop ? Thanks, Piotr 2017-09-03 11:55 GMT+02:00 : > See > > Changes: > > [harbs] ClippingViewport was deprecated > > -- > [...trun