From owner-freebsd-java Wed Feb 27 19:21:48 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail.softalia.com (rainforest.softalia.com [65.161.202.20]) by hub.freebsd.org (Postfix) with ESMTP id 5177E37B41E for ; Wed, 27 Feb 2002 19:21:44 -0800 (PST) Received: from tigger.softalia.com (root@tigger.softalia.com [65.161.202.175]) by mail.softalia.com (8.11.4/3.7W-isfs) with ESMTP id g1S3Lal04546; Wed, 27 Feb 2002 22:21:36 -0500 (EST) Received: from tigger.softalia.com (kkonaka@tigger.softalia.com [65.161.202.175]) by tigger.softalia.com (8.11.4/3.7W-isfs) with ESMTP id g1S3LaO23075; Wed, 27 Feb 2002 22:21:36 -0500 Date: Wed, 27 Feb 2002 22:21:32 -0500 Message-ID: From: kkonaka@mac.com To: freebsd-java@FreeBSD.ORG Subject: Re: class dependencies (Re: What is ant good for?) In-Reply-To: <27666.200202280254@todday> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/20.7 (i586-pc-linux-gnu) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org the need for dependency analysis is not really only for compilation time -- there's some jini related tool named ClassDep and it is used primarily to prepare svc-dl.jar file from set of jar files (including svc.jar,jini-core.jar,etc.) (this is more like a 'needed files (for download) extractor') - take a look? btw., I think jikes also have had some switch like -M which works exactly like 'make depend' or 'cc -depend' (...only hope that if ant javac task could work with this too...) kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message