Re: [cp-patches] [generics] FYI: Adding javac stubs

2006-11-22 Thread Andrew Haley
Andrew John Hughes writes: This patch adds the stubs and implementation necessary to make Sun's javac compile (and run with gcj-eclipse apparently). Woohoo! This is only on generics, so we could dump it during the merge if necessary. We should probably not commit stubs. If they're

[cp-patches] FYI: TextLayout hashCode()

2006-11-22 Thread Roman Kennke
This implements the missing TextLayout.hashCode() method to be in sync with the equals() method. 2006-11-22 Roman Kennke [EMAIL PROTECTED] * java/awt/font/TextLayout.java (hash): New field. Caches the hash code. (hashCode): Implemented. /Roman Index:

[cp-patches] FYI: Pixel shifting

2006-11-22 Thread Francis Kung
Hi, This patch fixes the 0.5 pixel shifting we do in draw operations by applying a device space - user space transform first, so that a scaling factor in the transform will not distort the shape. This necessitates separate shifting methods for X and Y coordinates. Also included is a fix for

Re: [cp-patches] Paint context fixes

2006-11-22 Thread David Gilbert
Hi Francis, I'm seeing this exception now when trying to run StatCVS: [EMAIL PROTECTED]:~/mauve-cvs$ jamvm -Xmx300m -jar ~/statcvs-0.2.3/statcvs.jar logfile.log mauve StatCVS - CVS statistics generation Revision of install-sh does not match expected revision Revision of mkinstalldirs does

[cp-patches] FYI: BeanContextSupport.avoidingGui() is already implemented

2006-11-22 Thread David Gilbert
This patch (committed) removes the NotImplementedException tag from one method that is already implemented: 2006-11-22 David Gilbert [EMAIL PROTECTED] * java/beans/beancontext/BeanContextSupport.java (avoidingGui): Removed NotImplementedException. The implementation (from earlier in

Re: [cp-patches] Paint context fixes

2006-11-22 Thread Roman Kennke
Hi David, I'm seeing this exception now when trying to run StatCVS: [EMAIL PROTECTED]:~/mauve-cvs$ jamvm -Xmx300m -jar ~/statcvs-0.2.3/statcvs.jar logfile.log mauve StatCVS - CVS statistics generation Revision of install-sh does not match expected revision Revision of mkinstalldirs

[cp-patches] FYI: JRootPane fix

2006-11-22 Thread Tania Bento
Hey, This patch fixes a bug in javax.swing.JRootPane.setLayeredPane(JLayeredPane). If the layered pane parameter is null, then an IllegalComponentStateException should be thrown. This fix causes a couple of Harmony's TestSuite tests to pass. This can be verified in the reference implemenation's

Re: [cp-patches] Paint context fixes

2006-11-22 Thread Roman Kennke
Hi David, I'm seeing this exception now when trying to run StatCVS: [EMAIL PROTECTED]:~/mauve-cvs$ jamvm -Xmx300m -jar ~/statcvs-0.2.3/statcvs.jar logfile.log mauve StatCVS - CVS statistics generation Revision of install-sh does not match expected revision Revision of

Re: [cp-patches] Paint context fixes

2006-11-22 Thread Dave Gilbert
On Thu, 2006-11-23 at 01:17 +0100, Roman Kennke wrote: Hi David, Are you running in headless mode? No. Tomorrow I'll try to reduce this to a simple test case. Weird. I can only imagine that statcvs sets the AWT headless property, and thus goes into headless mode automatically. I

[cp-testresults] FAIL: cacao build on Wed Nov 22 12:08:30 UTC 2006

2006-11-22 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] Japi diffs for classpath

2006-11-22 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 Tue Nov 21 11:59:59 2006 GMT -jdk12 API scanned at 2006/11/21 05:01:10 EST -classpath API scanned at 2006/11/21 06:49:26 EST +Comparison run at

[cp-testresults] FAIL: japi build on Wed Nov 22 12:23:09 UTC 2006

2006-11-22 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: cacao build on Wed Nov 22 17:12:17 UTC 2006

2006-11-22 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] FAIL: japi build on Wed Nov 22 17:27:09 UTC 2006

2006-11-22 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: cacao build on Wed Nov 22 22:15:34 UTC 2006

2006-11-22 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] FAIL: japi build on Wed Nov 22 22:30:15 UTC 2006

2006-11-22 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

Re: Running Sun's javac on Classpath

2006-11-22 Thread Mark Wielaard
Hi Andrew, On Tue, 2006-11-21 at 22:57 +, Andrew John Hughes wrote: Andrew Hughes did add something similar to the generics branch (but not the the trunk yet): 2006-11-13 Andrew John Hughes [EMAIL PROTECTED] * gnu/java/util/regex/RETokenNamedProperty.java:

Re: [Devjam] Java Is FREE! (some real information)

2006-11-22 Thread Mark Wielaard
Hi Petter, On Sun, 2006-11-19 at 20:09 +0100, Petter Reinholdtsen wrote: Yes, this is great news. I believe it calls for a free java developer gathering like the one in Oldenburg a long time ago. This time with people from SUN as well as all the developers from the Classpath project

[commit-cp] classpath java/awt/font/TextLayout.java ChangeLog

2006-11-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/22 14:39:37 Modified files: java/awt/font : TextLayout.java . : ChangeLog Log message: 2006-11-22 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/awt/image/ImageFilter....

2006-11-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/22 15:18:32 Modified files: . : ChangeLog java/awt/image : ImageFilter.java IndexColorModel.java RGBImageFilter.java

[commit-cp] classpath java/awt/font/TextLayout.java ChangeLog

2006-11-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/22 16:05:39 Modified files: java/awt/font : TextLayout.java . : ChangeLog Log message: 2006-11-22 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath gnu/java/awt/peer/gtk/CairoGraphics2D...

2006-11-22 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung06/11/22 16:46:17 Modified files: gnu/java/awt/peer/gtk: CairoGraphics2D.java BufferedImageGraphics.java . : ChangeLog Log message:

[commit-cp] classpath ChangeLog java/beans/beancontext/Bean...

2006-11-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/11/22 17:59:26 Modified files: . : ChangeLog java/beans/beancontext: BeanContextSupport.java Log message: 2006-11-22 David Gilbert [EMAIL

[commit-cp] classpath ChangeLog javax/swing/JRootPane.java

2006-11-22 Thread Tania Bento
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tania Bento tbento06/11/22 20:12:55 Modified files: . : ChangeLog javax/swing: JRootPane.java Log message: 2006-11-22 Tania Bento [EMAIL PROTECTED]