Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 13898 invoked from network); 15 Dec 2004 13:15:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 13:15:29 -0000 Received: (qmail 99101 invoked by uid 500); 15 Dec 2004 13:02:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 99021 invoked by uid 500); 15 Dec 2004 13:02:16 -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 98979 invoked by uid 99); 15 Dec 2004 13:02:14 -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 proxy.ddcom.co.jp (HELO proxy.ddcom.co.jp) (211.121.191.163) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 15 Dec 2004 05:02:10 -0800 Received: (qmail 13725 invoked by alias); 15 Dec 2004 13:17:36 -0000 Received: from unknown (HELO matthew) (10.10.10.11) by mail.ddcom.local with SMTP; 15 Dec 2004 13:17:36 -0000 Date: Wed, 15 Dec 2004 22:02:10 +0900 From: Joel To: "Ant Users List" Subject: Re: Need help understanding dependencies and destdir In-Reply-To: <1103113470.15105.30.camel@c-jabley> References: <20041215164051.2559.REES@ddcom.co.jp> <1103113470.15105.30.camel@c-jabley> Message-Id: <20041215220017.2569.REES@ddcom.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N James Abley wrote > On Wed, 2004-12-15 at 11:42, Joel wrote: > > > For that last part, I think that you need to look at . > > > Have a > > > > > > > > > > > > is not aware of dependencies and inheritance hierarchies. > > > > Is supposed to be able to tell when a particular source file > > is newer than its class file? > > [..] > Sorry, I was a bit ambiguous in my first answer. > > Yes, it can check a .java source file against the corresponding .class > file for timestamp or existence differences which point to requiring a > compilation, but my understanding is that it doesn't check for a > superclass having changed, or any imports. You may get compile failures > thrown by javac; for example, if a new abstract method has been > introduced by into a superclass; which would alert you to a potential > issue. But you may just get a subtle bug in your application. So, if I touch a source file, that source file, at least, should recompile? -- Joel Rees digitcom, inc. 株式会社デジコム Kobe, Japan +81-78-672-8800 ** ** --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org