Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 68290 invoked from network); 18 Jan 2001 02:07:47 -0000 Received: from gate.sp.collab.net (HELO lucas.collab.net) (64.211.228.36) by h31.sny.collab.net with SMTP; 18 Jan 2001 02:07:47 -0000 Received: from stonecottage.com (IDENT:lucas@lucas.collab.net [127.0.0.1]) by lucas.collab.net (8.9.3/8.9.3) with ESMTP id SAA03271 for ; Wed, 17 Jan 2001 18:08:19 -0800 Sender: lucas@lucas.collab.net Message-ID: <3A665012.37AF622C@stonecottage.com> Date: Wed, 17 Jan 2001 18:08:18 -0800 From: Josh Lucas X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: [PATCH] Re: other tokens References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Jon Stevens wrote: > > on 1/17/01 5:20 PM, "Josh Lucas" wrote: > > > here ya go... > > I just checked this in. could you also please update the index.html? > > thx. > > -jon > done. Index: index.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v retrieving revision 1.190 diff -u -r1.190 index.html --- index.html 2001/01/16 13:28:36 1.190 +++ index.html 2001/01/18 02:05:22 @@ -405,6 +405,7 @@ the target will always be executed.

The optional description attribute can be used to provide a one-line description of this target, which is printed by the -projecthelp command-line option.

+

The optional token attribute can be used to change the string used for the filtering of values. For example, "***" can be used as both the start and end of the token instead of "@". If the attribute is not there, the default value of "@" will be used.

It is a good practice to place your tstamp tasks in a so-called initialization target, on which @@ -445,6 +446,11 @@ description a short description of this target's function. No + + + token + the string which will be used as the filtering token. + No (Defaults to "@")