Re: reformatting: hacked jalopy available

2003-11-13 Thread Brian Jones
Tom Tromey <[EMAIL PROTECTED]> writes: > * I didn't add a GUI for the new options I added; I just set up their > defaults to be what we'd like. This is easy enough to change later > if needed. Ok, I think we should make the "GNU" option do what we like if someone does hack on the config piec

Re: [PATCH] small fix for ServerSocket close

2003-11-13 Thread Brian Jones
Michael Koch <[EMAIL PROTECTED]> writes: > I think it would be really nice i you could commit this to libgcj too. > This class is totally merged. Just out of my curiosity, how does that whole process work? Brian -- Brian Jones <[EMAIL PROTECTED]>

reformatting: hacked jalopy available

2003-11-13 Thread Tom Tromey
I've hacked jalopy a bit to generate output that conforms more closely to what we'd like. You can get it here: ftp://sources.redhat.com/pub/java/jalopy-console-1.0.4.tar.gz Also in that directory is "GNU.xml", my attempt at a GNU-like style file. I don't have anywhere to check in my changes

Re: URL's fix

2003-11-13 Thread Mark Wielaard
Hi, On Wed, 2003-10-29 at 19:29, Guilhem Lavaux wrote: > I noticed some misbehaviour of classpath's URL compared to > Sun's JDK while merging these classes in kaffe's library. > Kaffe's regression test "URLTest" was failing nearly > completely. I turned that kaffe test into a new Mauve test.

Re: [PATCH] small fix for ServerSocket close

2003-11-13 Thread Michael Koch
On Thu, Nov 13, 2003 at 06:47:30PM +0100, Mark Wielaard wrote: > Hi, > > On Thu, 2003-11-13 at 15:35, Dalibor Topic wrote: > > attached is a small fix for ServerSocket's close method. It fixes a > > NullPointerException when attempting to close a ServerSocket twice. > > Thanks. Checked in as obv

Re: [PATCH] small fix for ServerSocket close

2003-11-13 Thread Mark Wielaard
Hi, On Thu, 2003-11-13 at 15:35, Dalibor Topic wrote: > attached is a small fix for ServerSocket's close method. It fixes a > NullPointerException when attempting to close a ServerSocket twice. Thanks. Checked in as obvious. Only slightly reformatted the ChangeLog entry. 2003-11-13 Guilhem Lav

Re: [PATCH] Small fix for Jetty 4.2.14

2003-11-13 Thread Mark Wielaard
Hi, On Thu, 2003-11-13 at 01:29, Dalibor Topic wrote: > Hi, > > attached is a small fix for Jetty 4.2.14 that is needed to get Jetty to > work with Classpath's file URL Connection. Jetty otherwise breaks on > startup and complains that webapps/templates can not be found, despite > that it exis

[PATCH] small fix for ServerSocket close

2003-11-13 Thread Dalibor Topic
Hi all, attached is a small fix for ServerSocket's close method. It fixes a NullPointerException when attempting to close a ServerSocket twice. 2003-11-13 Guilhem Lavaux <[EMAIL PROTECTED]> * java/net/ServerSocket.java: (close) Check if server socket has already been released,