On 4/27/16, 12:56 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
> >I also have a few questions: >1. Why does every project in framework/projects reference airglobal >instead of playerglobal? Some APIs rely on AIR APIs. >2. Why to we reference air, but set the playerversion? I believe it sets the available APIs at compile time, but maybe it doesn't make a difference? >3. Every module has one config vor actionscript and one for javascript >compilation, why does "Charts" have 4 of them? Might just be a clean up error. > >[INFO] --- flexjs-maven-plugin:0.6.0-SNAPSHOT:compile-js >(default-compile-js) @ Core --- >/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/frameworks/projects/C >ore/src/main/flex/Namespace.as:128 >Method marked override must override another method. >override public function valueOf():* > Sounds like an issue with which SWCs and compile flags are in the build. For building the SWF output, you have COMPILE::AS3=true,COMPILE::JS=false, and playerglobal or airglobal, and other SWCs from frameworks/libs For building JS output, you have COMPILE::AS3=false, COMPILE::JS=true, the JS.swc from externs, and other SWCs from frameworks/externs. HTH, -Alex