From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9557 invoked from network); 24 Aug 2004 21:01:56 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Aug 2004 21:01:56 -0000 Received: (qmail 81205 invoked from network); 24 Aug 2004 21:01:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Aug 2004 21:01:40 -0000 Received: (qmail 13635 invoked by alias); 24 Aug 2004 21:00:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20284 Received: (qmail 13623 invoked from network); 24 Aug 2004 21:00:30 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 24 Aug 2004 21:00:30 -0000 Received: (qmail 77485 invoked from network); 24 Aug 2004 20:58:32 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 24 Aug 2004 20:58:30 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 625843B8; Tue, 24 Aug 2004 13:58:29 -0700 (PDT) Date: Tue, 24 Aug 2004 13:58:29 -0700 From: Wayne Davison To: Jean-Baptiste Quenot , zsh-workers@sunsite.dk Subject: Re: [PATCH] ant completion Message-ID: <20040824205829.GA19831@blorf.net> References: <20040824125225.GA1713@anyware12.anyware> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824125225.GA1713@anyware12.anyware> User-Agent: Mutt/1.5.6+20040722i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=6.0 tests=BAYES_01 autolearn=no version=2.63 X-Spam-Hits: -1.5 On Tue, Aug 24, 2004 at 02:52:27PM +0200, Jean-Baptiste Quenot wrote: > Please find attached a patch for ant completion. The current > ant completion script only works when the "name" attribute > immediately follows the "target" element name. Thanks -- I checked in your suggested change, though I did leave in the space in front of the "name=" attribute, just for a little more paraoid safety. I.e.: ...]* name=... ..wayne..