Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 58033 invoked from network); 5 Jan 2000 11:07:26 -0000 Received: from oznet15.ozemail.com.au (203.2.192.116) by 63.211.145.10 with SMTP; 5 Jan 2000 11:07:26 -0000 Received: from cognetnt (slsdn2p38.ozemail.com.au [210.84.9.102]) by oznet15.ozemail.com.au (8.9.0/8.6.12) with SMTP id WAA08386 for ; Wed, 5 Jan 2000 22:06:00 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: [DEPEND] Ant patch to do -depend Date: Wed, 5 Jan 2000 22:05:23 +1100 Message-ID: <001b01bf576c$c3a10f20$80dc1fcb@cognetnt.cognet.com.au> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal In-Reply-To: <3872E25B.B257A9F@algroup.co.uk> Ben, As far as I can tell -depend is not directly supported under javac in Java 2. I think you need to check the Java version and use -Xdepend instead (assuming it does the same thing). Also you should consider adding this option to the jikes compile as well. (Even better would be eliminating the duplicated code somehow :-) Cheers Conor > -----Original Message----- > From: Ben Laurie [mailto:ben@algroup.co.uk] > Sent: Wednesday, 5 January 2000 17:19 > To: Tomcat Development > Subject: [DEPEND] Ant patch to do -depend > > > Ideally, this would also delete .class files for compiles that fail, so > they recompile next time, but that requires telepathy, it seems. I > suppose it could delete the .class for the files that were actually > out-of-date, but that is rather more of a sledgehammer than is > desirable. Even better would be proper dependency handling. > > Cheers, > > Ben. > > -- > SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm > > http://www.apache-ssl.org/ben.html > > "My grandfather once told me that there are two kinds of people: those > who work and those who take the credit. He told me to try to be in the > first group; there was less competition there." > - Indira Gandhi