Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
HI Alex, I'm on mac. I'll try later today to install latest maven and report what happen, in the mean while, I'll share the error of the last report (I forgot to post it in all): [INFO] Reactor Summary: [INFO] [INFO] Apache Flex - FlexJS .. SUCCESS [1.925s] [INFO] A

the box2d of flexjs

2016-06-30 Thread lizhi
http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_box2d -- View this message in context: http://apache-flex-development.247.n4.nabble.com/the-box2d-of-flexjs-tp53571.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs init the int =0

2016-06-30 Thread lizhi
and i++ in as i=1 but js i= NaN -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-init-the-int-0-tp53569p53570.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs init the int =0

2016-06-30 Thread lizhi
as3 code var i:int the (i=0) but js code var i; the(i = NaN) so good js code is var i =0; -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-init-the-int-0-tp53569.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Convert Flex into javascript

2016-06-30 Thread Alex Harui
On 6/30/16, 10:54 AM, "Patel Amit" wrote: >There are some import of flash and some custom component import so in this >case I would do the manually to convert into native js. It depends on what kinds of Flash things you are using. You may find that simple changes can allow you to cross-compil

Re: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Alex Harui
On 6/30/16, 12:04 PM, "Christofer Dutz" wrote: >I think I tried with adding them and I think they should be in ... I think I am not being clear. There is a CreateJS.swc produced from code in the flex-asjs repo, and there is a createjs.swc produced from the externs folder in the flex-falcon re

Re: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Alex Harui
On 6/30/16, 11:07 AM, "Alex Harui" wrote: > >> >>DataBindingExample_as >> >>File not found: org.apache.flex.html.beads.CSSButtonView > >I will look into this. Turns out there is a CONFIG::as_only conditional compilation flag that needs to be false for the JS build. I don't know how to make tha

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Alex Harui
On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >So, I only run the first line for falcon, and I need to run other two ok? Yes you need to run all 3. > >Should I try with at least 3.3.1? I'm using 3.2.3 on Mac. Are you on Mac or Win? -Alex

Re: [FlexJS] Applying Styles

2016-06-30 Thread Peter Ent
Hi, I've spent some time looking into styling the basic FlexJS component set. The result is a new example, StyleExample, which I've just checked into the FlexJS repository. I took a very simple approach and in doing so, uncovered a couple of bugs and added some parts. For example, I broke up the

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
So, I only run the first line for falcon, and I need to run other two ok? But as I run the second (mvn -s settings-template.xml -P compiler clean install) with or without skip tests this is what outputs (with 3.1.1) Reactor Summary: [INFO] [INFO] Apache Flex - FlexJS ...

AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Christofer Dutz
In this case the mavenizer didn't kick in ... Did you also add the settings-template.xml thing? Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Carlos Rovira Datum: 30.06.16 20:08 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: LAST CALL]

AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
I think I tried with adding them and I think they should be in ... Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 30.06.16 20:08 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [Falcon][FlexJS] Help with fini

AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Christofer Dutz
In order for the auto download and conversion to work, you need min 3.3.1 ... For the build itself less should also work. As soon as I'm done, I'll make the build run in one go ... These 3 builds are only neccesary till the first release. Chris Von meinem Samsung Galaxy Smartphone gesendet.

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
Ops! [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Flex - ASJS SUCCESS [0.766s] [INFO] frameworks SUCCESS [0.021s] [INFO] projects .

Re: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Alex Harui
On 6/30/16, 10:45 AM, "Christofer Dutz" wrote: >Ok so I just pushed some major cleanup in the poms > > >Now we're down to 4 example builds with errors ... looking forward to >cleaning them up tomorrow [?] > >Eventually someone could have a look at the error reports in: > > >CreateJSExample > >F

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
Hi, amazing, just so easy thanks to the hard work of you guys during several weeks. Tested with 3.1.1. result: [INFO] Reactor Summary: [INFO] [INFO] Apache Flex - FlexJS .. SUCCESS [4:41.490s]

Re: Convert Flex into javascript

2016-06-30 Thread Patel Amit
There are some import of flash and some custom component import so in this case I would do the manually to convert into native js. @peter - I will try and keep upated on this . Thanks Alex and Peter. Regards, On 30 Jun 2016 21:05, "Alex Harui" wrote: > Also, it matters how much your chart clas

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
Hi, what's the minimal maven version to test? I should go to latest (3.3.9) or I can use other like for example 3.1.1 or other? Thanks and amazing work btw! :) 2016-06-30 6:30 GMT+02:00 Alex Harui : > It will likely be at least another week (probably two) until the first RC > so there is time

AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
Ok so I just pushed some major cleanup in the poms Now we're down to 4 example builds with errors ... looking forward to cleaning them up tomorrow [?] Eventually someone could have a look at the error reports in: CreateJSExample File not found: createjs.DisplayObject DataBindingExample_as

AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
Hi Alex, I just found the option in another config file abstraction so I added support to the plugin. Seems to be doing its job nicely :-) Chris Von: Alex Harui Gesendet: Donnerstag, 30. Juni 2016 17:32:08 An: dev@flex.apache.org Betreff: Re: AW: AW: [Falcon]

Re: Convert Flex into javascript

2016-06-30 Thread Alex Harui
Also, it matters how much your chart class relied on Flash classes. If you look for "import flash." in your source code it should give you a clue. It will be easier to port your charts to FlexJS charts if there aren't any Flash dependencies. Dependencies on mx and spark classes are easier to emu

Re: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Alex Harui
On 6/30/16, 7:53 AM, "Christofer Dutz" wrote: > >Especially thinking about the remove-circulars errors which still seem to >produce valid JavaScript applications. I think if you don't have -remove-circulars, you will get a runnable js-debug, but js-release will not work. > >Currently I am goin

AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
The mobile trader has some image resources in the header, The Datagrid has colored boxes and colored lines that I can't see in the Flash version at the moment. Chris Von: Alex Harui Gesendet: Donnerstag, 30. Juni 2016 16:33:54 An: dev@flex.apache.org Betreff:

AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
Hi Alex, I was confused how your changes fixed some things and investigated the reason. I refactored the dependencies completely and now the problems you patched with your changes are fixed on a conceptual level. Thanks for finding that. I went though all generated config files (Yes they were

Re: Convert Flex into javascript

2016-06-30 Thread Peter Ent
Hi, You can only use the FlexJS classes available in the FlexJS project framework. We do however, have a chart package. It is "basic" and provides limited functionality at this point, but if you could try it out and let us know what else you need, we can put it on our to-do list and perhaps a volu

Re: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Alex Harui
On 6/30/16, 2:04 AM, "Christofer Dutz" wrote: > >The others however no longer seem to be producing index.html, so I will >have to figure out what's going wrong there. I'm pretty sure that's because the build for those examples fail due to #2 below. I was hoping it was faster for you to fix #2

AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
Hi Harbs, The output looks completely differently as the one of the Ant build. Currently you can't produce a full SDK with maven, all you can do up to now (Which is quite a lot) is build and test almost all parts of the SDK. Being able to build a SDK that's usable in Eclipse for example is on

AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-06-30 Thread Christofer Dutz
Hi Alex, actually your changes got more working, at least currently the following Projects seem to be producing running JavaScript output: - ChartExample - DataBindingExample - DataBindingExample_Flat - DataGridExample - FlexWebsiteStatsViewer - HelloWorld - MobileTrader - TodoListSample

[BlazeDS] Hopefully fixed testsuite

2016-06-30 Thread Christofer Dutz
Hi, these randomly failing tests in BlazeDS were sort of annoying. Especially as I knew there wasn't actually anything wrong with the tests. I did notice that the a few tests on our build server seemed to always fail and on the ASF infra, they only tended to fail if the build server was under

Re: Convert Flex into javascript

2016-06-30 Thread Patel Amit
can we convert inbuilt flex chart component class into the java script using FlexJS . Though our dashboard application contains all the custom chart class which extend the base chart class into the action script would it possible to convert into the native java script using flex js ? Regards, Amt