[cp-patches] FYI: Fix ObjectName parsing

2007-04-07 Thread Andrew John Hughes
This patch fixes the parsing of ObjectNames where the wildcard is inbetween other pairs. Mark, you may want to consider this for the branch as it seems to stop the exception in JBoss. Changelog: 2007-04-07 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java

Re: [cp-patches] FYI: Fix ObjectName parsing

2007-04-07 Thread Mark Wielaard
On Sat, 2007-04-07 at 10:18 +0100, Andrew John Hughes wrote: This patch fixes the parsing of ObjectNames where the wildcard is inbetween other pairs. Mark, you may want to consider this for the branch as it seems to stop the exception in JBoss. Thanks, added to the release branch. Cheers,

[cp-patches] FYI: Add 1.6 value wildcard support to ObjectName

2007-04-07 Thread Andrew John Hughes
In 1.6, ObjectNames may have wildcards in their value fields. This allows our implementation to support this. Changelog: 2007-04-07 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java: (checkComponents()): Separate value and key illegal characters

Re: [cp-patches] Little XML patch

2007-04-07 Thread Christian Thalinger
On Tue, 2007-02-06 at 10:13 +, Chris Burdess wrote: I committed this patch which does two things: fixes a problem whereby Xerces did not support an asynchronous DOM LS parser, and works around a problem with the URLs specified in XML system IDs. Note, this is only a workaround and

Re: [cp-patches] Little XML patch

2007-04-07 Thread Mark Wielaard
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 (input.systemId, ids.systemId) and result (url) of the following in

[cp-patches] RE: 0.95 branch created

2007-04-07 Thread Mark Wielaard
Hi, On Sat, 2007-04-07 at 17:48 +0200, Jeroen Frijters wrote: Yeah, I wasn't sure about these two (I don't know very much about all the xml apis, so I was being conservative and requesting to at least remove the ones that I have personally seen cause problems), but if libgcj removed them we

[cp-patches] FYI: Fix getKeyPropertyListString

2007-04-07 Thread Andrew John Hughes
This patch fixes the parsing in ObjectName so that it again doesn't include the wildcard '*' in the return value of getKeyPropertyListString. Should go in the release, I reckon. Changelog: 2007-04-07 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java:

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Apr 7 07:07:51 UTC 2007

2007-04-07 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.net.URLConnection.getHeaderFields FAIL: javax.swing.JComboBox.ComboRobot FAIL: javax.swing.TransferHandler.createTransferable FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Apr 7 07:40:14 UTC 2007

2007-04-07 Thread cpdev
Baseline from: Fri Apr 6 22:10:11 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Totals: PASS: 2920 XPASS: 0 FAIL: 201 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-gij on Sat Apr 7 08:24:09 UTC 2007

2007-04-07 Thread cpdev
Baseline from: Thu Apr 5 09:10:59 UTC 2007 Regressions: FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.swing.JTextField.fireActionPerformed New fails: FAIL: java.util.GregorianCalendar.dayOfWeekInMonth Totals: PASS: 2869 XPASS: 0 FAIL: 250 XFAIL: 0

[cp-testresults] Japi diffs for classpath

2007-04-07 Thread Stuart Ballard
Japi diff jdk15 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html Changes since last run: -Comparison run at Fri Apr 6 11:19:11 2007 GMT -jdk15 API scanned at 2007/04/06 05:21:33 EDT -classpath API scanned at 2007/04/06 06:58:45 EDT +Comparison run at

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Apr 7 15:52:19 UTC 2007

2007-04-07 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.net.URLConnection.getHeaderFields FAIL: javax.swing.TransferHandler.createTransferable FAIL: javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getFont

[cp-testresults] FAIL: ecj built with native-ecj on Sat Apr 7 19:06:44 UTC 2007

2007-04-07 Thread cpdev
xargs: ../ecj-gcj-build/ecj: 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-cacao on Sat Apr 7 21:13:42 UTC 2007

2007-04-07 Thread cpdev
Baseline from: Fri Apr 6 22:10:11 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Improvements: PASS: java.awt.ColorClass.brighter PASS: java.io.CharArrayWriter.ProtectedVars PASS: java.io.PrintWriter.jdk11 PASS: javax.management.openmbean.ArrayType.IsValue PASS:

RE: 0.95 branch created

2007-04-07 Thread Jeroen Frijters
Mark Wielaard wrote: A release branch has been created 'classpath-0_95-branch' Shouldn't that have been 0.94? I'll try to pick up any fixes made on the trunk, but if you feel some patch is release critical please do CC me. I'd really like to see the removal of the META-INF/services/*xml* go

RE: RE: 0.95 branch created

2007-04-07 Thread Jeroen Frijters
Jeroen Frijters wrote: Mark Wielaard wrote: I'll try to pick up any fixes made on the trunk, but if you feel some patch is release critical please do CC me. I'd really like to see the removal of the META-INF/services/*xml* go in. The inclusion of these resources breaks a lot of code (e.g.

Re: 0.95 branch created

2007-04-07 Thread Casey Marshall
On Apr 6, 2007, at 3:51 PM, Mark Wielaard wrote: Mauve regressions that should be fixed/investigated: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.net.URLConnection.getHeaderFields (Seems to have to do something with how we handle the cacerts file) Undoubtedly, yes. The best way to

RE: 0.95 branch created

2007-04-07 Thread Mark Wielaard
On Sat, 2007-04-07 at 08:03 +0200, Jeroen Frijters wrote: Mark Wielaard wrote: A release branch has been created 'classpath-0_95-branch' Shouldn't that have been 0.94? Yeah, the branch was created, then I realized my mistake. But the revisionist history is that 0.95 is such a huge step

RE: 0.95 branch created

2007-04-07 Thread Mario Torre
Il giorno sab, 07/04/2007 alle 12.39 +0200, Mark Wielaard ha scritto: Should these also not be there? The rule being if it is a service in the core classes we default to in in code not through service files? Then what about the prefs and sound ones? I think that the preference is safe to be

RE: 0.95 branch created

2007-04-07 Thread Jeroen Frijters
Mark Wielaard wrote: On Sat, 2007-04-07 at 08:03 +0200, Jeroen Frijters wrote: I'd really like to see the removal of the META-INF/services/*xml* go in. Yes, that seems like a good idea. libgcj also did I believe that and the fallbacks are in place. Besides the four service files you mention

RE: 0.95 branch created

2007-04-07 Thread Mark Wielaard
Hi, On Sat, 2007-04-07 at 17:48 +0200, Jeroen Frijters wrote: Yeah, I wasn't sure about these two (I don't know very much about all the xml apis, so I was being conservative and requesting to at least remove the ones that I have personally seen cause problems), but if libgcj removed them we

[commit-cp] classpath ChangeLog resource/META-INF/services/...

2007-04-07 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark07/04/07 18:30:07 Modified files: . : ChangeLog Removed files: resource/META-INF/services: javax.xml.parsers.DocumentBuilderFactory

[commit-cp] classpath ChangeLog resource/META-INF/services/... [classpath-0_95-branch]

2007-04-07 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_95-branch Changes by: Mark Wielaard mark07/04/07 18:32:40 Modified files: . : ChangeLog Removed files: resource/META-INF/services:

Re: 0.95 branch created

2007-04-07 Thread Mark Wielaard
On Sat, 2007-04-07 at 00:51 +0200, Mark Wielaard wrote: FAIL: javax.swing.TransferHandler.createTransferable (I thought this was fixed with Francis latest patch, but builder still has trouble with it for some reason) This has nothing to do with the issue that Francis fixed (that is properly

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

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

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

2007-04-07 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_95-branch Changes by: Mark Wielaard mark07/04/07 10:11:07 Modified files: . : ChangeLog javax/management: ObjectName.java Log message: 2007-04-07 Andrew John

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

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

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

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