From ivy-user-return-364-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Mon Feb 05 17:47:49 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 60503 invoked from network); 5 Feb 2007 17:47:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 17:47:49 -0000 Received: (qmail 27523 invoked by uid 500); 5 Feb 2007 17:47:55 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 27504 invoked by uid 500); 5 Feb 2007 17:47:55 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 27489 invoked by uid 99); 5 Feb 2007 17:47:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 09:47:55 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xavier.hanin@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 09:47:46 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1559187uge for ; Mon, 05 Feb 2007 09:47:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=UPF8vuCL+ibUTPCjg25QFXSRFLGRitS/uSybHpwDpuS8qLcggPnW8gkwONYxF/Dj6gyG/j3B+beubScqm7jFIGt+R/DMykhKmHsNSCVpPfTPT/tFE4m9rmxlmUE45yAnZEYL9agz0b0n3bbEUbkyFE5gLZbD9JIWUg5YiaNbDbA= Received: by 10.78.149.13 with SMTP id w13mr1137234hud.1170697634886; Mon, 05 Feb 2007 09:47:14 -0800 (PST) Received: by 10.67.100.5 with HTTP; Mon, 5 Feb 2007 09:47:14 -0800 (PST) Message-ID: <635a05060702050947q362b99e2xdf4205915e9da4fc@mail.gmail.com> Date: Mon, 5 Feb 2007 18:47:14 +0100 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: typedef's & classloaders? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46342_269799.1170697634235" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46342_269799.1170697634235 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 2/5/07, Eric Crahen 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 > > ------=_Part_46342_269799.1170697634235--