On 6/8/16, 8:46 AM, "Christofer Dutz" <[email protected]> wrote:
>Hi Alex,
>
>
>could it be possible that it doesn't work when doing the
>"js-compilation"? I added this to the compile-js-config.xml:
The cross-compile is also using compile-js-config and is working for me.
>
> <define>
> <name>COMPILE::JS</name>
> <value>true</value>
> </define>
> <define>
> <name>COMPILE::AS</name>
> <value>false</value>
> </define>
></compiler>
>
>But I get:
>
>Can not resolve config constant: 'AS3'
>COMPILE::AS3
>^
>
>So eventually it works in falcon itself, but doesn't in the FlexJS
>compiler?
>
Well, could it be that you have:
<name>COMPILE::AS</name>
instead of:
<name>COMPILE::AS3</name>
-Alex