Re: I wish to help

2002-10-31 Thread Mark Wielaard
Hi, On Wed, 2002-10-30 at 01:23, Brian Jones wrote: Mark Wielaard [EMAIL PROTECTED] writes: Chris Gray said that they wanted to relicense it if needed but I don't know if they are actually going to donate it to the FSF for inclusion in the GNU Classpath project. Note however that Rudolph

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 might turn out to be

Re: I wish to help

2002-10-31 Thread Andy Walter
Hi, On Thursday 31 October 2002 12:15, Mark Wielaard wrote: Has someone actually tried Rudolph with GNU Classpath? Yes, it is running quite well here. But we replaced many native methods (all but 5) by Java code. Since Rudolph uses a proprietary interface, this replacement might be

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 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 itself. I've

RMI update

2002-10-31 Thread Mark Wielaard
Hi, The Orp RMI patches have been merged. I added copyright notices and made the new files use the GNU code style. But most documentation is still missing. I tried to create meaningful ChangeLog entries, but I don't pretend to understand everything of it. I have not tried it. It compiles. If it

Re: I wish to help

2002-10-31 Thread Tom Tromey
Andy == Andy Walter [EMAIL PROTECTED] writes: Andy Not only that but it also doesn't depend on GTK. I think it Andy would be great to separate the top level graphics stuff from the Andy low level peer classes by a common, well-defined interface. Andy I expect that the sooner we agree on such a

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 Tromey

Re: I wish to help

2002-10-31 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Also take into account that Wonka contains only the java.awt, Mark java.awt.event and java.awt.image packages. We have that and Mark java.awt.color, java.awt.datatransfer, java.awt.dnd, java.awt.dnd.peer, Mark java.awt.font, java.awt.geom,

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? The package now should be

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 setting

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 `//' to `/'

Re: RMI update

2002-10-31 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: I also had to tweak some imports a bit and add some stub classes since we don't have the org.omg classes yet (look for XXX in the code). Brian, you where in discussion about those classes. What is the status? I sent email off into a blackhole at OMG,

Re: I wish to help

2002-10-31 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: On Wed, 2002-10-30 at 01:23, Brian Jones wrote: Mark Wielaard [EMAIL PROTECTED] writes: Chris Gray said that they wanted to relicense it if needed but I don't know if they are actually going to donate it to the FSF for inclusion in the GNU

Re: I wish to help

2002-10-31 Thread Brian Jones
Tom Tromey [EMAIL PROTECTED] writes: I think as with any merge, something like this must be done class-by-class with careful attention paid to preserving the benefits of both implementations. A merge of the software remains impossible in this manner. If there are useful parts that might be