On 2/5/07, Eric Crahen <[EMAIL PROTECTED]> wrote:
Does Ivy typedef its extensions (resolvers) in isolated classloaders?
Ivy uses isolated classloaders only for custom plugins when you use the classpath element in your ivyconf.xml. Xavier The
reason I ask is that I have two custom resolver extensions that I want to bundle into a single jar for distribution simplicity. But for various reasons, these things depend on different versions of the same third-party libraries (httpclient, log4j, etc).
--
- Eric
