Re: [FlexJS] Confusion about compilaton

2016-10-05 Thread Alex Harui
In my changes yesterday, I think what I did was move the compile-js mojo to the compile phase along with the compile-as and compile-extern mojo. All three compiles are needed to build SWCs, but only two are needed to build an example/app. There is no need for a compile-extern. Does compile-extern

AW: [FlexJS] Confusion about compilaton

2016-10-05 Thread Christofer Dutz
twoch, 5. Oktober 2016 15:55:00 An: dev@flex.apache.org Betreff: [FlexJS] Confusion about compilaton Hi, I am currently digging though some things Carlos recent posts made me aware of. Especially his comment about the maven build double compiling stuff. I did stumble over something while setting

[FlexJS] Confusion about compilaton

2016-10-05 Thread Christofer Dutz
Hi, I am currently digging though some things Carlos recent posts made me aware of. Especially his comment about the maven build double compiling stuff. I did stumble over something while setting up a first pure-js testsuite test. In this module I want to create the JS version of the HelloWor