[cp-patches] StAX conformance updates

2005-09-04 Thread Chris Burdess
I committed the following patch to make the StAX API classes conform to the Java Web Services Developer Pack 1.5 API. As discussed on this list, I don't know whether this is really the way forward or whether we should conform to JSR 173, but at least it should conform 100% to one or the other.

[cp-patches] Re: Mauve status

2005-09-04 Thread Mark Wielaard
Hi Roman, On Sun, 2005-09-04 at 11:42 +0200, Roman Kennke wrote: +FAIL: gnu.testlet.javax.swing.text.AbstractDocument.AbstractDocumentTest: uncaught exception at testCreateLeafElement number 1: java.lang.NullPointerException This one can be trivially fixed by the attached

Re: [cp-patches] StAX conformance updates

2005-09-04 Thread Mark Wielaard
Hi Chris, On Sun, 2005-09-04 at 10:44 +0100, Chris Burdess wrote: I committed the following patch to make the StAX API classes conform to the Java Web Services Developer Pack 1.5 API. As discussed on this list, I don't know whether this is really the way forward or whether we should

[cp-patches] FYI: Add new awt.datatransfer features to NEWS

2005-09-04 Thread Mark Wielaard
Hi, I added the following to describe the new awt.datatransfer functionality for 0.18: 2005-09-04 Mark Wielaard [EMAIL PROTECTED] * NEWS: Add description of new awt.datatransfer functionality. Committed, Mark diff -u -r1.94 NEWS --- NEWS28 Aug 2005 11:23:36 - 1.94

[cp-patches] FYI: find bugfixlet for solaris

2005-09-04 Thread Mark Wielaard
Hi, I am committing this fix for a find buglet on solaris. Andreas tested it on sparc solaris and I on x86 GNU/Linux. 2005-09-04 Andreas Tobler [EMAIL PROTECTED] Fix for bug #23653 * lib/Makefile.am (metafiles): Use find -name -prune not -path. Thanks for testing and coming

Re: [cp-patches] StAX conformance updates

2005-09-04 Thread Chris Burdess
Mark Wielaard wrote: I committed the following patch to provide a very simple StAX implementation based on SAX. Please note that this implementation is not intended to be highly scalable or performant, merely to work, be simple, and reuse existing XML parsing code. For further information,

[cp-patches] FYI: Warning fixes for qt4 peers and gnu CORBA

2005-09-04 Thread Mark Wielaard
Hi, While testing the qt4 peers against the lastest qt4.0.1 packages in Debian unstable (they compile and work out of the box with --enable-qt-peer and -Dawt.toolkit=gnu.java.awt.peer.qt.QtToolkit) I noticed a lot of warnings being produced when --with-jikes was given. To make the out of the box

Re: [cp-patches] FYI: Implementing corbaname: object reference parsing in CORBA ORB.

2005-09-04 Thread Mark Wielaard
Hi Adrius, On Fri, 2005-09-02 at 17:52 +0200, Meskauskas Audrius wrote: --- gnu/CORBA/NamingService/NamingServiceTransient.java 2 Jul 2005 20:32:09 - 1.4 +++ gnu/CORBA/NamingService/NamingServiceTransient.java 2 Sep 2005 15:28:02 - @@ -1,44 +1,45 @@ /*

Re: [cp-patches] [PATCH/JDWP] VMVirtualMachine, JdwpConstants, Jdwp

2005-09-04 Thread Mark Wielaard
Hi Keith, On Fri, 2005-09-02 at 17:18 -0700, Keith Seitz wrote: While these are the last of the outstanding files, rest assured that both Jdwp.java and VMVirtualMachine.java are exceptionally likely to change (perhaps quite dramatically) in the coming weeks, as I begin checking in a

Re: [cp-patches] make libjawt binary-compatible with Sun's implementation

2005-09-04 Thread Mark Wielaard
Hi, On Mon, 2005-08-22 at 14:24 +0200, Mark Wielaard wrote: Finally when running it (linked to jawtgnu) I get a crash with the following gdb backtrace: #0 0x08060254 in env () #1 0xae0ae7aa in Java_gnu_classpath_examples_jawt_DemoJAWT_paint ( env=0x8060254, canvas=0xafea4b28,

Re: [cp-patches] [PATCH/JDWP] VMVirtualMachine, JdwpConstants, Jdwp

2005-09-04 Thread Mark Wielaard
Hi, On Sun, 2005-09-04 at 20:43 +0200, Mark Wielaard wrote: 2005-09-04 Mark Wielaard [EMAIL PROTECTED] * gnu/classpath/jdwp/event/filters/ClassMatchFilter.java (matches): Remove InvalidClassException since it is never thrown. * vm/reference/gnu/classpath/jdwp/VMIdManager.java

Re: Mauve status

2005-09-04 Thread Roman Kennke
Hi there, On Fri, 2005-09-02 at 00:20 +0200, Mark Wielaard wrote: Running the Mauve testsuite (CVS) in preparation of 0.18: With the following regressions: +FAIL: gnu.testlet.javax.swing.text.AbstractDocument.AbstractDocumentTest: uncaught exception at testCreateLeafElement number

Re: XML status

2005-09-04 Thread Chris Burdess
Mark Wielaard wrote: I have updated the XSLT conformance page (http://www.zen60362.zen.co.uk/xslt/) with the results for current Classpath HEAD. There is a slight regression (8 test cases), I'm afraid - I don't know why this is but am looking into it. Which failures are regressions?

Re: Mauve status

2005-09-04 Thread Mark Wielaard
Hi Roman, On Sun, 2005-09-04 at 11:42 +0200, Roman Kennke wrote: +FAIL: gnu.testlet.javax.swing.text.AbstractDocument.AbstractDocumentTest: uncaught exception at testCreateLeafElement number 1: java.lang.NullPointerException This one can be trivially fixed by the attached

Re: @deprecated

2005-09-04 Thread Andrew John Hughes
On Fri, 2005-09-02 at 11:45 -0400, Stuart Ballard wrote: ... Andrew, could you let me know which compiler you're using to build the japi files hosted on fuseyism.org? Are the jar files themselves available somewhere for diagnostics? ... Thanks, Stuart. The compiler has recently changed to

Looking for SwingUtilities.clipString()

2005-09-04 Thread Thorsten Suckow-Homberg
Hey there, I'm currently studying the Classpath-Implementation and I got a question regarding the javax.swing.*-packages: I couldn't find any mechanism that clips the string based on the width of the parent's container it resists in. I was looking in the BasicLabelUI-class and looked at

[commit-cp] classpath ./ChangeLog java/lang/Integer.java

2005-09-04 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Guilhem Lavaux [EMAIL PROTECTED] 05/09/04 09:47:13 Modified files: . : ChangeLog java/lang : Integer.java Log message: 2005-09-04 Guilhem Lavaux [EMAIL

[commit-cp] classpath ./ChangeLog javax/xml/stream/XMLEvent...

2005-09-04 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/09/04 09:44:30 Modified files: . : ChangeLog javax/xml/stream: XMLEventFactory.java XMLEventWriter.java

[commit-cp] classpath ./ChangeLog gnu/xml/stream/AttributeI...

2005-09-04 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/09/04 09:52:10 Modified files: . : ChangeLog Added files: gnu/xml/stream : AttributeImpl.java CharactersImpl.java

[commit-cp] classpath ./ChangeLog javax/swing/text/Abstract...

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 11:53:12 Modified files: . : ChangeLog javax/swing/text: AbstractDocument.java Log message: *

[commit-cp] classpath ChangeLog NEWS

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 12:34:51 Modified files: . : ChangeLog NEWS Log message: * NEWS: Add description of new awt.datatransfer functionality.

[commit-cp] inetlib ./ChangeLog ./Makefile.am ./Makefile.in...

2005-09-04 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:inetlib Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/09/04 13:47:30 Modified files: . : ChangeLog Makefile.am Makefile.in source/gnu/inet/imap: IMAPConnection.java IMAPConstants.java

[commit-cp] classpath ./ChangeLog lib/Makefile.am

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 13:55:55 Modified files: . : ChangeLog lib: Makefile.am Log message: 2005-09-04 Andreas Tobler [EMAIL

[commit-cp] classpath ./ChangeLog doc/README.jaxp javax/xml...

2005-09-04 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/09/04 14:46:44 Modified files: . : ChangeLog doc: README.jaxp javax/xml/stream: XMLEventFactory.java

[commit-cp] classpath ./ChangeLog gnu/CORBA/Interceptor/Reg...

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 15:31:07 Modified files: . : ChangeLog gnu/CORBA/Interceptor: Registrator.java gnu/java/awt/peer/qt:

[commit-cp] classpath ./ChangeLog gnu/CORBA/NamingService/N...

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 18:00:15 Modified files: . : ChangeLog gnu/CORBA/NamingService: NamingServiceTransient.java Log message: *

[commit-cp] classpath ./ChangeLog gnu/classpath/jdwp/event/...

2005-09-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/04 19:50:03 Modified files: . : ChangeLog gnu/classpath/jdwp/event/filters: ClassMatchFilter.java