Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 64602 invoked from network); 26 Mar 2004 09:45:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Mar 2004 09:45:23 -0000 Received: (qmail 60480 invoked by uid 500); 26 Mar 2004 09:44:56 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 60458 invoked by uid 500); 26 Mar 2004 09:44:55 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 60445 invoked from network); 26 Mar 2004 09:44:55 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.64) by daedalus.apache.org with SMTP; 26 Mar 2004 09:44:55 -0000 Received: (cpmta 3171 invoked from network); 26 Mar 2004 01:45:08 -0800 Received: from 24.51.109.181 (HELO ?192.168.1.100?) by smtp.hatcher.net (209.228.32.64) with SMTP; 26 Mar 2004 01:45:08 -0800 X-Sent: 26 Mar 2004 09:45:08 GMT Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <4063B83B.9090608@cs.york.ac.uk> References: <4063B83B.9090608@cs.york.ac.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <442F8FF0-7F0A-11D8-9E96-000393A564E6@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: build.xml tweak Date: Fri, 26 Mar 2004 04:45:07 -0500 To: "Lucene Developers List" X-Mailer: Apple Mail (2.613) 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 On Mar 25, 2004, at 11:57 PM, Thimal Jayasooriya wrote: > Small tweak to dynamically generate the current year for the "year" > property. It was hardcoded to 2003 :) Thanks for the prod, I had put the "todo" in there earlier. Your patch, however, uses current.year before it is set - are you sure what you did worked? My commit may have just made the build require Ant 1.6. I hope everyone building Ant is at this version - if not I can make it work with 1.5 no problem. With Ant 1.6, we can clean up the build file a fair bit more, so please upgrade. The sandbox has required Ant 1.6 to build for some time now. Erik > > > -- > Thimal Jayasooriya, > Department of Computer Science, > The University of York > http://www.cs.york.ac.uk/~thimal/ > > Index: build.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-lucene/build.xml,v > retrieving revision 1.56 > diff -u -r1.56 build.xml > --- build.xml 19 Feb 2004 18:13:30 -0000 1.56 > +++ build.xml 26 Mar 2004 04:56:53 -0000 > @@ -11,7 +11,7 @@ > > > > - > + > > > > @@ -34,6 +34,11 @@ > > > location="${build.dir}/test/reports"/> > + > + > + > + > + > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org