Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 37510 invoked from network); 11 Dec 2003 15:43:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Dec 2003 15:43:05 -0000 Received: (qmail 56599 invoked by uid 500); 11 Dec 2003 15:42:39 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 56538 invoked by uid 500); 11 Dec 2003 15:42:39 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 56441 invoked from network); 11 Dec 2003 15:42:38 -0000 Received: from unknown (HELO corvil.com) (213.94.219.177) by daedalus.apache.org with SMTP; 11 Dec 2003 15:42:38 -0000 Received: from corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com (8.12.9/8.12.5) with ESMTP id hBBFgdd8048496 for ; Thu, 11 Dec 2003 15:42:39 GMT (envelope-from peter.reilly@corvil.com) Message-ID: <3FD89028.3020904@corvil.com> Date: Thu, 11 Dec 2003 15:41:28 +0000 From: Peter Reilly User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: DynamicConfigurator namespace problem References: <747F247264ECE34CA60E323FEF0CCC0C0F5183@london.cellectivity.com> <3FD88654.9070806@corvil.com> In-Reply-To: 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 Stefan Bodewig wrote: >On Thu, 11 Dec 2003, Peter Reilly wrote: > > > >>I have no objection to passing just the localname if the other >>commiters see no problem with this. >> >> > >+1 > > In ant 1.5, dynamicConfigurator#createElement(String) converted the element name to a lower case: i.e. with public Object createDynamicElement(String name) { System.out.println("Element is " + name); return this; } Generated dtest: [dtest] Element is a [dtest] Element is b [dtest] Element is cd Should we keep this behaviour? Peter > > >>- This will affect XMLFragment of cource. >> >> > >XMLFragment is not part of Ant 1.6 and can easily be adapted to >whatever we decide for any later timeframe. > > > >>Yes a DynamicConfiguratorNS interface. >> >> > >Sounds good. > >Stefan > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >For additional commands, e-mail: dev-help@ant.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org