Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 53636 invoked from network); 3 May 2006 07:19:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 07:19:35 -0000 Received: (qmail 78734 invoked by uid 500); 3 May 2006 07:19:28 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 78667 invoked by uid 500); 3 May 2006 07:19:27 -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 78651 invoked by uid 99); 3 May 2006 07:19:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 00:19:26 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 00:19:26 -0700 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.6/8.13.6) with ESMTP id k437J2sv005962 for ; Wed, 3 May 2006 09:19:02 +0200 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Wed, 3 May 2006 09:19:02 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: Antlib alias? Date: Wed, 3 May 2006 09:19:03 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Antlib alias? Thread-Index: AcZufXLA2Pj9gN5CRcWeNPK4hHwJTAABB/9A From: To: X-OriginalArrivalTime: 03 May 2006 07:19:03.0159 (UTC) FILETIME=[DB0DD070:01C66E81] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >I was wondering if there would be any usefulness in adding an 'alias'=20 >attribute, which could take a list of aliases. This would=20 >allow an antlib to have an official name for a task, whilst=20 >still allowing the use of abbreviations (which is fairly=20 >common in unix land (--verbose/-v etc)). > > > name=3D"my_task" > alias=3D"t, task, task1" > classname=3D"org.apache.ant.my_task.Task1" > /> >... > > And you would end in an build file like I wouldnt think that this a desired goal... If you _really_ want to have that, you could use for abbreviations, too. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org