Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 66779 invoked from network); 6 May 2003 07:36:24 -0000 Received: from k101-11.bas1.dbn.dublin.eircom.net (HELO corvil.com.) (159.134.101.11) by daedalus.apache.org with SMTP; 6 May 2003 07:36:24 -0000 Received: from preilly.local.corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com. (8.12.5/8.12.5) with ESMTP id h467aYpg087930 for ; Tue, 6 May 2003 08:36:35 +0100 (IST) (envelope-from peter.reilly@corvil.com) Content-Type: text/plain; charset="iso-8859-1" From: peter reilly Organization: corvil To: Ant Developers List Subject: Re: Namespaces in Ant Date: Tue, 6 May 2003 08:40:12 +0100 User-Agent: KMail/1.4.3 References: <1052006582.2869.40.camel@woodford> <3EB6B969.4010901@yahoo.de> In-Reply-To: <3EB6B969.4010901@yahoo.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305060840.12289.peter.reilly@corvil.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Monday 05 May 2003 20:20, J.Pietschmann wrote: > peter reilly wrote: > > I would agree with most of what Nicola says. I think > > that XML ns is a "heavy" solution for name clashing > > of names defined in a antlib. Moreover I do not > > think that the antlib needs to define a qualified name. > > The "prefix" attribute idea of the task could > > be used - even with the current command. > > > > > prefix=3D"antcontrib"/> > > Hm. How do you ensure that prefixes wont clash? The build script author has control over the prefixes. > This also pretty much rules out validation or schema-directed > editing with a standard tool. True. Peter