Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 48781 invoked from network); 4 Mar 2005 16:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Mar 2005 16:44:23 -0000 Received: (qmail 26627 invoked by uid 500); 4 Mar 2005 16:44:18 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 26580 invoked by uid 500); 4 Mar 2005 16:44:18 -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 26566 invoked by uid 99); 4 Mar 2005 16:44:18 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dbrosius@qis.net designates 209.150.96.22 as permitted sender) Received: from floyd.qis.net (HELO floyd.qis.net) (209.150.96.22) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 04 Mar 2005 08:44:16 -0800 Received: from moon.qis.net (moon.qis.net [209.150.96.24]) by floyd.qis.net (Postfix) with ESMTP id 4002B73AB0 for ; Fri, 4 Mar 2005 11:44:13 -0500 (EST) Received: from 209.150.96.22 by moon.qis.net (amavisd-lite) with LMTP id 1109955375-9135-10 for ; Fri Mar 4 11:56:16 2005 Received: from localhost (eclipse2.qis.net [209.150.96.19]) by floyd.qis.net (Postfix) with ESMTP id 0480273B84 for ; Fri, 4 Mar 2005 11:39:52 -0500 (EST) Received: from balasmtpout.primavera.com (balasmtpout.primavera.com [65.174.157.4]) by webmail.qis.net (IMP) with HTTP for ; Fri, 4 Mar 2005 11:39:53 -0500 Message-ID: <1109954393.42288f593d379@webmail.qis.net> Date: Fri, 4 Mar 2005 11:39:53 -0500 From: dbrosius@qis.net To: user@ant.apache.org Subject: Yay! got uptodate to work, thanks all MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 65.174.157.4 X-Virus-Scanned: by amavisd-lite at moon.qis.net X-Spam-Status: No, hits=0.0 required=5.0 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N But now i realize i've got another problem, in that i really need to do process uptodate and build per file, like javac does. I see the tag that ant-contrib provides, but must assume that there is a way to do this with the regular ant tasks. So i guess my question is how do i do what the javac task does, namely give a directory, for each item in the directory, see if it's output file is up to date, and if not build it. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org