Hi Alex,
I just found the option in another config file abstraction so I added support to the plugin. Seems to be doing its job nicely :-) Chris ________________________________ Von: Alex Harui <[email protected]> Gesendet: Donnerstag, 30. Juni 2016 17:32:08 An: [email protected] Betreff: Re: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration On 6/30/16, 7:53 AM, "Christofer Dutz" <[email protected]> wrote: > >Especially thinking about the remove-circulars errors which still seem to >produce valid JavaScript applications. I think if you don't have -remove-circulars, you will get a runnable js-debug, but js-release will not work. > >Currently I am going through each compiler error and trying to fix them. >I hope I'll be able to finish that tomorrow. > >The compiler option "remove-circulars" doesn't seem to be configurable >via config-xml. I wouldn't like to start passing config options to >commandline and config-xml. Would it be possible to extend the config.xml >with this option? Any command-line option has a config.xml equivalent, but I think you are running into the issue where we use the regular mxmlc for the SWF compile and regular mxmlc doesn't understand certain options that only matter to falconjx. It doesn't feel right to have every falconjx option replicated to falcon where it won't make a difference. Is there another solution we could use instead? -Alex
