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