Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 67912 invoked from network); 2 Dec 2002 22:13:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Dec 2002 22:13:36 -0000 Received: (qmail 17886 invoked by uid 97); 2 Dec 2002 22:14:35 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17851 invoked by uid 97); 2 Dec 2002 22:14:34 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 17838 invoked by uid 98); 2 Dec 2002 22:14:34 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: Re[2]: Best practice for numerous javac calls? Date: Mon, 2 Dec 2002 16:13:23 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Have you tried a recent build from CVS HEAD? Stefan has probably fixed that!?!? As a work around for Ant 1.5.1, I use a property to avoid re-taskdef'ing in the sub-build: --- master.xml --- ... ... --- subbuild.xml --- ... ... is nothing more than and joined at the hip. This technique got me rid of the re-reference warnings. --DD -----Original Message----- From: Jacob Kjome [mailto:hoju@visi.com] Sent: Monday, December 02, 2002 4:06 PM To: Ant Users List Subject: Re[2]: Best practice for numerous javac calls? [DD] Any solutions to that? Jake -- To unsubscribe, e-mail: For additional commands, e-mail: