Re: [cp-patches] Little XML patch

2007-04-09 Thread Christian Thalinger
On Sat, 2007-04-07 at 19:14 +0200, Mark Wielaard wrote: Hi Christian, On Sat, 2007-04-07 at 17:03 +0200, Christian Thalinger wrote: This patch broke SPECjbb2005 (http://developer.classpath.org/pipermail/classpath/2007-March/001917.html). Could you provide us with the input

Re: [cp-patches] Little XML patch

2007-04-09 Thread Christian Thalinger
On Mon, 2007-04-09 at 19:17 +0200, Christian Thalinger wrote: Ok, here we go: input.systemId=file:/home/twisti/cacao/spec/jbb2005/xml/template-document.xml ids.systemId=jbb-document.dtd url=jbb-document.dtd This is the output before Chris' patch:

[cp-patches] [gjdoc] FYI: Add basic annotation support

2007-04-09 Thread Andrew John Hughes
I'm committing this on behalf of Stephan Michels to add annotation support to gjdoc (it gets it a bit further on classpath). No more patches should be added without an assignment. 2007-04-09 Stephan Michels [EMAIL PROTECTED] * src/gnu/classpath/tools/gjdoc/ClassDocImpl.java, *

[cp-patches] FYI: Add 1.6 ObjectName methods

2007-04-09 Thread Andrew John Hughes
This patch adds the missing 1.6 methods to ObjectName. Now we just need to be able to apply the new patterns... Changelog: 2007-04-07 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java: (propertyValuePattern): New cache variable. (parse(String)):

[cp-patches] FYI: Fix gtk memory leak hang

2007-04-09 Thread Francis Kung
Hi, This patch fixes a memory leak in ComponentGraphics (used for drawing onto GTK surfaces). Due to the ordering of dispose() methods, CairoGraphics2D.dispose was being called before ComponentGraphics.disposeSurface - thus disposeSurface returned prematurely before destroying the surface.

[cp-patches] FYI: Fix ObjectName bugs

2007-04-09 Thread Andrew John Hughes
This fixes bugs in our parsing in javax.management.ObjectName so that we pass all the tests recently committed to Mauve for parsing. Mark, please add to the release. Changelog: 2007-04-09 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java:

[cp-patches] [gjdoc] FYI: Add enum support and fix type variable bug

2007-04-09 Thread Andrew John Hughes
This gets us a stage further with gjdoc, allowing it to parse enums and handle type variables that contain whitespace. It currently runs out of memory before completing a run of Classpath. Changelog: 2007-04-10 Andrew John Hughes [EMAIL PROTECTED] *

[cp-testresults] FAIL: classpath build with ecj on Mon Apr 9 12:00:44 UTC 2007

2007-04-09 Thread cpdev
checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for X... libraries , headers checking for gethostbyname... yes checking for connect... (cached) yes checking for remove... yes checking

[cp-testresults] FAIL: jamvm build on Mon Apr 9 12:01:35 UTC 2007

2007-04-09 Thread cpdev
Making all in sun make[2]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/sun' Making all in reflect make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/sun/reflect' Making all in annotation make[4]: Entering directory

[cp-testresults] FAIL: cacao build on Mon Apr 9 12:02:22 UTC 2007

2007-04-09 Thread cpdev
checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static

[cp-testresults] FAIL: ecj built with ecj on jamvm on Mon Apr 9 12:03:04 UTC 2007

2007-04-09 Thread cpdev
xargs: jamvm: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Apr 10 00:13:42 UTC 2007

2007-04-09 Thread cpdev
Baseline from: Mon Apr 9 17:14:00 UTC 2007 Regressions: FAIL: java.lang.Thread.sleep Totals: PASS: 2915 XPASS: 0 FAIL: 193 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

builder now runs Debian GNU/Linux 4.0 (etch)

2007-04-09 Thread Mark Wielaard
Hi, To increase the release pressure a bit builder.classpath.org got upgraded to the Debian Easter release. builder was running with some backported packages and this was a good opportunity to refresh our autobuilder and see whether anything broke. Happily Debian stable now once again provides

[commit-cp] classpath ChangeLog javax/management/ObjectName...

2007-04-09 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 07/04/09 18:25:42 Modified files: . : ChangeLog javax/management: ObjectName.java Log message: 2007-04-07 Andrew John Hughes [EMAIL PROTECTED]

[commit-cp] gjdoc ChangeLog src/gnu/classpath/tools/gjdoc/C...

2007-04-09 Thread Andrew John Hughes
CVSROOT:/sources/classpath Module name:gjdoc Changes by: Andrew John Hughes gnu_andrew 07/04/09 18:31:32 Modified files: . : ChangeLog src/gnu/classpath/tools/gjdoc: ClassDocImpl.java Parser.java Log message: 2007-04-09 Stephan Michels

[commit-cp] classpath native/jni/gtk-peer/gnu_java_awt_peer...

2007-04-09 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/04/09 21:34:28 Modified files: native/jni/gtk-peer: gnu_java_awt_peer_gtk_ComponentGraphics.c include: gnu_java_awt_peer_gtk_ComponentGraphics.h

[commit-cp] classpath ChangeLog javax/management/ObjectName...

2007-04-09 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 07/04/09 22:35:04 Modified files: . : ChangeLog javax/management: ObjectName.java Log message: 2007-04-09 Andrew John Hughes [EMAIL PROTECTED]

[commit-cp] gjdoc ChangeLog src/gnu/classpath/tools/gjdoc/C...

2007-04-09 Thread Andrew John Hughes
CVSROOT:/sources/classpath Module name:gjdoc Changes by: Andrew John Hughes gnu_andrew 07/04/09 23:47:56 Modified files: . : ChangeLog src/gnu/classpath/tools/gjdoc: ClassDocImpl.java Parser.java Log message: 2007-04-10 Andrew John Hughes