Re: [classlib] tests.api.java.io.FileTest failures on Windows XP

2006-06-18 Thread Richard Liang
Hello Nathan , The test just pass on my eclipse. How do you execute this test? Nathan Beyer wrote: Does anyone else get the following failures when running the classlib test suite on Windows XP? I've been getting these for months and just ignoring them while I worked on other stuff, because

Re: [jira] Assigned: (HARMONY-528) AWT, Java2D and SWING contribution

2006-06-18 Thread Mark Hindess
On 17 June 2006 at 16:23, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Thanks Proposal : next time, respond to the [result] thread and say I'll do it - that pushes more information to the dev list and collective memory, rather than JIRA noise stream :) Ok. I forget that not everyone reads

Linux test error

2006-06-18 Thread Mark Hindess
Nathan, Since r415057, I'm seeing a test error on linux: [Ljava.lang.Object; incompatible with [Ljava.lang.Comparable; java.lang.ClassCastException: [Ljava.lang.Object; incompatible with [Ljava.lang.Comparable; at java.util.Collections.sort(Collections.java:1774) at

svn.apache.org checkin problem?

2006-06-18 Thread Mark Hindess
I've spent a hour or so doing integration work on the new awt/ accessibility/swing contribution but when I try to check it in I get: Transmitting file data ..svn: Commit failed (details follow): svn: PUT of

Re: svn.apache.org checkin problem?

2006-06-18 Thread Garrett Rooney
On 6/18/06, Mark Hindess [EMAIL PROTECTED] wrote: I've spent a hour or so doing integration work on the new awt/ accessibility/swing contribution but when I try to check it in I get: Transmitting file data ..svn: Commit failed (details follow): svn: PUT of

Re: svn.apache.org checkin problem?

2006-06-18 Thread Mark Hindess
On 18 June 2006 at 13:42, Garrett Rooney [EMAIL PROTECTED] wrote: On 6/18/06, Mark Hindess [EMAIL PROTECTED] wrote: I've spent a hour or so doing integration work on the new awt/ accessibility/swing contribution but when I try to check it in I get: Transmitting file data ..svn:

Re: awt and swing integration issues

2006-06-18 Thread Alexey Petrenko
2006/6/18, Mark Hindess [EMAIL PROTECTED]: c) I'm also wondering about the motivation for using C++ when I can't see any pressing reason to require this. You mean that most of the native code is C++ but not C? -- Alexey A. Petrenko Intel Middleware Products Division

Re: awt and swing integration issues

2006-06-18 Thread Gregory Shimansky
On Sunday 18 June 2006 22:04 Mark Hindess wrote: if possible. Using liblcms and libjpeg should be easy since they both use pkg-config (as in pkg-config --cflags lcms and pkg-config --libs lcms) if their development packages are installed. We'll need collect details of the required packages

Re: [Fwd: [classlib][NIO|VMI]Interruptible channel implementation - how to interact with Thread?]

2006-06-18 Thread Paulex Yang
Archie, I tried to summary the current discussion so that it is easier to going on, so please correct me if I missed something. Thanks. The requirements are come from three class's Java spec, 1. java.lang.Thread.Interrupt(), which handles four scenarios in different ways, including

Re: awt and swing integration issues

2006-06-18 Thread Mark Hindess
On 19 June 2006 at 1:07, Gregory Shimansky [EMAIL PROTECTED] wrote: On Sunday 18 June 2006 22:04 Mark Hindess wrote: if possible. Using liblcms and libjpeg should be easy since they both use pkg-config (as in pkg-config --cflags lcms and pkg-config --libs lcms) if their development