Ok ... so it turned out that it wasn't quite that easy ... While Core now builds nicely I had problems with all of the others. Till I noticed that I don't have to reference Core in frameworks, but Core in externs ... So it seems each project is compiled 3-4 times: AS --> JS, JS --> Extern, AS + JS --> SWC then I need all different types of dependencies to SWCs containing Flash and JS code and then ones to Externs containing just Flash ... We definitely need to work on this.
Chris ________________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Donnerstag, 28. April 2016 22:16:05 An: dev@flex.apache.org Betreff: AW: AW: AW: AW: [ASJS] Merging to Maven Now that I was able to do it for one module, I'll be quite fast with the rest, I guess :-) Hopefully I'll manage tomorrow. Then I have one week to finish my Robot, prepare 2 Talks and one Workshop. Chris ________________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Donnerstag, 28. April 2016 22:13:22 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [ASJS] Merging to Maven On 4/28/16, 1:09 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >Ok ... I think I found the problem :-) > >I always thought that using falcon.jx for compiling the js and the as ... >So I was doing the following: >- Use falcon.jx jar with output FlexJS to compile the AS+JS mix to JS >files >- Use falcon.jx jar without output to compile the AS to Flash and pack in >the preciously generated JS files > >But I guess for step 2 I have to use the normal Falcon compiler, am I >correct? At least with this I am able to compile the Core swc and if I >have a look at the content, the JS is included, so all looks good to me. > >Now I'll fix up the other parts ... keep your fingers crossed :-) That sounds right to me. If you are short on time, I might have time to replicate some pattern through all of the swcs. -Alex