Hi Alex, in order to select individual parts of the classpath, I need to somehow scan the classpath and get a list of resources. I could do this manually using reflection, but it would probably be far less performant. Another alternative would be a Spring library. As I didn't want to bring in another set of libraries I thought that the "reflection" library could be pretty useful.
Chris ________________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Dienstag, 11. November 2014 22:28 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [FLEX-JS] Streamlining the packaging On 11/11/14, 1:25 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >Another Idea I had that could help prevent classpath clashes would be to >locate all JS resources in a js (or ".js", or "_js" directory inside the >swc) Sounds ok to me. > >Currently I somehow need to scann the classpath for resources. I was >planning on using this library for this task: >https://code.google.com/p/reflections/ are there any objections against >this? Falcon should already be loading all SWCs in the library-path. Are you referring to something else? -Alex