Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 22957 invoked from network); 30 Dec 2003 14:40:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Dec 2003 14:40:18 -0000 Received: (qmail 75410 invoked by uid 500); 30 Dec 2003 14:40:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 75360 invoked by uid 500); 30 Dec 2003 14:40:05 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 47018 invoked from network); 30 Dec 2003 14:22:14 -0000 Message-ID: <3E519A48.7040409@stud.ics.p.lodz.pl> Date: Tue, 18 Feb 2003 03:28:24 +0100 From: Maciek Zywno User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo is a DynamicConfigurator? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Let's assume that addFoo ( Foo foo ) is a method of a class(my custom task) extending org.apache.tools.ant.Task. I would like to know if ant invokes such method only if it comes across in xml file. Do I get it right that this is why DynamicConfigurator is extended , I mean Foo is to extend DynamicConfigurator, right? Thanks Maciek --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org