Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 467 invoked from network); 16 Nov 2004 18:15:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 18:15:43 -0000 Received: (qmail 23582 invoked by uid 500); 16 Nov 2004 18:15:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 23536 invoked by uid 500); 16 Nov 2004 18:15:26 -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 23521 invoked by uid 99); 16 Nov 2004 18:15:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [146.197.27.40] (HELO barrierb241.nike.com) (146.197.27.40) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 10:15:24 -0800 X-Server-Uuid: F122D6CD-24F0-4253-8986-549FB7942DF9 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: using fileset and date selector to get dirs unmofidied for 30 minutes Date: Tue, 16 Nov 2004 10:15:11 -0800 Message-ID: <200411161815.iAGIFH7k010640@barrierb241.nike.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: using fileset and date selector to get dirs unmofidied for 30 minutes Thread-Index: AcTMCDZly4EJ6gysRQC1KlQ66zGBAg== From: "Anderson, Rob (Global Trade)" To: user@ant.apache.org X-OriginalArrivalTime: 16 Nov 2004 18:15:12.0151 (UTC) FILETIME=[36A08270:01C4CC08] X-WSS-ID: 6D849C3A2721902-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I would like to create a fileset that contain the directories that have = not been changed in the last 30 minutes. The Ant equivalent of: find ./ -type d -mmin 30 I think I can use a fileset with the date selector, but how do I get a = date that is 30 minutes ago? The question is: How do I set the property 30_minutes_ago? Thanks, _________________________________________________________________ Robert Anderson Sr. System Engineer Nike - Global Trade IT (503) = 532-6803 d --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org