From ant-dev-return-13830-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Wed May 16 23:48:29 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 85423 invoked by uid 500); 16 May 2001 23:48:27 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 85404 invoked from network); 16 May 2001 23:48:25 -0000 From: "Conor MacNeill" To: Subject: RE: if and unless attributes for all Tasks Date: Thu, 17 May 2001 09:49:54 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <4E7888D4F219E145B6F81E5D3049E3BF07C887@scmail01.arsin.com> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > -----Original Message----- > From: Peter Vogel [mailto:pvogel@arsin.com] > Sent: Thursday, 17 May 2001 9:18 AM > To: 'ant-dev@jakarta.apache.org' > Subject: RE: if and unless attributes for all Tasks > > > > > But I have a question, Jason -- would your task fill in all the > > Java code that writing an actual task would require? > > I think that's what he was thinking but... > > >(If not, > > then I'm not > > sure I'm seeing how it'd be all that different from just > > writing a regular > > custom task.) > > Heh! It's dynamic, Ant would compile+load the code "on the fly" > so to speak, vs. the current need to compile custom tasks, then > re-call ant... > You can do that now with taskdef.