On 7/14/16, 2:22 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>So js-config.xml needs to be updated to include Core.swc in the >library-path so that the org.apache.flex.utils.Language class is >available. >However, it looks like the build process for Core.swc may actually be >referencing js-config.xml, so it ends up expecting itself as a >dependency... Any ideas on how to fix that? Well, we should probably break Language out of Core, but I think you may still have an issue building the SWC with just Language in it. You may need another config like js-only-config that is only used to get the chain of SWCs started. -Alex