On 12/31/15, 8:15 PM, "Andy Dufilie" <andy.dufi...@gmail.com> wrote:
> > >I can see that the "externc.js.swc" build target in flex-falcon/build.xml >generates js.swc and that flex-falcon/externs/js/js-compile-config.xml >specifies which google closure extern files to use, but the >closure-compiler files (es3.js, etc) are not included in the project. >Does >the generation of js.swc involve a manual process of downloading these >files, or are they retrieved in some script? The ant scripts download and set up the extern files. The externc.createjs.swc target calls another ant script that munges the externs. You could try doing that temporarily for the externc.js.swc target. -Alex