From dev-return-74495-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Sep 12 01:41:00 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 37347 invoked from network); 12 Sep 2006 01:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 01:40:59 -0000 Received: (qmail 41647 invoked by uid 500); 12 Sep 2006 01:40:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 41405 invoked by uid 500); 12 Sep 2006 01:40:58 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 41394 invoked by uid 99); 12 Sep 2006 01:40:58 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2006 18:40:58 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=conor@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 66.216.127.24 cause and error) Received: from ([66.216.127.24:38467] helo=rs27.luxsci.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 0B/50-28904-03016054 for ; Mon, 11 Sep 2006 18:41:05 -0700 Received: from [10.1.1.5] (124-168-25-222.dyn.iinet.net.au [124.168.25.222]) (authenticated bits=0) by rs27.luxsci.com (8.13.7/8.13.7) with ESMTP id k8C1elFB018911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 11 Sep 2006 20:40:48 -0500 Message-ID: <4506101A.5050704@apache.org> Date: Tue, 12 Sep 2006 11:40:42 +1000 From: Conor MacNeill User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ant Developers List Subject: Re: Using a custom CompilerAdapter from rcs References: <20060911223753.21816.qmail@web55111.mail.re4.yahoo.com> In-Reply-To: <20060911223753.21816.qmail@web55111.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N For Clover, I know we use a class loader extender. We have a custom task called . IOW, you can use a custom task now if the capability is not in the core. Conor Matt Benson wrote: > This is really a user question but I think it's > advanced enough for devs, since I've been looking at > it for some time already without success. > > Does anyone know of a way with 1.6.5 or 1.7.0 that we > can/will be able to load a CompilerAdapter from a > locally stored jar (not installed, specified w/ -lib, > etc.)? Peter's proposal for modifying Ant's > classloader at runtime should IMO work, but we were > talking about deferring this until 1.7.1 . With > Peter's new simplified implementation, is this still > necessary? Does anyone have any other solutions other > than forking Ant, etc.? > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org