Re: [FOSDEM] Friday meeting?

2006-02-15 Thread Andrew Haley
Tom Tromey writes: > > "Keith" == Keith Seitz <[EMAIL PROTECTED]> writes: > > Keith> A La Mort Subite - 7 rue Montagne aux Herbes Potageres > > I like the name, I vote for here. A La Mort Subite is a great place. It also has the advantage of being pretty big. If it doesn't work out th

[Bug classpath/26312] New: ChunkedInputStream..read() returns incorrect values.

2006-02-15 Thread daney at gcc dot gnu dot org
Look at the code below, if the high bit in the byte is set read returns a negitive number. The is clearly in violation of the specification which says the value must be between 0 - 255. 85 : public int read() 86 : throws IOException 87 : { 88 : byte[] buf =

Re: [FOSDEM] Friday meeting?

2006-02-15 Thread Tom Tromey
> "Keith" == Keith Seitz <[EMAIL PROTECTED]> writes: Keith> A La Mort Subite - 7 rue Montagne aux Herbes Potageres I like the name, I vote for here. Tom

[FOSDEM] Friday meeting?

2006-02-15 Thread Keith Seitz
Hello all, The Classpath FOSDEM page mentions a Friday night gathering of attendees, requesting that anyone who knows Brussels suggest a place to meet. Well, I don't know Brussels, but I do have a book or two on Brussels, and I know a beer/wine importer or two. :-) So, I would like to prop

Re: Japi diffs for classpath

2006-02-15 Thread Stuart Ballard
On 2/15/06, Stuart Ballard <[EMAIL PROTECTED]> wrote: ... > +Total: 98.7% good, 1.06% missing > +Fields: 160 missing. Well, that's an interesting result I suppose. Still having problems in this department; sorry for the spam. While that change certainly made a difference there are still at least

Re: Another minor japi change

2006-02-15 Thread Stuart Ballard
False alarm (temporarily), this change doesn't seem to have actually worked. I'll look into it later when I have more time. Stuart. On 2/15/06, Stuart Ballard <[EMAIL PROTECTED]> wrote: > I just found and partially fixed a longstanding bug in japi - it was > ignoring members declared in non-publi

[Bug swing/26301] New: GLightweightPeer.setCursor is a silent stub.

2006-02-15 Thread audriusa at bluewin dot ch
It is not possible to set the alternative cursor shape with Component.setCursor(..). The functionality is delegated to GLightweightPeer.setCursor that returns without action. The possibility to change the cursor is needed for the proper implementation of the JTable column resizing. --

Another minor japi change

2006-02-15 Thread Stuart Ballard
I just found and partially fixed a longstanding bug in japi - it was ignoring members declared in non-public superclasses. Apparently these members *are* accessible. I noticed this because the comparison between jdk14 and jdk15 was reporting a bunch of methods in StringBuffer as missing, because in

Re: Ldap support in classpath

2006-02-15 Thread Stuart Ballard
It can't and it shouldn't, it's a deliberate design decision of japi. There's absolutely no possible conceivable way for japi to know that a particular method *needs* to be overridden, because overriding a method or not is purely an implementation decision. For example, at first glance it's "obvi

[Bug swing/26301] JTableHeader needs possibility to change the cursor shape, but GLightweightPeer.setCursor is a silent stub.

2006-02-15 Thread audriusa at bluewin dot ch
--- Comment #1 from audriusa at bluewin dot ch 2006-02-15 11:49 --- I am not sure, probably JTableHeader just needs another, more functional peer. -- audriusa at bluewin dot ch changed: What|Removed |Added --

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 09:36 +0100, Robert Schuster wrote: > Hi. > > Erwin Rol wrote: > > Hey all, > > > > I am trying to get Open Xchange working with gcj, and so far things are > > going OK. Now i ran into a problem with LDAP. OX uses > > InitialLdapContext(...) to create a initial context. Late

RE: how do you run classpath?

2006-02-15 Thread Jeroen Frijters
simon place wrote: > while browsing, trying to solve a problem, came across classpath, but > when i tried it i found a bug in the bit i wanted to use,( > URL class ) > which appeared easy to fix, wrote what i thought was a fix > but now can't seem to find a nice way to run it. > > i am trying

Re: Ldap support in classpath

2006-02-15 Thread Mark Wielaard
Hi Erwin, On Wed, 2006-02-15 at 14:58 +0100, Erwin Rol wrote: > There is no effort at all to remove com.sun. stuff from OX, at least all > the issues from those mails are still in the sourcecode, including the > BASE64, JNDI, javamail and ldap stuff. :( that is a pity. That makes it a lot harde

Re: Ldap support in classpath

2006-02-15 Thread Mark Wielaard
Hi Erwin, On Wed, 2006-02-15 at 14:08 +0100, Erwin Rol wrote: > I am just trying to get OX working, and stumbled over the naming thing. This might be a new issue. I know that in the past some people did try to get it working already. There were a couple of small issues though. Upstream was aware

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 14:37 +0100, Mark Wielaard wrote: > Hi Erwin, > > On Wed, 2006-02-15 at 14:08 +0100, Erwin Rol wrote: > > I am just trying to get OX working, and stumbled over the naming thing. > > This might be a new issue. I know that in the past some people did try > to get it working al

how do you run classpath?

2006-02-15 Thread simon place
while browsing, trying to solve a problem, came across classpath, but when i tried it i found a bug in the bit i wanted to use,( URL class ) which appeared easy to fix, wrote what i thought was a fix but now can't seem to find a nice way to run it. i am trying NOT to set up another development

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 09:36 +0100, Robert Schuster wrote: > I think what is missing here is someone with good knowledge on the details of > javax.naming. Well that isn't me, I am just trying to get OX working, and stumbled over the naming thing. > Naturally volunteers are more than welcome. :)

Re: Ldap support in classpath

2006-02-15 Thread Chris Burdess
Erwin Rol wrote: I am trying to get Open Xchange working with gcj, and so far things are going OK. Now i ran into a problem with LDAP. OX uses InitialLdapContext(...) to create a initial context. Later it uses javax.naming.InitialContext.getNameInNamespace(...) and that always seem to throw

Re: Ldap support in classpath

2006-02-15 Thread Robert Schuster
Hi. Erwin Rol wrote: > Hey all, > > I am trying to get Open Xchange working with gcj, and so far things are > going OK. Now i ran into a problem with LDAP. OX uses > InitialLdapContext(...) to create a initial context. Later it uses > javax.naming.InitialContext.getNameInNamespace(...) and that a