Re: [FlexJS, Maven] Building swc library and problems with compiler.targets

2017-07-07 Thread piotrz
Understand! I will revert it. Thanks for explanation. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Building-swc-library-and-problems-with-compiler-targets-tp62949p62959.html Sent fro

Re: [FlexJS, Maven] Building swc library and problems with compiler.targets

2017-07-07 Thread Alex Harui
Hi Piotr, I don't think that change was right. I think both the SWF SWC and the JS SWC need to run both targets. The SWF target builds the library.swf that is used in downstream compiles, and the JSFlex target generates the JS files for the SWC. If you only want a JS SWC, I think you set skipAS

[FlexJS, Maven] Building swc library and problems with compiler.targets

2017-07-07 Thread piotrz
Hi, Some time ago I was trying to make build of PureMVC framework. I did create successfully pom and today I noticed that my build producing only -js type swc. Whole project you can find here [1] I just commit my very first fix to maven-plugin - thanks to that I can configure compiler.targets for