This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/29869] LogManager class loading failure with Tomcat
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 30 Mar 2007 04:35:17 -0000
- Subject: [Bug libgcj/29869] LogManager class loading failure with Tomcat
- References: <bug-29869-13215@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from tromey at gcc dot gnu dot org 2007-03-30 05:35 -------
Subject: Bug 29869
Author: tromey
Date: Fri Mar 30 05:34:58 2007
New Revision: 123357
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123357
Log:
libjava
PR libgcj/29869:
* java/util/logging/LogManager.java (readConfiguration): Handle
comma-separated 'handlers'. Don't try to add a non-existing
handler.
libgcj/classpath
PR libgcj/29869:
* gnu/java/util/jar/JarUtils.java (log): Commented out.
(readSFManifest): Don't log.
Modified:
branches/redhat/gcc-4_1-branch/libjava/ChangeLog
branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog
branches/redhat/gcc-4_1-branch/libjava/classpath/gnu/java/util/jar/JarUtils.java
branches/redhat/gcc-4_1-branch/libjava/java/util/logging/LogManager.java
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29869