On 2/21/17, 11:40 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>COMPILE::JS and COMPILE:SWC are just regular compile-time constants. As >far >as I know, they receive no special treatment from the compiler. It's just >a >convention used by the FlexJS framework projects to make the components >exclude certain code on some platforms. If you're targeting one platform, >there shouldn't be any need to exclude anything, so this project shouldn't >need COMPILE::JS at all. > >Why do you feel that COMPILE::JS is needed? I think because Maven automatically plugs in playerglobal or airglobal for the SWF build of a SWC. I think Maven has some skip options that can go in the POM? -Alex