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 33280 invoked from network); 15 Aug 2000 23:09:49 -0000 Received: from smtp.thespot.com.au (203.63.78.43) by locus.apache.org with SMTP; 15 Aug 2000 23:09:49 -0000 Received: from monkey.prod.thespot.com.au (monkey.prod.thespot.com.au [172.16.33.10]) by smtp.thespot.com.au (8.9.3/8.9.3) with ESMTP id JAA25518 for ; Wed, 16 Aug 2000 09:07:41 +1000 (EST) Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e7FN9xR08322 for ; Wed, 16 Aug 2000 09:09:59 +1000 (EST) Received: from UNKNOWN(192.168.1.32), claiming to be "snotty" via SMTP by monkey, id smtpdAAAyHaGoq; Wed Aug 16 09:09:56 2000 From: "Conor MacNeill" To: Subject: RE: javac Date: Wed, 16 Aug 2000 09:10:11 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3999C0D0.790AD967@eRosenberg.com> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Bill, I have committed a patch to CVS whereby javac will, in verbose mode, tell you why it is compiling a particular file. It will help you understand where it is looking for class files, that is where it expects the class files to be. Conor -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Bill Rosenberg [mailto:bill@eRosenberg.com] > Sent: Wednesday, 16 August 2000 8:15 > To: ant-user@jakarta.apache.org > Subject: javac > > > When the javac task runs, I want to have the class files sent to a > seperate tree that mirrors the source code tree using: > > > classpath="${classpath}" > /> > > > Each time it runs however, it compiles every class in the srcdir instead > of the ones that have changed or the ones that do not have a .class in > the destdir. It does not seem to know its class files are somewhere > else. Any ideas? > > Sincerely, > > Bill > > > > > >