Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 69389 invoked from network); 3 Mar 2004 00:52:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Mar 2004 00:52:53 -0000 Received: (qmail 14407 invoked by uid 500); 3 Mar 2004 00:52:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 14367 invoked by uid 500); 3 Mar 2004 00:52:29 -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 14350 invoked from network); 3 Mar 2004 00:52:28 -0000 Received: from unknown (HELO mx1.sonypictures.com) (66.77.63.116) by daedalus.apache.org with SMTP; 3 Mar 2004 00:52:28 -0000 Received: (qmail 27337 invoked by uid 0); 3 Mar 2004 00:52:36 -0000 Received: from unknown (HELO spde-mail1.spde.net) (160.33.16.160) by 0 with SMTP; 3 Mar 2004 00:52:36 -0000 Received: from SL-MAIL2a.spde.net ([160.33.16.155]) by spde-mail1.spde.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 2 Mar 2004 16:52:37 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Wanted: Ant idiom for optimal parameterized copy Date: Tue, 2 Mar 2004 16:52:37 -0800 Message-ID: <32EFAEA4102B7041842430B3B3938573010420D5@sl-mail2a.spde.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Wanted: Ant idiom for optimal parameterized copy Thread-Index: AcQAr24og38NarUaQ6GreDL0d60OBgACjVfQ From: "Harkness, David" To: "Ant Users List" X-OriginalArrivalTime: 03 Mar 2004 00:52:37.0860 (UTC) FILETIME=[D2C9B240:01C400B9] 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 David Corbin wrote: > I frequently find I have to copy a file with a token filtering, where > the filtering is driven from properties. Now, these properties are > often fairly static, but not 100% so. Is there an idiom I can use to > determine that I need to recopy file X because one of it's > filter tokens > has changed? You could store the properties to filter in a file rather than a bunch of ant properties and use that file for and . Not ideal, especially since you probably pull these properties from different places, but it would work. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org