Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 72897 invoked from network); 29 Jun 2005 04:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 04:45:26 -0000 Received: (qmail 55388 invoked by uid 500); 29 Jun 2005 04:45:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55352 invoked by uid 500); 29 Jun 2005 04:45:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55338 invoked by uid 99); 29 Jun 2005 04:45:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 21:45:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.115.57.43] (HELO ylpvm12.prodigy.net) (207.115.57.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 21:45:15 -0700 Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j5T4j9G2018600 for ; Wed, 29 Jun 2005 00:45:10 -0400 X-ORBL: [64.175.149.250] Received: from wcx1000 (adsl-64-175-149-250.dsl.snfc21.pacbell.net [64.175.149.250]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j5T4j2u8082652 for ; Wed, 29 Jun 2005 00:45:08 -0400 Message-Id: <200506290445.j5T4j2u8082652@pimout5-ext.prodigy.net> Reply-To: From: "Bill Rich" To: "'Ant Users List'" Subject: RE: IDL always re-compiles in build Date: Tue, 28 Jun 2005 21:45:04 -0700 Organization: Wilandra Consulting LLC MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: Thread-Index: AcV8YSaHOPlhPH+gQHKDTcNjS/x2GAAA80vQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Here is a sample for handling JavaCC that I use. It is similar to what you want for IDL. HTH Bill -----Original Message----- From: Jeffrey E Care [mailto:carej@us.ibm.com] Sent: Tuesday, June 28, 2005 8:31 PM To: Ant Users List Subject: Re: IDL always re-compiles in build You may be able to use the task to set a property & use conditional target execution based on that property. -- Jeffrey E. Care (carej@us.ibm.com) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis David Calkins 06/28/2005 10:03 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject IDL always re-compiles in build I'm using the JacORB IDL compilation task jacidl. Unfortunately, it recompiles the IDL everytime I initiate a build, despite the IDL not having changed, which of course forces recompilation of the generated Java sources. Is there any way to configure the build file so it won't think it needs to re-compile the IDL unless the IDL file is newer than the generated Java source? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org