But if they are isolated, your plugin will not have access to any ivy classes.
Gilles > -----Original Message----- > From: Eric Crahen [mailto:[EMAIL PROTECTED] > Sent: mardi 6 février 2007 9:39 > To: [email protected] > Subject: Re: typedef's & classloaders? > > It depends on how the ClassLoaders are setup. If they inherit from the one > that loaded ivy, this may be true. If they are actually isolated, then it > may not be true. I haven't tried. > > On 2/6/07, Gilles Scokart <[EMAIL PROTECTED]> wrote: > > > > I think you will anyway inherit the dependency versions on ivy (and > > ant). I > > log4j is not used, but httpclient is (or might be). > > > > By the way, when looking at the ivy.xml > > (https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/ivy.xml) I > > didn't > > find any configuration (or combination of configuration) that allows to > > use > > ant task but without httpclient. Is it correct? > > > > > > > > Gilles > > > > > -----Original Message----- > > > From: Eric Crahen [mailto:[EMAIL PROTECTED] > > > Sent: lundi 5 février 2007 18:05 > > > To: [email protected] > > > Subject: typedef's & classloaders? > > > > > > Does Ivy typedef its extensions (resolvers) in isolated classloaders? > > 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 > > > > > > > -- > > - Eric
