Re: Patches list and Gmane

2006-01-25 Thread Will L (sent by Nabble.com)
Mark Wielaard wrote: On Wed, 2006-01-25 at 12:14 -0500, Stuart Ballard wrote: > Just curious... > > Has there really been no traffic on the patches list in two days or > did the recent mailing list changes break gmane? > > http://blog.gmane.org/gmane.comp.java.classpath.patches It doesn't seem

Re: Classpath and java.util.concurrent

2006-01-25 Thread Mark Wielaard
Hi Tom, On Tue, 2006-01-24 at 11:15 -0700, Tom Tromey wrote: > One idea would be to check it in on a pristine branch (like cvs > import, but we probably don't want to use that in this case) and then > merge it over the generics branch and clean it up there. > > I would suggest putting the code in

Japi reverse comparisons (eg finalness and SimpleDoc)

2006-01-25 Thread Stuart Ballard
Looking over the new patches archive (thanks Mark!) I saw a thread between Wolfgang and Tom which betrayed a general incomplete understanding about Japi that I thought I'd address here since it's something of a Japi FAQ. The specific question was about whether japi ought to have reported that java

[Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentException

2006-01-25 Thread multix at gmail dot com
--- Comment #3 from multix at gmail dot com 2006-01-25 16:58 --- roman kennke suggestet to subsitute GtkImage to GtkErrorImage and this improved things a lot! Seems to work finw for me that way. - private Image bufferedImageOrError(BufferedImage b) + private Image imageOrError(Image b

Re: Patches list and Gmane

2006-01-25 Thread Mark Wielaard
On Wed, 2006-01-25 at 12:14 -0500, Stuart Ballard wrote: > Just curious... > > Has there really been no traffic on the patches list in two days or > did the recent mailing list changes break gmane? > > http://blog.gmane.org/gmane.comp.java.classpath.patches It doesn't seem to be caused by the ma

Patches list and Gmane

2006-01-25 Thread Stuart Ballard
Just curious... Has there really been no traffic on the patches list in two days or did the recent mailing list changes break gmane? http://blog.gmane.org/gmane.comp.java.classpath.patches Stuart. -- http://sab39.dev.netreach.com/ ___ Classpath maili

ANN: image viewer

2006-01-25 Thread Norman Hendrich
Hello all, a while ago Mark persuaded me to re-release my simple image viewer application as open source, especially as several parts of it already accompanied my Swing-related bug reports... I finally found the time to clean-up the sources a bit, and I also added thumbnails support. This is no

Re: RMI and String marshalling

2006-01-25 Thread Andrew Haley
Lorenz Witte writes: > I have a problem sending strings over RMI. I run a client that passes > over a string via RMI to a server. The server does nothing except > returning the same string. It works fine if the server is run on a Sun > VM. Using JamVM (or Kaffe) with GNU Classpath leads to e

RMI and String marshalling

2006-01-25 Thread Lorenz Witte
I have a problem sending strings over RMI. I run a client that passes over a string via RMI to a server. The server does nothing except returning the same string. It works fine if the server is run on a Sun VM. Using JamVM (or Kaffe) with GNU Classpath leads to exceptions on the client side if