Hi, Just checked in a couple of very minor changes to do with paths re compiling FlexJS as I’m trying to get it working with Jenkins CI.
With those you can currently compile flex-falcon, flex-typedefs and flex-asjs on linux. I’ve tested the maximiser also works. However it looks like there still some possible path issues to sort out when compiling your own applications. This is for JS only pom so teh warning message is a little misleading I think. /var/lib/jenkins/workspace/<project name>/src/main/flex/Main.mxml(2): col: 1 This tag could not be resolved to an ActionScript class. It will be ignored. <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009” One thing to look out for if you use non core libraries make use you use “Effects” rather than “effects” and “Network” rather than “network” when specifying them as dependancies. I’ve looked at the the compile-app-javascript-config.xml and all the paths case seem correct in that so at this point I’m guessing it’s an compiler issue. If someone could point me to where this might be / where what to look out for that would be a great help. Thanks, Justin