AW: AW: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Christofer Dutz
lacement for that somehow. Then we won't have to bother with any license crap. Chris Von: Alex Harui Gesendet: Dienstag, 11. November 2014 23:45 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging On 11/1

Re: AW: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Alex Harui
On 11/11/14, 2:32 PM, "Christofer Dutz" wrote: >In order to automatically download the closure-library, a maven >dependency is added to the corresponding jar file available at >Maven-Central. This is not extracted to the filesystem, but is available >to the compiler as static resources in the J

AW: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Christofer Dutz
22:52 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging On 11/11/14, 1:44 PM, "Christofer Dutz" wrote: >Hi Alex, > >in order to select individual parts of the classpath, I need to somehow >scan the classpath and get a list of reso

Re: AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Alex Harui
On 11/11/14, 1:44 PM, "Christofer Dutz" 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 wou

AW: AW: AW: AW: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Christofer Dutz
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 a