Re: Mustella passes all tests!

2013-07-10 Thread Erik de Bruin
My Windows kung fu has been negatively affected by using OS X almost exclusively in the last few years. When I read stuff like SysPrep, loosing the Admin account and "some" configuration etc. etc. cold sweat starts to run down my back :-( I don't have the time available to get acquainted with Azur

Re: Mustella passes all tests!

2013-07-10 Thread OmPrakash Muppirala
On Jul 10, 2013 12:02 AM, "Erik de Bruin" wrote: > > My Windows kung fu has been negatively affected by using OS X almost > exclusively in the last few years. When I read stuff like SysPrep, > loosing the Admin account and "some" configuration etc. etc. cold > sweat starts to run down my back :-(

Re: Adobe Flash Player 11.8 has been released, where is Apache Flex 4.10?

2013-07-10 Thread Justin Mclean
Hi, > What help can I give with the Linux support? See: https://issues.apache.org/jira/browse/FLEX-33528 But off top of head still to do is: 1. Double check installer compiles and works on Linux 2. Find some way of downloading/injecting pixel bender files for Linux when building from source 3.

Re: Adobe Flash Player 11.8 has been released, where is Apache Flex 4.10?

2013-07-10 Thread Tom Chiverton
On 10/07/2013 08:14, Justin Mclean wrote: 1. Double check installer compiles and works on Linux On that note, could someone check if the installer compiles on Mac/Win with AIR 2.6 (the latest Linux users have) ? I don't know the last Mac/Win AIR SDK that could generate native Linux packages -

PixelBender files for Linux support

2013-07-10 Thread Erik de Bruin
Hi, My $0.02 towards creating Linux support for Apache Flex: I've created a new target of the main build file that collects all compiled PixelBender files and puts them in a 'tar.gz' archive. Furthermore, I have created a new Jenkins job on builds@a.o that runs this target and 'archives' the resul

Re: Build failed in Jenkins: flex-sdk_asdoc #75

2013-07-10 Thread Erik de Bruin
What is it about the 'asdoc' target that might cause the build machine to barf once in a while - but more often recently? EdB On Wed, Jul 10, 2013 at 5:12 PM, Apache Jenkins Server wrote: > See > > -- >

RE: Build failed in Jenkins: flex-sdk_asdoc #75

2013-07-10 Thread Kessler CTR Mark J
Still the memory issue. Is memory not being released in-between runs? Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded -Mark -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Wednesday, July 10, 2013 11:29 AM To: dev@flex.apache.

Re: Build failed in Jenkins: flex-sdk_asdoc #75

2013-07-10 Thread Erik de Bruin
That would be a Jenkins thing, right? Or a Java thing? Maybe something we can manipulate without having to bother the nice people of builds@a.o? EdB On Wed, Jul 10, 2013 at 5:32 PM, Kessler CTR Mark J wrote: > Still the memory issue. Is memory not being released in-between runs? > > Exception

RE: Build failed in Jenkins: flex-sdk_asdoc #75

2013-07-10 Thread Kessler CTR Mark J
Well Java is the one being impacted... but something still has too much memory allocated. -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Wednesday, July 10, 2013 11:34 AM To: dev@flex.apache.org Subject: Re: Build failed in Jenkins: flex-sdk_asdoc #75 That woul

RE: Build failed in Jenkins: flex-sdk_asdoc #75

2013-07-10 Thread Kessler CTR Mark J
Are they running multiple Jobs in Jenkins at the same time? -Mark -Original Message- From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Sent: Wednesday, July 10, 2013 11:42 AM To: dev@flex.apache.org Subject: RE: Build failed in Jenkins: flex-sdk_asdoc #75 Well Java is the

About Statege3D in Flex

2013-07-10 Thread Carlos Rovira
Hi, from time to time people comes with the desire to see Flex running on Stage3D. I would want to recopile all the state of the art info about this topic and see if is possible and how much work it would require. I know people like J.Campos did two attempts and get valious research from that exp

RE: About Statege3D in Flex

2013-07-10 Thread Kessler CTR Mark J
Maybe store the summarized information in a page on our Wiki? Otherwise these emails could get pretty lengthy. -Mark -Original Message- From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rovira Sent: Wednesday, July 10, 2013 12:38 PM To: dev@flex.apache.

Re: About Statege3D in Flex

2013-07-10 Thread DarkStone
Hi Carlos, The benefit of enabling Stage3D for Flex would be: 1. Much better performance on mobile devices. 2. Be able to develop Real 3D Apps and Games. 3. Making Flex the best cross platform native app developing SDK. In fact you can use Stage3D directly in Flex Applications, Stage3D layers

Re: About Statege3D in Flex

2013-07-10 Thread Gary Young
I just want to say there's no need to redesign Flex framework, Spark skinning, two way bindings and Mxml interface are not only still on the cutting edge but also need more time to be really adapted, what need to change is the implementation, Flex has too many legacy code to maintain back compatibi

Re: About Statege3D in Flex

2013-07-10 Thread OmPrakash Muppirala
On Wed, Jul 10, 2013 at 9:38 AM, Carlos Rovira wrote: > Hi, > > from time to time people comes with the desire to see Flex running on > Stage3D. I would want to recopile all the state of the art info about this > topic and see if is possible and how much work it would require. > > I know people li

Re: About Statege3D in Flex

2013-07-10 Thread jude
Hi Carlos, On first and second and third glance there seems to be a couple of ways to go about this. 1. Replace Flash Display List with Starling Display List at compile time. We would create an alternative set of classes that had the same method and property signature as DisplayObjects and Displa

Re: [FlexJS][FalconJX] Generic Expression DataBinding

2013-07-10 Thread jude
Great work Alex! On Tue, Jul 9, 2013 at 4:42 PM, Alex Harui wrote: > Hi Folks, > > I just checked in the changes required to get generic expression > databinding to work. That means syntax like: > > foo="{width + 10}" > > It is probably fragile, but the basic plumbing is there. I don't have an

Air 3.8/Flash Player 11.8

2013-07-10 Thread Justin Mclean
Hi, I've updated the various script etc so that AIR 3.8/11.8 is supported in the develop branch. Looks like Air 3.8 hasn't been released yet (aren't they normally done together?) so it might be a day or 2 until the AIR 3.8 changes work. Thanks, Justin

Re: Air 3.8/Flash Player 11.8

2013-07-10 Thread jude
Thanks Justin. They should be released at the same time but someone reported a FP bug in the forums that they might be verifying. I would wait a few days. On Wed, Jul 10, 2013 at 5:16 PM, Justin Mclean wrote: > Hi, > > I've updated the various script etc so that AIR 3.8/11.8 is supported in > the