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
> > * [EMAIL PROTECTED] #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
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
