Date: Wed, 27 Feb 2002 22:21:32 -0500 From: kkonaka@mac.com To: freebsd-java@FreeBSD.ORG Subject: Re: class dependencies (Re: What is ant good for?) Message-ID: <sqb8z9ecmv7.wl@kenji.konaka.nowhere.middle.of> In-Reply-To: <27666.200202280254@todday>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sqb8z9ecmv7.wl>