OK, I can’t see your swcs so all I can do is guess. The build of the swcs has four phases:
1. The AS in as/src is compiled by the Flash compiler into a SWC. 2. The AS in asjs/src is cross-compiled, using classes in the swc 3. The JS in js/src is linted and copied to frameworks/js/FlexJS/libs 4. The AS in as/src is compiled again, which should pick up files cross-compiled from asjs/src that are in js/out. -Alex From: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> on behalf of OmPrakash Muppirala <[email protected]<mailto:[email protected]>> Date: Sunday, September 20, 2015 at 4:49 PM To: Alex Harui <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: AW: Compiling FlexJS On Sep 20, 2015 2:54 PM, "Alex Harui" <[email protected]<mailto:[email protected]>> wrote: > > > > On 9/20/15, 7:07 AM, "Christofer Dutz" > <[email protected]<mailto:[email protected]>> wrote: > > >Well I don't know how it could be fresher ... I checked out the flex-sdk, > >flex-falcon and flex-asjs built flex-falcon (ant clean all) and flex-asjs > >(ant clean all) ... so where could the old falcon come from? > > Sorry, that was a reply to Om. I think his SWCs are too small because an > old Falcon doesn’t know how to package the JS in the SWCs. But it looks like there are js files in the swcs. Just some of them are arbitrarily missing. I believe i have the latest falcon code. But I will try again in a while just to confirm. Thanks, Om > > -Alex >
