Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 26137 invoked from network); 26 Jul 2004 15:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Jul 2004 15:09:05 -0000 Received: (qmail 68128 invoked by uid 500); 26 Jul 2004 15:08:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 68074 invoked by uid 500); 26 Jul 2004 15:08:10 -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 67942 invoked by uid 99); 26 Jul 2004 15:08:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [134.132.72.99] (HELO junior.lgc.com) (134.132.72.99) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 26 Jul 2004 08:08:07 -0700 Received: from lgchvw02.lgc.com (lgchvw02.lgc.com [134.132.93.108]) by junior.lgc.com (8.11.7/8.11.3) with SMTP id i6QF7w807980 for ; Mon, 26 Jul 2004 10:07:58 -0500 (CDT) Received: from 134.132.72.99 by lgchvw02.lgc.com (InterScan E-Mail VirusWall NT); Mon, 26 Jul 2004 10:07:55 -0500 Received: from HOUEXCH903.landmark.lgc.com (houexch903.landmark.lgc.com [134.132.167.43]) by junior.lgc.com (8.11.7/8.11.3) with ESMTP id i6QF7qj07955 for ; Mon, 26 Jul 2004 10:07:52 -0500 (CDT) Received: from HOUEXCH902.landmark.lgc.com ([134.132.167.38]) by HOUEXCH903.landmark.lgc.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 26 Jul 2004 10:07:48 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.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: Apply task and missing directories Date: Mon, 26 Jul 2004 10:07:48 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apply task and missing directories Thread-Index: AcRyU/JanzQFNZe1TESCP7H7sS9JeAAzI3JA From: "Dominique Devienne" To: "Ant Users List" X-OriginalArrivalTime: 26 Jul 2004 15:07:48.0839 (UTC) FILETIME=[50697F70:01C47322] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Nicolas Girard [mailto:Nicolas.Girard@IReS.in2p3.fr] > I examined the possible solutions, and it appeared that the key point is > to generate the png images in-place first, then moving them to the > desired directory, thereby using the ability of the task to > create directories recursively on-the-fly. Very clever! I wasn't aware of the timestamp-checking abilities of with a @dest + . Isn't the selector redundant then since you check timestamps between ${dir}/**.dia and ${todir}/**.png with ? uses a digest algo instead of timestamps, so maybe that's what you intended all along ;-) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org