I sync'd flex-falcon and ran 'ant wipe-all' followed by 'ant all' on it. Clean build. I then sync'd flex-asjs and ran 'ant' on it. It is failing executing compile-js-swc target in the CreateJS project. See partial error list below.
The errors indicate, to me, that the CreateJS Extern SWC wasn't built, or wasn't found. I'm not quite sure what to look for now with these changes to the externs. ‹peter compile-js-swc: [echo] Compiling target/CreateJS.swc [echo] FLEX_HOME: /Users/pent/dev/flex-asjs [echo] FALCON_HOME: /Users/pent/dev/flex-asjs/../flex-falcon/compiler [mkdir] Created dir: /Users/pent/dev/flex-asjs/frameworks/js/FlexJS/projects/CreateJSJS/target [compc] Loading configuration: /Users/pent/dev/flex-asjs/frameworks/js/FlexJS/projects/CreateJSJS/src/main /config/compile-js-config.xml [compc] [compc] /Users/pent/dev/flex-asjs/frameworks/projects/CreateJS/src/main/flex/org/ap ache/flex/createjs/Application.as:178 [compc] Error: Call to a possibly undefined method update through a reference with static type Stage. [compc] stage.update(); [compc] ^ [compc] [compc] /Users/pent/dev/flex-asjs/frameworks/projects/CreateJS/src/main/flex/org/ap ache/flex/createjs/Application.as:324 [compc] Error: Call to a possibly undefined method addChild through a reference with static type Stage. [compc] stage.addChild(c.element as DisplayObject); [c On 5/24/16, 12:09 PM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >I just pushed changes so the Extern SWC builds use patch files to modify >the extern sources instead of running tons of replace tasks on them. I >added make_patch targets to the extern builds so you can generate the >patch file if changes are needed. Using patch files will mean that the >Maven build can make the same changes instead of having to run its own >replace plug-in. > >Let me know if you find any breakages. >-Alex >