classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] installing logging.properties


From: Mark Wielaard
Subject: Re: [cp-patches] installing logging.properties
Date: Tue, 10 Jan 2006 18:28:33 +0100

Hi Christian,

On Tue, 2006-01-10 at 16:56 +0100, Christian Thalinger wrote:
> On Tue, Jan 10, 2006 at 04:47:41PM +0100, Mark Wielaard wrote:
> >  * <li>If the system property <code>java.util.logging.config.file</code>
> >  *     is not set, however, the contents of the URL
> >  *     "{gnu.classpath.home.url}/logging.properties" are passed to
> >  *     address@hidden #readConfiguration(java.io.InputStream)}.
> >  *     Here, "{gnu.classpath.home.url}" stands for the value of
> >  *     the system property <code>gnu.classpath.home.url</code>.</li>
> > 
> > So $(prefix)/jre/lib isn't the correct place for this file. It looks
> 
> Yes, i know.  The patch is from the good ol' days when CACAO had it's
> own copy of GNU classpath :-)
> 
> > like it should go into $(prefix) but that also isn't that nice.
> 
> And why?

Normally in $(prefix) just contains the subdirs (include, info, lib,
share, etc)

> All other JVMs do have their logging.properties file in that
> directory.

libgcj installs it as:
propdir = $(libdir)

$(INSTALL_DATA) $(srcdir)/java/util/logging/logging.properties 
$(DESTDIR)$(propdir)/logging.properties

That seems a better place. But it looks like we have to update
LogManager in that case to look there.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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