On 11/11/14, 1:44 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>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, I’m totally lost on what problem you are trying to solve. By classpath, do you mean the Java classpath? How does that relate to finding SWCs and js files inside them? -Alex