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 builds where there are produced swc only. If I set in my pom following combination I got "FlexJSPureMVC-0.1.0-SNAPSHOT-swf.swc" - js compilation is skipped: <targets>SWF</targets> <skipJS>true</skipJS> If I set in pom, I'm getting an error [2] <targets>JSFlex</targets> <skipAS>true</skipAS> I've tried analyze the code farther but I don't see any obvious thing. If someone could take a look - maybe it's not the problem in maven plugin. [1] https://goo.gl/TZwiQ3 [2] https://paste.apache.org/iBNm Thanks, Piotr ----- Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-Building-swc-library-and-problems-with-compiler-targets-tp62949.html Sent from the Apache Flex Development mailing list archive at Nabble.com.