Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42789 invoked from network); 5 Feb 2004 23:21:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 23:21:39 -0000 Received: (qmail 74674 invoked by uid 500); 5 Feb 2004 23:21:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 74638 invoked by uid 500); 5 Feb 2004 23:21: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 82778 invoked from network); 5 Feb 2004 19:15:43 -0000 From: "Matt Raible" To: "'Ant Users List'" Subject: [repost] Javac re-compiles classes that haven't changed Date: Wed, 4 Feb 2004 10:30:18 -0700 Organization: Raible Designs, Inc. Message-ID: <007f01c3eb44$8f4bf850$c700a8c0@raibledesigns.home> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I sent this on Monday, but it never showed up on the list. --- I have the following compile target that compiles some .java files in the src/service tree, as well as some XDoclet generated files (Struts ActionForms) in build/web/gen. The problem I'm experiencing is that the files from build/web/gen are recompiled every time, even if they haven't been regenerated. Any ideas how to solve this? Compiling ${module}... Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org