Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Michael Schmalle
ld be easier to crate such a generator > >>using > >> a JavaScript grammar and Antlr4. But I would really like to start > >>working > >> on something like this AFTER finishing the migration to Maven. Otherwise > >> it's shooting on moving targets. > &g

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Alex Harui
t;> >> Chris >> >> ________ >> Von: Michael Schmalle <teotigraphix...@gmail.com> >> Gesendet: Montag, 14. März 2016 18:02 >> An: dev@flex.apache.org >> Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Releas

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Michael Schmalle
Chris > > > Von: Michael Schmalle <teotigraphix...@gmail.com> > Gesendet: Montag, 14. März 2016 18:02 > An: dev@flex.apache.org > Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release > FlexJS/FalconJX 0.6.0 > > Yeah lets not

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Christofer Dutz
Schmalle <teotigraphix...@gmail.com> Gesendet: Montag, 14. März 2016 18:02 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 Yeah lets not get started on the whole parsing js files. :) What I liked about gcc is it abstracted the AST an

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Michael Schmalle
Yeah lets not get started on the whole parsing js files. :) What I liked about gcc is it abstracted the AST and took care of the parsing irregularities of JS. The problem is the AST walking like I did in ExternC, I had to template that as though I knew I was parsing prototypes as the extern

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Alex Harui
On 3/14/16, 8:34 AM, "Michael Schmalle" wrote: >On Mon, Mar 14, 2016 at 11:29 AM, Alex Harui wrote: > >> >> >> On 3/14/16, 8:19 AM, "Michael Schmalle" >>wrote: >> >> >That said, there is only "so much" that compiler can

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Michael Schmalle
On Mon, Mar 14, 2016 at 11:29 AM, Alex Harui wrote: > > > On 3/14/16, 8:19 AM, "Michael Schmalle" wrote: > > >That said, there is only "so much" that compiler can do because I hacked > >it > >together in about a month. Thinking about a way to create

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Alex Harui
On 3/14/16, 8:19 AM, "Michael Schmalle" wrote: >That said, there is only "so much" that compiler can do because I hacked >it >together in about a month. Thinking about a way to create something that >can support a yriad amount of definitions that are supported by the

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Alex Harui
On 3/14/16, 8:13 AM, "Christofer Dutz" wrote: >Hi Alex, > >I'm actually currently looking at the unmodified ANT build in develop. >Here I can see that the extern JavaScript stuff in GCL is checked in. The >build.xml in line contains this block: > > >

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Michael Schmalle
to "target/generated-sources/externs-as"(executed in > Mavens > > > > generate-sources phase after the prepare goal) (Eventually I should > > merge > > > > both logical goals into one real one) > > > > - compile: a simple wrapper that passes the 3

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Christofer Dutz
Hi, I would prefer to stay in the Java world for now ;-) Chris Von: Josh Tynjala <joshtynj...@gmail.com> Gesendet: Montag, 14. März 2016 16:09 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX

AW: AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Christofer Dutz
AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 On 3/13/16, 1:08 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >Thanks for the explanation :-) > >And what's actually happening in GCL? Here I can see a whole bunch of >JavaScript files as well as m

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-14 Thread Josh Tynjala
e wrapper that passes the 3 or 4 commandline args to > > the > > > falcon compiler to compile the sources in "src/main/flex" and > > > "target/generated-sources/externs-as" into a SWC > > > - Pull out the tests that use externs from compiler.jx as they see

Re: AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Alex Harui
On 3/13/16, 1:08 PM, "Christofer Dutz" wrote: >Thanks for the explanation :-) > >And what's actually happening in GCL? Here I can see a whole bunch of >JavaScript files as well as matching ActionScript sources. Here the >out/as sort of contains the same classes as

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Michael Schmalle
___ > Von: Josh Tynjala <joshtynj...@gmail.com> > Gesendet: Sonntag, 13. März 2016 19:09 > An: dev@flex.apache.org > Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release > FlexJS/FalconJX 0.6.0 > > 1. Externs tell the Google Closure compiler which JS AP

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
dence before the "out/as" one? Chris Von: Josh Tynjala <joshtynj...@gmail.com> Gesendet: Sonntag, 13. März 2016 19:09 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 1. Externs

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
:aha...@adobe.com>> Subject: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 The problem is that I can't do changes to the tests themself in the Maven branch. So what I currently do, is fix the tests in Maven and develop a fix that runs on ant too. I then apply

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Josh Tynjala
ler itself. > > Currently I used the exec-maven-plugin for both goals, but I guess a > dedicated goal is easier to understand and makes the configuration a lot > easier. > > Chris > > > Von: Alex Harui <aha...@adobe.com>

AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
goals, but I guess a dedicated goal is easier to understand and makes the configuration a lot easier. Chris Von: Alex Harui <aha...@adobe.com> Gesendet: Sonntag, 13. März 2016 15:26 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: AW: LAST CA

AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
Von: Alex Harui <aha...@adobe.com> Gesendet: Sonntag, 13. März 2016 06:14 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 I assume you mean "externs". There are now 8 extern swcs, and they are created

Re: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Alex Harui
ven, but this is hard, if you don't >understand what's actually going on. > >Chris > > >Von: Christofer Dutz <christofer.d...@c-ware.de> >Gesendet: Samstag, 12. März 2016 20:01 >An: dev@flex.apache.org >Betreff: AW: AW: AW:

AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Christofer Dutz
Von: Alex Harui <aha...@adobe.com> Gesendet: Samstag, 12. März 2016 16:09 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 On 3/12/16, 3:56 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

Re: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Alex Harui
? Sent from my LG G3, an AT 4G LTE smartphone -- Original message-- From: Christofer Dutz Date: Sat, Mar 12, 2016 11:01 AM To: dev@flex.apache.org; Subject:AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 Well I'm currently down to 0 errors and failures for "com

AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Christofer Dutz
Von: Alex Harui <aha...@adobe.com> Gesendet: Samstag, 12. März 2016 16:09 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 On 3/12/16, 3:56 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >I am currently on the fin

Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Alex Harui
On 3/12/16, 3:56 AM, "Christofer Dutz" wrote: >I am currently on the finishing line of preparing falcon and falcon.jx to >be converted to Maven. >For this I will probably need to do a few more tweaks of the testsuite, >but it's looking good. Wow! Great progress! >

AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-12 Thread Christofer Dutz
Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Freitag, 11. März 2016 23:41 An: dev@flex.apache.org Betreff: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0 Found out what was wrong ... you have to specify the path to the FLEX_SDK sources and not a FLEX_SDK installat

AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-11 Thread Christofer Dutz
Found out what was wrong ... you have to specify the path to the FLEX_SDK sources and not a FLEX_SDK installation. I set it to my latest FDK directory and this doesn't contain any sources it could copy. This should be checked in the build. There's just too much you can do wrong and have to find