Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27171 invoked from network); 10 Feb 2005 16:39:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Feb 2005 16:39:22 -0000 Received: (qmail 98617 invoked by uid 500); 10 Feb 2005 16:39:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 98574 invoked by uid 500); 10 Feb 2005 16:39:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 98561 invoked by uid 99); 10 Feb 2005 16:39:17 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of natgross.rentalsystems@verizon.net designates 206.46.170.133 as permitted sender) Received: from out010pub.verizon.net (HELO out010.verizon.net) (206.46.170.133) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 10 Feb 2005 08:39:15 -0800 Received: from [192.168.1.100] ([70.23.242.44]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050210163913.CMJX25879.out010.verizon.net@[192.168.1.100]> for ; Thu, 10 Feb 2005 10:39:13 -0600 Message-ID: <420B8E42.2010409@verizon.net> Date: Thu, 10 Feb 2005 11:39:30 -0500 From: Nat Gross Reply-To: Ant Users List Organization: Easy Systems International User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, he MIME-Version: 1.0 To: Ant Users List Subject: Re: AW: How can I set last modified date in html files using ant? References: <420B2736.1040002@apache.org> In-Reply-To: <420B2736.1040002@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [70.23.242.44] at Thu, 10 Feb 2005 10:39:13 -0600 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thank you, both. -nat Peter Reilly wrote: > Personally I find beanshell to be easier to use than > javascript (or the other scripting languages) as it's > sytax is *very* close to java. > > > > Last modified is ${date} > > Peter > > Keith Hatton wrote: > >> http://ant.apache.org/manual/index.html >> Ant Tasks -> Optional Tasks -> Script >> >> Be careful about the library dependencies - exactly which version of >> BSF/Rhino you need will depend on which version of Ant you have (that >> link currently points to the 1.6.2 manual). >> >> Keith >> >> >> -----Original Message----- >> >> >> Hey! I never knew you can instantiate any class in Ant! Can you >> please supply a url explaining