[FlexJS][XML]first milestone

2016-04-10 Thread Harbs
I reached a milestone today with E4X. I have the first working test which reads an XML literal, writes it back out to a string and writes the value of an attribute using E4X notation in Javascript! Over the next couple of weeks I expect to be fixing a lot of issues related to XML and the better

Re: [FlexJS][XML]first milestone

2016-04-10 Thread Alex Harui
Awesome! On 4/10/16, 6:02 AM, "Harbs" wrote: >I reached a milestone today with E4X. I have the first working test which >reads an XML literal, writes it back out to a string and writes the value >of an attribute using E4X notation in Javascript! > >Over the next couple of weeks I expect to be fi

Re: [FlexJS][XML]first milestone

2016-04-10 Thread Harbs
Thanks Alex for putting in overtime on the compiler for this! On Apr 10, 2016, at 5:14 PM, Alex Harui wrote: > Awesome! > > On 4/10/16, 6:02 AM, "Harbs" wrote: > >> I reached a milestone today with E4X. I have the first working test which >> reads an XML literal, writes it back out to a strin

Re: [FlexJS][XML]first milestone

2016-04-10 Thread Harbs
I just added a test for indexed insertion of items in an XMLList and it works perfectly. I’m surprised it worked on the first shot! I need to get the syncing of the original XML object working though. On Apr 10, 2016, at 4:02 PM, Harbs wrote: > I reached a milestone today with E4X. I have the

AW: AW: [FALCON][FALCONJX] Give the Maven build a try?

2016-04-10 Thread Christofer Dutz
Hi Alex, I would be glad to do the switch. I just came back from my holidays and think I should finish the tweaks to my flex-maven-plugin first. Currently it produces empty jar files AND real swcs, which I would like to fix first. Please give me 2-3 days to fix that. With those fixes in place

Re: [FlexJS][XML]first milestone

2016-04-10 Thread Harbs
It did not work as well as I originally thought, but it’s working now. Modifying XMLList should now effect the original XML as well. There’s one caveat: It seems like according to the spec, the original object of an XMLList can be another XMLList which recursively works its way back to an XML o

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-10 Thread piotrz
Hi Alex, Yes that was it. I had some space in line env.PLAYERGLOBAL_VERSION=21.0. However my compilation still failing [1], but I may have some problem with my PC. Not sure cause it stuck I think on launching unit test application. [1] https://paste.apache.org/AmSV Piotr - Apache Flex P

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

2016-04-10 Thread piotrz
Is it already officially announced ? I wanted to spread the word on some polish forums, but not sure whether I can do this. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DRAFT-Apache-FlexJS-0-6-0-a

[ANNOUNCE] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-10 Thread Alex Harui
The Apache Flex community is pleased to announce the release of Apache FlexJS SDK 0.6.0 and Apache Flex FalconJX Compiler 0.6.0. Apache Flex is a highly productive, open source application framework for building and maintaining expressive applications that deploy consistently on all major browser

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

2016-04-10 Thread Alex Harui
Thanks for the reminder. I just sent it out. On 4/10/16, 9:45 PM, "piotrz" wrote: >Is it already officially announced ? I wanted to spread the word on some >polish forums, but not sure whether I can do this. :) > >Piotr > > > >- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this mes

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

2016-04-10 Thread OmPrakash Muppirala
Awesome. Congrats on the release! I will wait till Nick updates the blog and website before tweeting from the official Apache Flex Twitter account. Thanks, Om On Sun, Apr 10, 2016 at 10:36 PM, Alex Harui wrote: > Thanks for the reminder. I just sent it out. > > On 4/10/16, 9:45 PM, "piotrz"

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-10 Thread Alex Harui
On 4/10/16, 9:41 PM, "piotrz" wrote: >Hi Alex, > >Yes that was it. I had some space in line > >env.PLAYERGLOBAL_VERSION=21.0. However my compilation still failing [1], >but >I may have some problem with my PC. Not sure cause it stuck I think on >launching unit test application. Makes sure ther