Re: AW: AW: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-04 Thread Alex Harui
On 5/4/16, 7:45 AM, "Christofer Dutz" wrote: > >Ok ... So I probably invested yet another day in cleaning things up, but >still I can't report any success. >While in the flex-falcon module all seems to be ok and working nicely in >the flex-asjs I am having great problems. So instead of asking 1

AW: AW: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-04 Thread Christofer Dutz
asjs with Ant. Well it's not the 100 Questions I mentioned at the beginning, but I'm just stopping here for now. Chris ________ Von: Alex Harui Gesendet: Mittwoch, 4. Mai 2016 08:47:07 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [F

Re: AW: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Alex Harui
On 5/3/16, 10:58 PM, "Christofer Dutz" wrote: > >Hi Alex, > >I am actually having problems on all levels. When compiling the >JavaScript from the ActionScript I have a problem with CSSTextField as >this is missing the TextField declaration. If I comment out the >COMPILE::JS it works ... this is

AW: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Christofer Dutz
Harui Gesendet: Mittwoch, 4. Mai 2016 02:28:31 An: dev@flex.apache.org Betreff: Re: AW: AW: [FLEXJS] Problem compiling Core extern BTW, after a closer look, the code you are commenting out is in COMPILE::AS3 blocks which should be false for building an externs swc. -Alex On 5/3/16, 1:06 PM, "

Re: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Alex Harui
BTW, after a closer look, the code you are commenting out is in COMPILE::AS3 blocks which should be false for building an externs swc. -Alex On 5/3/16, 1:06 PM, "Alex Harui" wrote: >If you are going to comment out code, please work in the maven-migration >branch so we don't break everyone else.

Re: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Alex Harui
If you are going to comment out code, please work in the maven-migration branch so we don't break everyone else. -Alex On 5/3/16, 12:06 PM, "Christofer Dutz" wrote: > >Ok so now I started commenting out stuff that was causing problems, >hoping to solve the problems in paralell. In order to comp

Re: AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Alex Harui
On 5/3/16, 11:53 AM, "Christofer Dutz" wrote: > >It would really be good if we could get together at ApacheCon US and sort >out the compilation problems. To me the current state of the FlexJS / >Extern / Framework feels more and more like something MacGyver banged >together. I will spend the

AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Christofer Dutz
Ok so now I started commenting out stuff that was causing problems, hoping to solve the problems in paralell. In order to compile Binding, I had to comment out Line 258 and 259 of WatcherBase, because I was getting: /Users/christoferdutz/Projects/Apache/Flex/flex-asjs/frameworks/projects/Bindin

AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Christofer Dutz
So If I comment out the JavaScript declaration of CSSTextFiled and that one line in ApplicationBase I am actually able to build Core (swc containing JavaScript + extern-swc) Chris Von: Alex Harui Gesendet: Dienstag, 3. Mai 2016 00:08:55 An: dev@flex.apa

AW: AW: [FLEXJS] Problem compiling Core extern

2016-05-03 Thread Christofer Dutz
It would really be good if we could get together at ApacheCon US and sort out the compilation problems. To me the current state of the FlexJS / Extern / Framework feels more and more like something MacGyver banged together. Hacks and patches and overrides all over the place ... I am trying to d