[cp-patches] FYI: Add MBeanServerBuilder

2006-12-02 Thread Andrew John Hughes
This adds an implementation of MBeanServerBuilder which points to the GNU implementation of an MBeanServer. I wanted to wait until the branch before committing this, as it needs a lot more testing before prime time. Changelog: 2006-12-02 Andrew John Hughes [EMAIL PROTECTED] *

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Dec 2 08:04:10 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Component.keyPressTest FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL:

[cp-testresults] Japi diffs for classpath

2006-12-02 Thread Stuart Ballard
Japi diff jdk12 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk12-classpath.html Changes since last run: -Comparison run at Fri Dec 1 11:59:36 2006 GMT -jdk12 API scanned at 2006/12/01 05:01:09 EST -classpath API scanned at 2006/12/01 06:49:14 EST +Comparison run at

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Dec 2 14:21:26 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives FAIL: java.lang.ThreadGroup.insecurity FAIL: java.text.DecimalFormat.format

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Dec 2 14:44:29 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: java.awt.Component.keyPressTest FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL: locales.LocaleTest Improvements: PASS:

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Dec 2 20:41:46 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives FAIL: java.text.DecimalFormat.format FAIL: javax.swing.JComboBox.ComboRobot

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Dec 2 21:08:39 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.awt.TextField.PaintTest FAIL: java.net.HttpURLConnection.postHeaders FAIL: java.text.NumberFormat.UK FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Sun Dec 3 03:36:45 UTC 2006

2006-12-02 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL: locales.LocaleTest Improvements: PASS:

Re: 0.93 branch created

2006-12-02 Thread Andrew John Hughes
On Sat, 2006-12-02 at 02:56 +0100, Mark Wielaard wrote: Hi, With the mauve regressions cleaned up we finally have a branch for 0.93 (tagged as classpath-0_93-branch with classpath-0_93-branch-point as marker on the trunk). So things todo before release: - sync up generics branch again. -

Re: 0.93 branch created

2006-12-02 Thread Mark Wielaard
Hi Andrew, On Sat, 2006-12-02 at 10:47 +, Andrew John Hughes wrote: Great news Mark! What's the plan for the generics branch? From this, it sounds like we keep it around until the release itself, which seems sensible (so we have a 0.93 generics release). Yes that is a good plan. And if

Re: 0.93 branch created

2006-12-02 Thread Andrew Haley
Mark Wielaard writes: On Sat, 2006-12-02 at 10:47 +, Andrew John Hughes wrote: Great news Mark! What's the plan for the generics branch? From this, it sounds like we keep it around until the release itself, which seems sensible (so we have a 0.93 generics release). Yes that

Re: 0.93 branch created

2006-12-02 Thread Mark Wielaard
On Sat, 2006-12-02 at 11:08 +, Andrew Haley wrote: OK. I'd like to have a semi-official 0.93 generics release for gcj. If we have that then gcj can go to Java 5 at the end of next week (i.e. we'll merge gcj-eclipse branch to trunk.) Cool. Yes, the plan is to push out a fairly-official

Re: 0.93 branch created

2006-12-02 Thread Andrew John Hughes
On Sat, 2006-12-02 at 12:00 +0100, Mark Wielaard wrote: Hi Andrew, On Sat, 2006-12-02 at 10:47 +, Andrew John Hughes wrote: Great news Mark! What's the plan for the generics branch? From this, it sounds like we keep it around until the release itself, which seems sensible (so we

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

2006-12-02 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/12/02 12:54:54 Modified files: . : ChangeLog Added files: javax/management: MBeanServerBuilder.java Log message: 2006-12-02 Andrew John Hughes