Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 14906 invoked from network); 10 Apr 2002 23:18:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Apr 2002 23:18:54 -0000 Received: (qmail 28717 invoked by uid 97); 10 Apr 2002 23:18:53 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 28707 invoked by uid 97); 10 Apr 2002 23:18:53 -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 9391 invoked from network); 10 Apr 2002 21:18:13 -0000 X-Remote-IP: 212.254.251.68 Date: Wed, 10 Apr 2002 23:18:08 +0200 Subject: Re: auto dependency generation? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: Denis N. Antonioli To: "Ant Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <20020410191030.54313.qmail@web13409.mail.yahoo.com> Message-Id: <7439BB16-4CC8-11D6-9C36-000393536760@ifi.unizh.ch> X-Mailer: Apple Mail (2.481) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mercredi, avril 10, 2002, at 09:10 , Diane Holt wrote: > --- kenyee@keysolutions.com wrote: >> Is there a simple way to generate a dependency file for >> inclusion into build.xml? > > There's the task, but it works once the class files are all > compiled (since it uses them to determine the dependencies). ...which won't find things such as final fields, or other inlined members of a class. To be on the safe side, you need to parse the java sources. Two hints for free tools: 1) jikes has an option to generate dependencies 2) Greetings Denis N. Antonioli -- All human activity was useless, but some kinds were more pleasant than others. -- D. Lodge, Ginger, you're barmy -- To unsubscribe, e-mail: For additional commands, e-mail: