Well I think that's the problem ... I can't see a GCL.swc ... I also noticed, 
that an "ant" run only seems to compile compiler and run compiler.tests ... it 
doesn't seem to run the falcon.jx stuff. I think it would be good if it would 
actually run "all".

what would be the right sequence of commands to build everything?

ant clean
ant
cd falcon.jx
ant
???

I'll continue digging into this. I'm currently down to 40 errors in Falcon.jx 
(When building with maven) ... and reducing the number every time I'm on it. 



Chris

________________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Freitag, 11. März 2016 17:14
An: dev@flex.apache.org
Betreff: Re: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

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

Reply via email to