AW: AW: [VMs] Monitoring volunteer(s) needed

2014-07-23 Thread Christofer Dutz
Eventually we shouldn't implement our own killer, but let the OS do that for us. Would something like this eventually help? We could implement a simple if(os-a) {} else if (os-b) {} else if(os-x) {} thing with platform dependent kill commands that we execute. http://www.tech-recipes.com/rx/446/x

Re: [Installer] 4.13 install failed

2014-07-23 Thread Stephen Buckley
Trying to do a install of FlexJS 002 also fails to find Google Closure:: Version 3.1.0 (mac) Using Locale: en_GB Fetched the SDK download mirror URL from the CGI. AIR version 14.0 Flash Player version 14.0 Creating Apache FlexJS home Creating temporary directory Downloading Apache FlexJS from:http

RE: AW: [VMs] Monitoring volunteer(s) needed

2014-07-23 Thread Kessler CTR Mark J
Would having the tests globally catch exceptions help? Keep it from being able to popup the user window? -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, July 23, 2014 2:52 AM To: dev@flex.apache.org Subject: Re: AW: [VMs] Monitoring volunteer(s) need

Re: [Installer] 4.13 install failed

2014-07-23 Thread Erik de Bruin
The current MD5 is: a1b32c69892a8ebf229a271702af2411 The installer-config has: c000a3b88a3fbf2cba357674ff6cc716 EdB On Wed, Jul 23, 2014 at 10:38 AM, Stephen Buckley wrote: > Trying to do a install of FlexJS 002 also fails to find Google Closure:: > > Version 3.1.0 (mac) > Using Locale: en_G

AW: AW: [VMs] Monitoring volunteer(s) needed

2014-07-23 Thread Christofer Dutz
I guess if the flashplayer displays such confirmation dialogs, there is nothing we can do about that, as the VM is halted and no event is fired (At least as far as I know) Chris Von: Kessler CTR Mark J Gesendet: Mittwoch, 23. Juli 2014 11:59 An: dev@fle

AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Christofer Dutz
Ok ... so I used some idle time setting up a clean falcon-antlr4 module starting with the CSS parsing. As far as I can see it, Falcon is currently using Antlr3 to generate the lexer and a parser that generates an Antlr AST from that Then we generate a second parser CSSTree.g to convert that AST

Re: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Erik de Bruin
I'm not at all familiar with the inner workings of Falcon, but I know that FalconJX relies heavily on the current Falcon AST. Will the new AST be compatible with the old (that may be a silly question, but it's the only one I know to ask)? EdB On Wed, Jul 23, 2014 at 2:36 PM, Christofer Dutz wr

AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Christofer Dutz
Hi Eric, The question is definitely not silly. I'm not planning on changing anything here. The package tangling seems to be related with JBurg needing access to some objects that are not part of the interface but part of the internal model. I would untangle this by extending the Interface to

Re: [Installer] 4.13 install failed

2014-07-23 Thread Alex Harui
That should also be in sdk-installer-config-4.0.xml. I may not have time to update it right now. What do you think of the idea of making a fork of GCL's GH repo so we have stability? -Alex On 7/23/14 3:02 AM, "Erik de Bruin" wrote: >The current MD5 is: a1b32c69892a8ebf229a271702af2411 > >The

RE: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Gordon Smith
CSSTree.g isn't involved in compiling AS files. It's involved only in compiling CSS files. For AS compilation: We use JFlex to create RawASTokenizer.java from RawASTokenizer.lex. This is a lexer which takes an AS file as input and creates a sequence of ASToken objects as output. We use Antlr 3

RE: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Gordon Smith
Regarding the proposed directory structure... I'm not familiar with Maven conventions. What is the purpose of the 'main' subdirectory in src/main/java? - Gordon > From: gsmit...@hotmail.com > To: dev@flex.apache.org > Subject: RE: AW: AW: AW: AW: Falcon and Antlr4 > Date: Wed, 23 Jul 2014 09:0

Re: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Gordon Smith
> This is a parser which takes a sequence of ASToken objects as output and > creates an AST consisting of NodeBase objects. Sorry for the typo... I meant "input" rather than "output". - Gordon Sent from my iPad > On Jul 23, 2014, at 9:06 AM, "Gordon Smith" wrote: > > CSSTree.g isn't involve

Re: AW: AW: [VMs] Monitoring volunteer(s) needed

2014-07-23 Thread Alex Harui
I'm fine using some other kill technology. Java's is apparently not good enough. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Christofer Dutz wrote: Eventually we shouldn't implement our own killer, but let the OS do that for us. Would something like this eventually help? We could

Re: [Installer] 4.13 install failed

2014-07-23 Thread OmPrakash Muppirala
On Tue, Jul 22, 2014 at 11:26 PM, Alex Harui wrote: > > > On 7/22/14 4:10 PM, "OmPrakash Muppirala" wrote: > > >On Tue, Jul 22, 2014 at 4:01 PM, Justin Mclean > >wrote: > > > >> Hi, > >> > >> > That's why I asked about some sort of Jenkins job that could catch > >> changes. > >> > >> Probably n

RE: AW: [VMs] Monitoring volunteer(s) needed

2014-07-23 Thread Alex Harui
It helps some but sometimes an app gets stuck before the handler gets set up. Mustella already has a handler. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Kessler CTR Mark J wrote: Would having the tests globally catch exceptions help? Keep it from being able to popup the user w

Re: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Alex Harui
The falcon ast. I wasn't aware there was another one. Can we skip the first one? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Christofer Dutz wrote: Ok ... so I used some idle time setting up a clean falcon-antlr4 module starting with the CSS parsing. As far as I can see it, Falc

Re: [Installer] 4.13 install failed

2014-07-23 Thread Alex Harui
Ant and ant on air. Linux folks still download stuff. It isn't just adobe stuff, we download from github as well. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. OmPrakash Muppirala wrote: On Tue, Jul 22, 2014 at 11:26 PM, Alex Harui wrote: > > > On 7/22/14 4:10 PM, "OmPrakash Mupp

RE: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Alex Harui
What are some of these optimizations? How often do they occur in the wild and how much performance hit is there? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Gordon Smith wrote: CSSTree.g isn't involved in compiling AS files. It's involved only in compiling CSS files. For AS com

RE: AW: AW: AW: AW: Falcon and Antlr4

2014-07-23 Thread Gordon Smith
I think the main optimization is constant propagation, so that an expression like someVariable + SOME_CONSTANT + 1 gets compiled as only one addition. I don't know how much difference this makes. It seems unlikely that it's significant, but I can't say for sure. There may be other optimizations

Flex IDE on Mac

2014-07-23 Thread jude
Is there a free IDE or code editor that supports Flex or as3 on Mac? I was thinking about the adoption of Flex and for some devs FB may be too much to try Flex. On PC there's flash develop but I don't think there is anything is on Mac.

Re: Flex IDE on Mac

2014-07-23 Thread OmPrakash Muppirala
FDT has a free version with limited features that works on Macs [1] Netbeans used to have a Flex plugin [2]. I haven't used and have no idea if that project is still active. Thanks, Om [1] http://fdt.powerflasher.com/buy-download/ [2] http://flexbean.sourceforge.net/ On Wed, Jul 23, 2014 at 8: