classpath
[Top][All Lists]
Advanced

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

Re: How to handle properties file


From: Michael Koch
Subject: Re: How to handle properties file
Date: Fri, 20 May 2005 07:00:07 +0200
User-agent: mutt-ng 1.5.9-r292i (Debian)

On Fri, May 20, 2005 at 07:46:05AM +0200, Nicolas Geoffray wrote:
> On Fri, 2005-05-20 at 06:40 +0200, Michael Koch wrote:
> > On Thu, May 19, 2005 at 11:24:16PM +0200, Nicolas Geoffray wrote:
> > > On Thu, 2005-05-19 at 21:54 +0200, Sascha Brawer wrote:
> > > > Hi Nicolas,
> > > > 
> > > > http://developer.classpath.org/doc/java/util/logging/LogManager.html
> > > > 
> > > > I think the default config file should not be shipped as part of 
> > > > glibj.zip, but instead installed as a separate file. Sorry, I don't 
> > > > have 
> > > > the time right now to fix it myself...
> > > > 
> > > 
> > > OK. Thank you Sascha for the answer.
> > > 
> > > So, properties files inside a jar (or zip) archive are always handled by
> > > the application (or the gnu classpath files)? Nothing should be done at
> > > the opening of the jar file? If I'm asking, it's because i'm afraid as a
> > > vm implementor to make some code that will read a jar file (like
> > > glibj.zip) and do things like looking for *.properties files from it.
> > 
> > 
> > Now I understand your original request. Sorry for my stupidity.
> > No, not all *.properties files have to be outside of glibj.zip.
> > E.g. we use property files to define locale data. These need to be still
> > inside glibj.zip. Others should be outside to be editable by the
> > administrator of the GNU classpath installation. Can you please file a
> 
> 
> No problem Michael, maybe i wasn't clear enough.
> So these property files inside the glibj.zip, who (the java application?
> gnu classpath? the vm?) handles it?

GNU classpath has to handle them. The VM should not need to handle them.
This would be them same work for each VM. We can generalize this easy
in GNU classpath.
 
> > bug report for this?
> > 
> 
> Robert Schuster has.

Cool.


Cu
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/




reply via email to

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