classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dependencies files


From: Brian Jones
Subject: Re: Dependencies files
Date: 16 Jul 2003 19:52:50 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Dr. Torsten Rupp" <address@hidden> writes:

> Dear Classpath members,
> 
> I added some files with the names
> 
> class-dependencies.conf
> 
> in some Java package directories. These files describe dependencies
> of class/methods/fields as a property file. The data can be used if
> a VM tool want to link classes to an "static linked" application,
> like our JamaicaVM tool "Builder" can do. We use these dependencies
> to detect which classes/methods/fields have to be linked to the
> build application if some class/method/field is used. This is
> important if the dependencies to some classes/methods/fields are can
> be detected completely by a class-analysis, e. g. if some field in
> a class is accessed in some native-methods.
> 
> Please have a look into the files and feel free to add dependencies
> which are still missing. If the dependency information is not needed
> in your VM, yust ignore the files.

Hmm, got any program to contribute that generates these .conf files?

Brian
-- 
Brian Jones <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]