Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 90428 invoked from network); 29 Dec 2000 10:25:07 -0000 Received: from mail.biac.be (212.35.103.18) by h29.sny.collab.net with SMTP; 29 Dec 2000 10:25:07 -0000 Received: from nt_duchess.switch.be by mail.biac.be (SMI-8.6/SMI-SVR4) id LAA05965; Fri, 29 Dec 2000 11:25:03 +0100 Received: from swITch.be (RODIN [193.53.197.113]) by nt_duchess.switch.be with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id SWCPJBVQ; Fri, 29 Dec 2000 11:23:03 +0100 Sender: barrel@swITch.be Message-ID: <3A4C654A.E74CBC43@swITch.be> Date: Fri, 29 Dec 2000 11:19:54 +0100 From: Barry Nauta X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.17-21mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: IDL compilation with ant -> problem? References: <3A4BC11A.9C509075@machturtle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h29.sny.collab.net 1.6.2 0/1000/N Hello, We want to use ant for our build-process but encountered the following problem: We use quite a lot of IDLs and compilation of all IDLs together takes more than 15 minutes. The following works just fine in ant 36 37 40 41 42 43 44 45 The problem with this target is that it compiles ALL idl files (so taking more that 15 minutes to compile), where we would like to compile only those who have changed or those who are influenced by a change (dependencies). Is there some sort of dependency checking possible or do we have to write a seperate tool that generates build files based on dependencies? Thanks, Barry