Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 86008 invoked from network); 13 May 2004 13:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 May 2004 13:59:49 -0000 Received: (qmail 65576 invoked by uid 500); 13 May 2004 13:59:52 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 65532 invoked by uid 500); 13 May 2004 13:59:52 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 65508 invoked by uid 98); 13 May 2004 13:59:52 -0000 Received: from anonymous@nagoya.betaversion.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(192.18.33.10):. Processed in 0.155803 secs); 13 May 2004 13:59:52 -0000 X-Qmail-Scanner-Mail-From: anonymous@nagoya.betaversion.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(192.18.33.10):. Processed in 0.155803 secs) Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by hermes.apache.org with SMTP; 13 May 2004 13:59:52 -0000 Received: (qmail 5960 invoked by uid 50); 13 May 2004 14:00:40 -0000 Date: 13 May 2004 14:00:40 -0000 Message-ID: <20040513140040.5959.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 28941] - [patch] javac && onCompile support X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=28941 [patch] javac && onCompile support ------- Additional Comments From ddevienne@lgc.com 2004-05-13 14:00 ------- I voted for this patch because it's a simple and useful addition. Even if you have a smart task that does dependency checking, that tasks still has to rescan the directories, which for large hierarchies is not free (especially on Windows, whose filesystem sucks, even NTFS). I have a registration step that follows compilation, and I could skip that completely (instead of scanning directories) based of the property. Someone please put this patch in. Thanks, --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org