Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread Mark Wielaard
Hi (CC classpath list), In response to the importing of 0.20 into GCC, Tom, Jeroen and I had the following small exchange: On Wed, 2006-01-18 at 08:26 +0100, Jeroen Frijters wrote: > Mark Wielaard wrote: > > On Tue, 2006-01-17 at 09:32 -0700, Tom Tromey wrote: > > > > "Mark" == Mark Wielaard

[Bug swing/25843] New: JSplitPanel bugs

2006-01-18 Thread multix at gmail dot com
(test case sent to rkennke) - the setDividerLocation doesn't work correctly and the divider is placed too far at left - when dragging the divider it can be "dragged" more than the left border of the window - the whole right panel acts as a "dragging sensible area"... clicking inside it activates t

[Bug swing/25843] JSplitPanel bugs

2006-01-18 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2006-01-18 10:27 --- Created an attachment (id=10667) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10667&action=view) Testcase for this bug This demonstrates the problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25843 ___

Wierd stuff in SocketPermission

2006-01-18 Thread Gary Benson
Hi all, Does anybody know why java.net.SocketPermission's hostport member is declared transient? I'm working on a rewrite (spurred by PR 24708) that would replace hostport entirely but I don't want to break stuff inadvertantly! Cheers, Gary ___ Clas

[Bug awt/25832] java.awt.Container#addImpl passes null String to java.awt.LayoutManager

2006-01-18 Thread james dot damour at request dot com
--- Comment #2 from james dot damour at request dot com 2006-01-18 15:39 --- If you have a good place to hold it, sure! I was just trying to show the smallest change that would fix the problem... not the *best* change. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25832 __

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread David Gilbert
Mark Wielaard wrote: This is one of the topics that I would like to discuss during the last part of our Fosdem meeting (Feb 25/26, Brussels): http://www.gnu.org/software/classpath/events/fosdem06.html Sunday from 14:00 to 17:30 - "The Future" Interactive technical hacker dis

[Bug swing/25822] table colums resize problem

2006-01-18 Thread langel at redhat dot com
--- Comment #2 from langel at redhat dot com 2006-01-18 15:47 --- I can't seem to reproduce this problem with any table with or without a table header. It seems to work fine. Can you please attach a test case where this happens? or test it again with the latest Classpath updates? --

[Bug swing/25822] table colums resize problem

2006-01-18 Thread langel at redhat dot com
--- Comment #3 from langel at redhat dot com 2006-01-18 16:39 --- Appears to be fixed with the latest Classpath updates. -- langel at redhat dot com changed: What|Removed |Added --

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread Tom Tromey
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: Mark> Quick round where everybody tells what their personal, group, Mark> organization/company work items are for the immediate and long Mark> term future/next year. "Someone" (we haven't discussed who yet :-) from Red Hat will talk

[Bug swing/24974] JTextPane crashes on initialization with multiline String including escaped characters

2006-01-18 Thread abalkiss at redhat dot com
--- Comment #2 from abalkiss at redhat dot com 2006-01-18 21:58 --- This bug is fixed as a result of the recent work Lillian and I have been doing on DefaultStyledDocument and the ElementBuffer. -- abalkiss at redhat dot com changed: What|Removed |

Re: Wierd stuff in SocketPermission

2006-01-18 Thread Tom Tromey
> "Gary" == Gary Benson <[EMAIL PROTECTED]> writes: Gary> Does anybody know why java.net.SocketPermission's hostport member is Gary> declared transient? transient means that the field is not a candidate for serialization. Gary> I'm working on a rewrite (spurred by PR 24708) Gary> that would

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread Tom Tromey
> "David" == David Gilbert <[EMAIL PROTECTED]> writes: David> (1) The GNU Classpath version number I doubt we could avoid this topic, or Harmony, even if we wanted to :-) David> (3) Celebration David> 2005 was a great year for GNU Classpath, let's celebrate! Maybe David> something has alr

[Announce] Charva 1.1.1 has been uploaded in the Debian archive... in main!

2006-01-18 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm glad to announce you that charva[0] (a java windowing toolkit for text terminals) 1.1.1 has been packaged in Debian[1] and is running with kaffe[2] (a free VM based on GNU Classpath[3])! It's been uploaded to the Debian archive today and

builder.classpath.org and instant gratification

2006-01-18 Thread Tom Tromey
Just a quick update on the Classpath auto-builder: I've set it up to build and run japi as part of every test cycle. Currently it is only comparing classpath head with 1.[45], but I will eventually expand that to include comparisons of libgcj and generics. You can see the results on the builder w

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread Dalibor Topic
Tom Tromey wrote: "David" == David Gilbert <[EMAIL PROTECTED]> writes: David> (1) The GNU Classpath version number I doubt we could avoid this topic, or Harmony, even if we wanted to :-) Since Harmony is doing its own thing now, beside common goals[1], I wouldn't expect any code to cross

[Bug classpath/25851] New: HttpURLConnection.getRequestProperties() returns Strings for values instead of List.

2006-01-18 Thread daney at gcc dot gnu dot org
As stated in the summary: HttpURLConnection.getRequestProperties() returns Strings for values instead of List. probably need to fix gnu.java.net.protocol.http.HTTPURLConnection. Classpath is in violation of the JDK specification. -- Summary: HttpURLConnection.getRequestProperties()

[Bug swing/24744] DefaultStyledDocument.ElementBuffer misfunction

2006-01-18 Thread abalkiss at redhat dot com
--- Comment #3 from abalkiss at redhat dot com 2006-01-18 22:04 --- The testcase for this program no longer crashes, due to the recent work by Lillian and myself on DefaultStyledDocument and the ElementBuffer. However, the work is not yet complete. I'll close this bug and open new ones

[Bug classpath/25851] HttpURLConnection.getRequestProperties() returns Strings for values instead of List.

2006-01-18 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2006-01-19 00:01 --- Should probably add that getRequestProperties() returns a Map. The Map values should be read-only lists of Strings. Current the Map values are Strings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25851 ___

Classpath 0.20 successfully built with Cygwin

2006-01-18 Thread Enrico Migliore
Hi Mark and Dalibor, I've successfully built Classpath 0.20 with Cygwin. I also understood why I wasn't able to build Classpath with the following option: --enable-gtk-peer I hadn't installed the following library: gdk-pixbuf Now I'm able to build Classpath 0.20 with the following options: .