Re: Composite classpaths, was: How to use extensions with the standalone launcher?

2006-08-01 Thread Jim Marino
On Jul 31, 2006, at 1:56 PM, Jeremy Boynes wrote: On Jul 30, 2006, at 6:33 PM, Jim Marino wrote: On Jul 30, 2006, at 5:21 PM, Jeremy Boynes wrote: On Jul 30, 2006, at 2:55 PM, ant elder wrote: What about the dependencies of the extension? It looks like right now all the dependency jars

Re: Composite classpaths, was: How to use extensions with the standalone launcher?

2006-08-01 Thread Jeremy Boynes
On Jul 31, 2006, at 11:42 PM, Jim Marino wrote: An end user application developer could write some type of library that gets reused by different composites. We should have a mechanism that supports this without resorting to maven. I think we should have some type of resolver abstraction,

Re: Composite classpaths, was: How to use extensions with the standalone launcher?

2006-07-31 Thread Jeremy Boynes
On Jul 30, 2006, at 6:33 PM, Jim Marino wrote: On Jul 30, 2006, at 5:21 PM, Jeremy Boynes wrote: On Jul 30, 2006, at 2:55 PM, ant elder wrote: What about the dependencies of the extension? It looks like right now all the dependency jars still have to go in the boot directory and only

Re: Composite classpaths, was: How to use extensions with the standalone launcher?

2006-07-30 Thread Jim Marino
On Jul 30, 2006, at 5:21 PM, Jeremy Boynes wrote: On Jul 30, 2006, at 2:55 PM, ant elder wrote: What about the dependencies of the extension? It looks like right now all the dependency jars still have to go in the boot directory and only the extension in the extension directory. Is that