Re: how flexjs just get js-debug?

2016-04-12 Thread OmPrakash Muppirala
Lizhi, If you use the FDT IDE [1], it already supports this feature. The community edition (free) supports FlexJS/FalconJX Thanks, Om [1] http://fdt.powerflasher.com/buy-download/ On Tue, Apr 12, 2016 at 10:49 PM, lizhi wrote: > thanks. > nice. > pls let me know,if it complete > > > > -- > V

Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
thanks. nice. pls let me know,if it complete -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52307.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: how flexjs just get js-debug?

2016-04-12 Thread Alex Harui
Funny, I was working on that just now. Hopefully I will have something tomorrow. -Alex On 4/12/16, 10:45 PM, "lizhi" wrote: >hi, >bcs the get js-debug and js-release have a lot of time to do. >so,i sometimes just get the js-debug,to test.not need get js-release evary >time. >it will save the b

Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
hi, bcs the get js-debug and js-release have a lot of time to do. so,i sometimes just get the js-debug,to test.not need get js-release evary time. it will save the build time. thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-de

Re: how flexjs just get js-debug?

2016-04-12 Thread Harbs
Hi Lizhi, I’m not sure what you are asking. Are you asking how to enable the source debugging via the source maps which Josh is working on? If yes, I was wondering the same thing. I’m not sure if it’s ready for use. On Apr 13, 2016, at 8:38 AM, lizhi wrote: > > > > > -- > View this messag

how flexjs just get js-debug?

2016-04-12 Thread lizhi
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Heat maps for falcon and asjs

2016-04-12 Thread Alex Harui
I spent a few minutes looking at this. The maps for flex-falcon and flex-asjs seem ok. We have mucked with build.xml often as we've refactored the code base. Flex-sdk has way more tests because Adobe had whole team of folks to write tests. I haven't used code metric tools before. How is this d

Re: [FlexJS][XML]first milestone

2016-04-12 Thread Harbs
Today, the following is working too: var svg:XML = ; var rects:XMLList = svg..rect; rects[1].@width = "100px"; //rects.(@id==3).@height = "100px"; trace(rects.toXMLString()); outputs: > />; >> >> var rects:XMLList = svg..rect; >> trace(rects.toXMLString()); >> >> and g

Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-12 Thread Alex Harui
Excellent. Thanks Nick! On 4/12/16, 11:40 AM, "Nicholas Kwiatkowski" wrote: >forgot to mention, but the website is updated and the blog entry was >posted. > >-Nick > >On Mon, Apr 11, 2016 at 10:44 AM, Alex Harui wrote: > >> I saw an email that archives.a.o is up and it worked for me doing a fu

Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-12 Thread Nicholas Kwiatkowski
forgot to mention, but the website is updated and the blog entry was posted. -Nick On Mon, Apr 11, 2016 at 10:44 AM, Alex Harui wrote: > I saw an email that archives.a.o is up and it worked for me doing a full > FalconJX build, so I think it is ok to publish. > > -Alex > > On 4/11/16, 4:32 AM,

AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
It was failing with the latest Maven on the latest jdk on windows 10. Eventually that helps. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Michael Schmalle Datum: 12.04.16 17:14 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: [FALCONJX]

AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
In the Maven Buildi am using a special plugin for ensuring API compatibility with 1.6 so this should be taken care of in the future. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 12.04.16 17:11 (GMT+01:00) An: dev@flex.

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Looking at the code one more time, :), I bet it's a threading issue with the AS3Parser. It would seem that something is getting called before the entire file collection is parsed. Since I didn't increment anything and was purely using the length of the returned definition collection, that is what

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Alex Harui
On 4/12/16, 7:55 AM, "Alex Harui" wrote: >Otherwise, not sure why it is >failing for you on Windows, although it could be a Java7 vs Java8 issue. >I'm not sure what version of Java the CI Server is running. I found the place in Jenkins where it says it is running Java 7. We might need to upgra

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
I just quickly looked at the code, it has to do with the member field ' inheritenceLevel ' and the only thing that could be happening is that for some reason the base test is either reusing an instance of the emitter or there is

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Josh Tynjala
I'm on Mac. I'm pretty sure Jenkins is running on Windows, and tests have been completing successfuly there. I wonder what the difference could be? - Josh On Tue, Apr 12, 2016 at 3:14 AM, Christofer Dutz wrote: > Hi, > > > I am currently making sure all the tests that pass on my Mac also pass o

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Alex Harui
On 4/12/16, 3:14 AM, "Christofer Dutz" wrote: >Hi, > > >I am currently making sure all the tests that pass on my Mac also pass on >Windows. I did find a few tests that didn't work and fixed them (I really >wonder how they could have passed for ANT on Windows though). I fixed all >the Unit tests

Re: FlexJS World Tour - Livestream NOW!

2016-04-12 Thread Carlos Rovira
Great! Thanks! :) 2016-04-11 18:57 GMT+02:00 Harbs : > Thanks. Great to see a group effort on this! :-) > > Harbs > > On Apr 11, 2016, at 7:52 PM, Shubham Gupta > wrote: > > > Thanks Alex, I will edit and upload the videos in a day. > > > > Regards, > > Shubham > > > > On Mon, Apr 11, 2016 at 9:

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Well the last time I did anything was about 1 year ago and at that point I was writing the extern compiler. I refactored the js base emitter but life got in the way as usual. I wanted to rip out all of the AMD and VF2JS parts in the tests AND compiler but never got to it. Mike On Tue, Apr 12, 20

AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
Ok so I just added an @Ignore annotation to the tests, this prevents them from being executed. But I think it is a good idea to clean up stuff like that. Currently we have a lot of tests, but I don't know what they actually test. It seems the code base is regularly cleaned up, but not the testsu

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Either ignore those for AMD or delete them. It was a prototype I did 3+ years ago, so DON'T waste time on it. I use windows. Mike On Tue, Apr 12, 2016 at 6:14 AM, Christofer Dutz wrote: > Hi, > > > I am currently making sure all the tests that pass on my Mac also pass on > Windows. I did find

[FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
Hi, I am currently making sure all the tests that pass on my Mac also pass on Windows. I did find a few tests that didn't work and fixed them (I really wonder how they could have passed for ANT on Windows though). I fixed all the Unit tests in FalconJX except one: TestAMDClassA ... on Windows

Re: [FlexJS] Build examples and debug it using sources

2016-04-12 Thread Harbs
I’ve been using ant to build from the command line. Om has been successfully using FDT, and I’ve been meaning to get that set up as well. On Apr 12, 2016, at 8:53 AM, piotrz wrote: > Hi Guys, > > I just successfully built falcon and flexjs from sources. Now I would like > to launch in Intelli