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: Christian Thalinger
Subject: Re: [cp-patches] installing logging.properties
Date: Tue, 10 Jan 2006 19:00:06 +0100

On Tue, 2006-01-10 at 18:28 +0100, Mark Wielaard wrote:
> 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.

Eh, am i missing something here?  gnu.classpath.home.url is
$(prefix)/lib:

      defaultProperties.put("gnu.classpath.home.url",
                            "file://"
                            + Configuration.CLASSPATH_HOME
                            + "/lib");

So...

TWISTI




reply via email to

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