On 3/11/16, 6:03 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>I'm currently getting test failures in flacon.jx (TestFlexJSClass). I >first thought this was due to me building with maven, but now I am >getting the same errors with Ant so I guess they are generally >problematic. > >Here an example ... they are all quite similar: > >java.lang.AssertionError: >Expected: is "/**\n * @constructor\n * @extends >{goog.events.EventTarget}\n * @implements >{flash.events.IEventDispatcher}\n * @implements >{goog.events.ListenableKey}\n */\norg.apache.flex.A = function() {\n >org.apache.flex.A.base(this, >'constructor');\n};\ngoog.inherits(org.apache.flex.A, >goog.events.EventTarget);" > got: "/**\n * @constructor\n * @implements >{flash.events.IEventDispatcher}\n */\norg.apache.flex.A = function() >{\n};" I think these tests are expecting GCL.swc to be build as part of the flex-falcon externs swcs. Do you have a GCL.swc? -Alex