[Bug classpath/27857] New: NPE in java.util.logging

2006-06-01 Thread david dot gilbert at object-refinery dot com
more This is a regression...it was working a few months ago, as I ran this just before FOSDEM (and perhaps even more recently). I'm using JamVM 1.4.3 and a very recent version of GNU Classpath from CVS. -- Summary: NPE in java.util.logging Product: classpath

[Bug classpath/26668] java.util.logging bugs

2006-03-20 Thread rafaels at redhat dot com
--- Comment #12 from rafaels at redhat dot com 2006-03-20 15:52 --- Created an attachment (id=11073) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11073&action=view) test suite -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26668

[Bug classpath/26668] java.util.logging bugs

2006-03-20 Thread rafaels at redhat dot com
--- Comment #11 from rafaels at redhat dot com 2006-03-20 15:51 --- Created an attachment (id=11072) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11072&action=view) updated patch -- rafaels at redhat dot com changed: What|Removed |Added

[Bug classpath/26668] java.util.logging bugs

2006-03-15 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-03-15 19:42 --- "I wasn't sure string literals were automatically interned by all JVMs. If this is in fact part of the langauge spec then this is a non issue." Yeah, this is required by the language specification. -- tromey at g

[Bug classpath/26668] java.util.logging bugs

2006-03-15 Thread mark at gcc dot gnu dot org
--- Comment #2 from mark at gcc dot gnu dot org 2006-03-15 12:59 --- Thanks for this Rafael. Splitting this in smaller parts would help evaluate things quicker (as would adding a ChangeLog entry and following the coding convention). Question about point #6. Although I agree this is a bi

Re: FYI: java.util.logging

2002-11-04 Thread Mark Wielaard
Hi, On Thu, 2002-10-31 at 22:08, Sascha Brawer wrote: > Mark Wielaard <[EMAIL PROTECTED]> wrote on Thu, 31 Oct 2002 13:30:55 +0100: > > >In the past you said that you thought that java.util.logging is still > >alpha quality code which is one of the reasons it is not yet

Re: commit-classpath [was: FYI: java.util.logging]

2002-10-31 Thread Tom Tromey
> "Sascha" == Sascha Brawer <[EMAIL PROTECTED]> writes: Sascha> % cat java/util/logging/CVS/R* Sascha> /cvsroot/classpath//classpath/java/util/logging It is possible the `//' in the above causes the problem. The Classpath CVSROOT compares against the regexp `^classpath'. If you change the `//

Re: FYI: java.util.logging

2002-10-31 Thread Mark Wielaard
On Thu, 2002-10-31 at 16:44, Brian Jones wrote: > Mark Wielaard <[EMAIL PROTECTED]> writes: > > > BTW. Do you know why your commits do not appear on the commit-classpath > > mailinglist? http://mail.gnu.org/pipermail/commit-classpath/ > > I'm trying to figure this out too. Doesn't appear to be a

Re: FYI: java.util.logging

2002-10-31 Thread Sascha Brawer
Mark Wielaard <[EMAIL PROTECTED]> wrote on Thu, 31 Oct 2002 13:30:55 +0100: >In the past you said that you thought that java.util.logging is still >alpha quality code which is one of the reasons it is not yet included >into libgcj. How do you feel about the code quality now?

commit-classpath [was: FYI: java.util.logging]

2002-10-31 Thread Sascha Brawer
> BTW. Do you know why your commits do not appear on the commit-classpath > mailinglist? http://mail.gnu.org/pipermail/commit-classpath/ I'm sorry, but I have no idea about this. Brian> I'm trying to figure this out too. Doesn't appear to be a setting Brian> issue on the list itself. Tom Trom

Re: FYI: java.util.logging

2002-10-31 Thread Tom Tromey
> "Brian" == Brian Jones <[EMAIL PROTECTED]> writes: >> BTW. Do you know why your commits do not appear on the commit-classpath >> mailinglist? http://mail.gnu.org/pipermail/commit-classpath/ Brian> I'm trying to figure this out too. Doesn't appear to be a setting Brian> issue on the list it

Re: FYI: java.util.logging

2002-10-31 Thread Brian Jones
Mark Wielaard <[EMAIL PROTECTED]> writes: > BTW. Do you know why your commits do not appear on the commit-classpath > mailinglist? http://mail.gnu.org/pipermail/commit-classpath/ I'm trying to figure this out too. Doesn't appear to be a setting issue on the list itself. Brian -- Brian Jones

Re: FYI: java.util.logging

2002-10-31 Thread Mark Wielaard
Hi, On Wed, 2002-10-30 at 22:23, Sascha Brawer wrote: > just for your information: I've checked in a bunch of bug fixes to the > java.util.logging package. See the ChangeLog entries for details. > > I hope the ChangeLog is not too detailed, but for maintaining the code, > it

FYI: java.util.logging

2002-10-30 Thread Sascha Brawer
Hi, just for your information: I've checked in a bunch of bug fixes to the java.util.logging package. See the ChangeLog entries for details. I hope the ChangeLog is not too detailed, but for maintaining the code, it might turn out to be useful to have that documentation available. Best re

Re: don't build java.util.logging?

2002-09-01 Thread Michael Koch
Am Montag, 2. September 2002 08:15 schrieb Mark Wielaard: > Hi, > > On Mon, 2002-09-02 at 01:46, Tom Tromey wrote: > > Today I tried building the Classpath CVS trunk with jikes. It failed > > building java.util.logging, since java.net.Socket doesn't have > > sh

Re: don't build java.util.logging?

2002-09-01 Thread Mark Wielaard
Hi, On Mon, 2002-09-02 at 01:46, Tom Tromey wrote: > Today I tried building the Classpath CVS trunk with jikes. It failed > building java.util.logging, since java.net.Socket doesn't have > shutdownInput. My solution was to disable java.util.logging in > standard.omit. Did I d

don't build java.util.logging?

2002-09-01 Thread Tom Tromey
Today I tried building the Classpath CVS trunk with jikes. It failed building java.util.logging, since java.net.Socket doesn't have shutdownInput. My solution was to disable java.util.logging in standard.omit. Did I do something weird? I'm surprised this hasn't bit any

Re: Inspecting [L]GPLed non-FSF code -- was: java.util.logging

2002-03-05 Thread Mark Wielaard
n stuff.) > As of java.util.logging -- by now, I've read Brian Gilstrap's code quite > extensively. However, I did *not* change anything in my code so far, > with one exception: a date format string in XMLFormatter.java, line 77. And in this particular case you both agreed tha

Inspecting [L]GPLed non-FSF code -- was: java.util.logging

2002-03-05 Thread Sascha Brawer
doc/hacking.html be amended by a clarification that the term "proprietary" means anything whose copyright has not been assigned to the FSF, including GPLed and LGPLed code? However, in case GPL/LGPLed code was fine to inspect, it might be worth mentioning, as well. As of java.util.logging --

Re: java.util.logging

2002-03-04 Thread Mark Wielaard
Hi, On Thu, 2002-02-28 at 20:05, Brian Gilstrap wrote: > Sascha wrote: > >> (I really like some things in Lumberjack which I'd like to adapt, > >> of course giving due credit. But the question basically applies > >> to a lot of code, not only to Lumberjack). > > Brian Jones wrote: > > > I r

Re: java.util.logging

2002-02-28 Thread Tom Tromey
> "Sascha" == Sascha Brawer <[EMAIL PROTECTED]> writes: Sascha> Whatever the decision will be, I could check the testlets into Sascha> Mauve (assuming I'll be allowed to commit changes). You'll definitely be allowed to. Mauve is very welcoming. I can tell you how to get an account if you do

Re: java.util.logging

2002-02-28 Thread Sascha Brawer
Brian Gilstrap <[EMAIL PROTECTED]> wrote on Thu, 28 Feb 2002 13:05:15 -0600: >Were you expecting to take code, or were you planning (like I am) to >learn from both sets of code and make changes to your code that you >conclude are appropriate? Only the latter. -- Sascha

Re: java.util.logging

2002-02-28 Thread Brian Gilstrap
Sascha wrote: >> (I really like some things in Lumberjack which I'd like to adapt, >> of course giving due credit. But the question basically applies >> to a lot of code, not only to Lumberjack). Brian Jones wrote: > I really don't know, credit must be given always. If it is more than > 10

Re: java.util.logging

2002-02-28 Thread Brian Gilstrap
Sascha, Thanks for the long assessment. In general, it seems like it is quite even handed. I had already responded to Anthony Green letting him know I'm not interested in assigning copyright to the FSF at this time. I would definitely be interested in exchanging thoughts on the API, and appr

Re: java.util.logging

2002-02-28 Thread Brian Gilstrap
Sascha, > I am extremely glad that you are interested in discussing the API > and our respective implementations. Also, I totally agree with > what you wrote about the advantages of working together. So, I am > very much looking forward to doing this. Great! > An administrative question:

Re: java.util.logging

2002-02-28 Thread Brian Jones
Sascha Brawer <[EMAIL PROTECTED]> writes: > Brian Jones <[EMAIL PROTECTED]> wrote on Thu, 28 Feb 2002 08:24:52 -0500: > > >> So, how do we proceed? > >> (b) Merging: > > > >This is possible in due time, assuming Lumberjack authors agree on > >license changes, copyright, etc. > > But -- it *is*

Re: java.util.logging

2002-02-28 Thread Sascha Brawer
Brian, I am extremely glad that you are interested in discussing the API and our respective implementations. Also, I totally agree with what you wrote about the advantages of working together. So, I am very much looking forward to doing this. An administrative question: Do people really want c

Re: java.util.logging

2002-02-28 Thread Sascha Brawer
Brian Jones <[EMAIL PROTECTED]> wrote on Thu, 28 Feb 2002 08:24:52 -0500: >> So, how do we proceed? >> (b) Merging: > >This is possible in due time, assuming Lumberjack authors agree on >license changes, copyright, etc. But -- it *is* possible to look at (L)GPLed sources whose copyright have no

Re: java.util.logging

2002-02-28 Thread Brian Jones
Sascha Brawer <[EMAIL PROTECTED]> writes: > So, how do we proceed? > > (a) Scrap my implementation, We won't be scrapping your work. > (b) Merging: This is possible in due time, assuming Lumberjack authors agree on license changes, copyright, etc. > For my implementation, I tried to create

Re: java.util.logging

2002-02-28 Thread Sascha Brawer
> java.util.logging: > - Lumberjack <http://javalogging.sourceforge.net> > - my implementation, planned for Classpath Thanks for the pointer! I've browsed a bit in the Lumberjack code and would like to share my impressions. Please be aware, though, that my assessment mig

Re: java.util.logging

2002-02-27 Thread Anthony Green
On Wed, 2002-02-27 at 13:32, Anthony Green wrote: > On Wed, 2002-02-27 at 08:54, Brian Gilstrap wrote: > > Since Lumberjack is LGPL, is there anything special that would need to > > be done to incorporate it into GNU Classpath? > > The license would have to change slightly. We use the GPL with

Re: java.util.logging

2002-02-27 Thread Brian Jones
Brian Gilstrap <[EMAIL PROTECTED]> writes: > I don't want to rehash something that is covered in a FAQ, so just > point me to the FAQ if there is one. But: > > How does the above differ from the LGPL? Concrete examples are > especially helpful. You can create executables that include some porti

Re: java.util.logging

2002-02-27 Thread Brian Gilstrap
I wrote: >>Since Lumberjack is LGPL, is there anything special that would need to >>be done to incorporate it into GNU Classpath? Anthony Green responded: > The license would have to change slightly. We use the GPL with the > following exception (blessed by the FSF): > > "Linking this lib

Re: java.util.logging

2002-02-27 Thread Brian Jones
Anthony Green <[EMAIL PROTECTED]> writes: > On Wed, 2002-02-27 at 01:06, Sascha Brawer wrote: > > I'd like to announce that a Free implementation of java.util.logging, the > > logging framework of J2SE 1.4, is nearing completion. In case anyone > > else has wor

Re: java.util.logging

2002-02-27 Thread Anthony Green
On Wed, 2002-02-27 at 01:06, Sascha Brawer wrote: > I'd like to announce that a Free implementation of java.util.logging, the > logging framework of J2SE 1.4, is nearing completion. In case anyone > else has worked on this package, please send me a message so we can merge > the

Re: java.util.logging

2002-02-27 Thread Brian Gilstrap
Anthony Green wrote: > On Wed, 2002-02-27 at 01:06, Sascha Brawer wrote: > >>I'd like to announce that a Free implementation of java.util.logging, the >>logging framework of J2SE 1.4, is nearing completion. In case anyone >>else has worked on this package, pleas

Re: java.util.logging

2002-02-27 Thread Anthony Green
On Wed, 2002-02-27 at 08:54, Brian Gilstrap wrote: > Since Lumberjack is LGPL, is there anything special that would need to > be done to incorporate it into GNU Classpath? The license would have to change slightly. We use the GPL with the following exception (blessed by the FSF): "Linking this

java.util.logging

2002-02-27 Thread Sascha Brawer
Hello, I'd like to announce that a Free implementation of java.util.logging, the logging framework of J2SE 1.4, is nearing completion. In case anyone else has worked on this package, please send me a message so we can merge the code. Otherwise, I'll do some final clean-up and