>From looking at the ant build, I am using compcjs with output FLEXJS to 
>generate the JavaScript, but not to compile the ActionScript and pack in the 
>generated JavaScript. What output type to I have to declare for the AS 
>compilation?

Chris
________________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Mittwoch, 27. April 2016 19:05:48
An: dev@flex.apache.org
Betreff: Re: AW: [ASJS] Merging to Maven

On 4/27/16, 4:36 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>
>So I now seem to be getting compile errors from the actionscript part:
>
>Caused by: java.lang.UnsupportedOperationException
>        at
>org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler
>Instance(ASBackend.java:72)
>        at
>org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:267)
>        at
>org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:162)
>        at
>org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:150
>)
>        at
>org.apache.flex.compiler.clients.COMPJSC.execute(COMPJSC.java:90)
>        at
>org.apache.flex.maven.flexjs.BaseCompileMojo.execute(BaseCompileMojo.java:
>109)
>        at
>org.apache.flex.maven.flexjs.CompileASMojo.execute(CompileASMojo.java:57)
>        at
>org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuild
>PluginManager.java:134)
>        ... 22 more
>
>Any Idea what's going wrong here?

This looks like a call to the cross-compiler (MXMLJSC) without a proper
-js-output-type, which is usually FLEXJS.

-Alex

Reply via email to