Regarding the binaries ... I was refering to downloading the binaries from the flex-sdk that the build seems to be relying on. Not any resources from flex-asjs ... I doubt that the asjs+falcon bundle should require "dynamic updates" from the flex-sdk.
I'll give this a try tomorrow ... now it's time for bed for me :-) Chris ________________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Montag, 5. Oktober 2015 23:18 An: dev@flex.apache.org Betreff: Re: AW: AW: [DISCUSS] Release Apache FlexJS 0.5.0 On 10/5/15, 2:00 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >So flex-falcon relys on flex-asjs for tests and flex-asjs relys on >flex-falcon and flex-falcon relys on flex-sdk ... Hmmm And flex-sdk relies on flex-tlf and flex-blazeds, IIRC. >You know how it sounds now having to delete the flex-sdk in order for the >flex-asjs to download some binary deps, to reuse? I’m only asking you to delete flex-sdk so we can start from a known place to try to find out why your build fails but mine doesn't. I’ve never had to delete flex-sdk myself. But I am asking you to test out a recent script I committed since I think it might help other folks as well as you get going with the source from the repos. So I am more interested in fixing issues where the ‘all’ target fails to do what I think it should. >Why not directly rely the flex-asjs on these binary resources? By doing >this, you would remove the circles. That’s a possibility. However, sometimes, a change to flex-asjs requires a synchronized change to flex-falcon. A bug or feature might just require a change in both places since both code bases are under significant development. So relying on an already-built binary might help, but not always. I haven’t looked around to see if there is precedence in other projects and how they handle it. Google Closure Library and Google Closure Compiler often need to be upgraded together as well. Maybe the answer is that test failure shouldn’t fail the build but mark it as ‘unstable’? I think I see that happening in flex-blazeds. What do others think? -Alex