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

2014-07-24 Thread Christofer Dutz
Hi Gordon, I won't object that Shaoting Cai certainly knew what he was doing, but Antlr4 is in some respects greatly different from 2 and 3. I bet if Antlr4 had been available at the time Falcon was initiate, he would have used that. Not only does it seem to allow much simpler grammars, it also

Ant on air freespace

2014-07-24 Thread Justin Mclean
Hi, Just added a free space tag and tests to ant on air - might be useful for the installer. Any one have any idea of minimal space requirements (including unzipping files) that each option in the installer requires? Thanks, Justin

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

2014-07-24 Thread Gordon Smith
> I am sort of confused what JBurg is actually working on ... Does it directly > work on FalconAST or is there some sort of "ReducedFalconAST"? The input to the BURM (Bottom-Up Rewrite Machine) that is produced by JBurg (Java Bottom-Up Rewrite Generator) is the FalconAST. For example, a BURM p

[LAZY] Enabling Github pull requests in Apache Flex

2014-07-24 Thread OmPrakash Muppirala
The INFRA team has started supporting [1] pull requests from github. If no one has objections, I will open a ticket with INFRA to enable this feature for Apache Flex. In particular, these are the benefits we get from opting in for the tighter GitHub integration - Any Pull Request that gets op

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-24 Thread OmPrakash Muppirala
Alex, are we good to go? If there are no more changes to this draft, I will put out a blog post. Thanks, Om On Tue, Jul 22, 2014 at 8:29 AM, Alex Harui wrote: > > > On 7/22/14 12:59 AM, "Tom Chiverton" wrote: > > >Wil https://issues.apache.org/jira/browse/FLEX-34405 be fixed by then ? > No,

Re: ApacheCon

2014-07-24 Thread OmPrakash Muppirala
Thanks! I just put out a new blog entry here [1] Please ensure that everything looks good. Om [1] https://blogs.apache.org/flex/entry/apache_flex_at_apachecon_eu On Thu, Jul 24, 2014 at 6:46 AM, Justin Mclean wrote: > Hi, > > Well looks like it's now official and public - my talks: > http:/

Re: ApacheCon

2014-07-24 Thread Justin Mclean
Hi, Well looks like it's now official and public - my talks: http://apacheconeu2014.sched.org/speaker/justin75#.U9EJ4hZJlqp Also Chris: http://apacheconeu2014.sched.org/speaker/christofer.dutz1#.U9ENbRZJlqo Thanks, Justin

Re: Flex IDE on Mac

2014-07-24 Thread Carlos Rovira
Same here. IntelliJ idea...and enjoy ;) El jueves, 24 de julio de 2014, Christofer Dutz escribió: > Definitely IntelliJ IDEA Ultimate :-) > > Von: Neverbirth > > Gesendet: Donnerstag, 24. Juli 2014 10:04 > An: dev@flex.apache.org > Betreff: Re: Flex IDE

AW: Flex IDE on Mac

2014-07-24 Thread Christofer Dutz
Geee ... you said free :-( Sorry for overreading that :-( Von: Christofer Dutz Gesendet: Donnerstag, 24. Juli 2014 15:05 An: dev@flex.apache.org Betreff: AW: Flex IDE on Mac Definitely IntelliJ IDEA Ultimate :-) Von

AW: Flex IDE on Mac

2014-07-24 Thread Christofer Dutz
Definitely IntelliJ IDEA Ultimate :-) Von: Neverbirth Gesendet: Donnerstag, 24. Juli 2014 10:04 An: dev@flex.apache.org Betreff: Re: Flex IDE on Mac I think some people is running FlashDevelop on Mac using Parallels or something like that? -- View this

Re: Flex IDE on Mac

2014-07-24 Thread Neverbirth
I think some people is running FlashDevelop on Mac using Parallels or something like that? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-IDE-on-Mac-tp39341p39344.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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

2014-07-24 Thread Christofer Dutz
Ok ... so I created a JBurg Maven Plugin (Will contact the JBurg project lead for donating that) But (unfortunateley there's a but): - JBurg seems to consist of a Generator and a Runtime, but both are located in the same Jar (Even if this wouldn't really be a blocker) - JBurgs runtime part doesn

Latest release news not updated

2014-07-24 Thread Rushme Nayak
In Flash Builder home screen: Latest news still shows Apache Flex 4.12 released. Latest news still shows about Flash player 11.2 and Adobe AIR 3.2. In https://flex.apache.org/ "*Latest releases*": it still shows Apache Flex SDK : 4.12.1 (May 2014) SDK Installer : 2.7.0 (Oct 2013

Re: [Installer] 4.13 install failed

2014-07-24 Thread Tom Chiverton
On 23/07/14 00:10, OmPrakash Muppirala wrote: > I don't think we should be in the business of > verifying downloads from external servers. I think we have to. Otherwise there's no way to know the users connection isn't broken, until later on when an unzip fails and the whole thing explodes in a hor

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

2014-07-24 Thread Christofer Dutz
Regarding the directory structure. the "main" simply implys that this is the "main" part ... actually the part that will be compiled to the output library. There are several other directories that can exist. For example "src/test/java" for containing Test-Classes ... in my projects I have "src/

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

2014-07-24 Thread Christofer Dutz
So let's just define some words that might help avoid confusion. A typical Antlr parser geneates a parse-tree consisting of Antlr objects ... let's call that AntlrAST. Falcon has it's own internal representation using its own objects ... let's call that FalconAST. Then I am sort of confused that