Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 35428 invoked from network); 25 Sep 2003 12:53:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 12:53:14 -0000 Received: (qmail 56096 invoked by uid 500); 25 Sep 2003 12:53:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 56062 invoked by uid 500); 25 Sep 2003 12:53:07 -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 56021 invoked from network); 25 Sep 2003 12:53:07 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 25 Sep 2003 12:53:07 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id h8PCr45O000456 for ; Thu, 25 Sep 2003 14:53:04 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2653.19) id ; Thu, 25 Sep 2003 14:53:06 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B5608FF704A@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: dev@ant.apache.org Subject: RE: Next tutorial and Task Date: Thu, 25 Sep 2003 14:52:57 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C38363.F1819C30" 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 ------_=_NextPart_001_01C38363.F1819C30 Content-Type: text/plain; charset="iso-8859-1" .... or as inline text ... Find Description Searchs in a given path for a file and returns the absolute to it as property. If delimiter is set this task returns all found locations. Parameters Attribute Description Required file The name of the file to search. yes location The name of the property where to store the location yes delimiter A delimiter to use when returning the list only if the list is required Parameters specified as nested elements path The path where to search the file. Examples Searches in Ants home directory for a file ant.jar and stores its location in property loc (should be ANT_HOME/bin/ant.jar). ant.jar found in: ${loc} Searches in Windows C: drive for all ant.jar and stores their locations in property loc delimited with ';'. (should need a long time :-) After that it prints out the result (e.g. C:/ant-1.5.4/bin/ant.jar;C:/ant-1.6/bin/ant.jar). -----Original Message----- From: Jan.Materne@rzf.fin-nrw.de [mailto:Jan.Materne@rzf.fin-nrw.de] Sent: Thursday, September 25, 2003 2:51 PM To: dev@ant.apache.org Subject: RE: Next tutorial and Task Ok, as zip :-) > -----Original Message----- > From: Stefan Bodewig [mailto:bodewig@apache.org] > Sent: Thursday, September 25, 2003 1:08 PM > To: dev@ant.apache.org > Subject: Re: Next tutorial and Task > > > On Thu, 25 Sep 2003, Jan Materne wrote: > > > Documentation file (html) attached. > > No HTML attachments allowed on this list. Zip it up, attach it to > bugzilla, show it in http://cvs.apache.org/~jhm/ or ... > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > ------_=_NextPart_001_01C38363.F1819C30--