I see. I totally did not understand how it’s working. The js build puts the js files into the swc which is (also?) built by the non-js build.
There are two targets there and I’m not sure I understand what they are both doing: compile-js-swc and compile-asjs. It looks like compile-asjs is what puts the js files into the swc. I’m totally confused. What’s the minimal command I need to build a JS-compatible swc with the JS files inside for distribution to include in a FlexJS project? In that Github project, I’m trying to produce two SWCs. CEP.swc is meant to be used as an extern with no executable code going into the end app. CEPTools.swc should have code which is used when cross-compiling the end app. What’s the correct way to set up those two projects to get the correct swc output? Thanks, Harbs On Nov 22, 2016, at 6:35 PM, Alex Harui <aha...@adobe.com> wrote: >> Am I missing the boat? > > Pretty sure the cross-compile happens in the build.xml in > frameworks/js/FlexJS/projects/xxxJS. That's where the JS-oriented library > paths and other stuff are setup in the compile-js-config.xml