[cp-patches] FYI: Font fixes

2006-11-02 Thread Roman Kennke
It seems like jIRCii makes use of some more sophisticated font methods, that didn't work quite right and lead to overlapping chars in jIRCii's text components: - Control characters (like \n) need to be filtered in the TextLayout and GdkFontPeer so that the aren't rendered and also not measured in

[cp-patches] FYI: Swing text fixes

2006-11-02 Thread Roman Kennke
This solves some problems in javax.swing.text: - Sometimes the layout got borked and was very slow. This was caused by a thinko in FlowView.FlowStrategy. - Line breaking was not working really well. This is improved now. BeanShell and jIRCii should now work again as expected. 2006-11-02 Roman

[cp-patches] FYI: HTML hyperlink support

2006-11-02 Thread Roman Kennke
This adds basic support (a tag) for HTML hyperlinks, including the mouse-hover cursor change. 2006-11-02 Roman Kennke [EMAIL PROTECTED] * javax/swing/JEditorPane.java (setContentType): Strip off attributes. * javax/swing/text/html/HTMLEditorKit.java

[cp-patches] FYI: HTML ImageView fixlet

2006-11-02 Thread Roman Kennke
This fixes the ImageView class to also consider the base URL of the document for relative image locations. 2006-11-02 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/html/ImageView.java (getImageURL): Fetch attribute from element. Consider the base URL for relative

Re: [cp-patches] FYI: Font fixes

2006-11-02 Thread David Gilbert
Hi Roman, I wanted to try this out, but if I do a clean check out of the latest CVS, I get the following compile error when I compile with Jikes: Found 1 semantic error compiling ../gnu/java/awt/peer/gtk/GdkFontPeer.java: 59. public class GdkFontPeer extends ClasspathFontPeer

Re: [cp-patches] FYI: Font fixes

2006-11-02 Thread Roman Kennke
Am Donnerstag, den 02.11.2006, 17:04 + schrieb David Gilbert: Hi Roman, I wanted to try this out, but if I do a clean check out of the latest CVS, I get the following compile error when I compile with Jikes: Found 1 semantic error compiling ../gnu/java/awt/peer/gtk/GdkFontPeer.java:

Re: [cp-patches] FYI: Font fixes

2006-11-02 Thread David Gilbert
Thanks, that fixed it! Roman Kennke wrote: Am Donnerstag, den 02.11.2006, 17:04 + schrieb David Gilbert: Hi Roman, I wanted to try this out, but if I do a clean check out of the latest CVS, I get the following compile error when I compile with Jikes: Found 1 semantic error compiling

[cp-patches] FYI: GeneralPath - API doc fixes

2006-11-02 Thread David Gilbert
This patch (committed) fixes a couple of Eclipse warnings concerning the API docs for GeneralPath: 2006-11-02 David Gilbert [EMAIL PROTECTED] * java/awt/geom/GeneralPath.java: API doc fixes. Regards, Dave Index: java/awt/geom/GeneralPath.java

[cp-patches] RFC: JTree memory leak

2006-11-02 Thread Francis Kung
Hi, The attached patch fixes a memory leak in the JTree, changing a Hashtable into a WeakHashMap. I'm not too familiar with this class, so I don't know if this is the best way to fix it (or if this even breaks something!), and I'd appreciate any comments or approval for this patch. Thanks,

[cp-patches] RFA: Eclipse cleanup

2006-11-02 Thread Francis Kung
Hi, I'd like to make the following two changes to the Eclipse settings files: 1) change default compiler compliance to 1.4, to ensure that we don't break the build unintentionally (it's happened a few times, where code acceptable in 1.5 is an error in 1.4... especially with the clone() method)

Re: [cp-patches] RFC: JTree memory leak

2006-11-02 Thread Roman Kennke
Hi Francis, The attached patch fixes a memory leak in the JTree, changing a Hashtable into a WeakHashMap. I'm not too familiar with this class, so I don't know if this is the best way to fix it (or if this even breaks something!), and I'd appreciate any comments or approval for this

[cp-patches] FYI: input tag support

2006-11-02 Thread Roman Kennke
This adds (very) basic support for input tags. That is the following input tag types are now rendered: text - JTextField password - JPasswordField submit - JButton reset - JButton button - JButton image - JButton checkbox - JCheckBox radio - JRadioButton Note that this probably won't work due to

[cp-patches] RFC: htmlAttributeSet and SmallHTMLAttributeSet

2006-11-02 Thread Roman Kennke
In my last patch I added support for HTML input tags. However, I came upon a problem with the attributes there. Strangely, all input tags showed up as input type=text. It turned out that this is the DTD default for that tag. After some debugging I found that somehow the HTML parser or some part of

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Nov 2 08:26:04 UTC 2006

2006-11-02 Thread cpdev
Baseline from: Wed Nov 1 05:58:23 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.lang.Object.oom Improvements: PASS: java.awt.ColorClass.brighter New fails: Totals: PASS: 2837 XPASS: 0 FAIL: 210 XFAIL: 0

[cp-testresults] FAIL: generics classpath build on Thu Nov 2 13:16:59 UTC 2006

2006-11-02 Thread cpdev
6289. WARNING in ../../classpath/vm/reference/sun/misc/Unsafe.java (at line 297) public native int arrayIndexScale(Class arrayClass); ^ Class is a raw type. References to generic type ClassT should be parameterized -- -- 6290.

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Nov 2 15:02:04 UTC 2006

2006-11-02 Thread cpdev
Baseline from: Wed Nov 1 05:58:23 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Improvements: PASS: java.awt.ColorClass.brighter New fails: Totals: PASS: 2839 XPASS: 0 FAIL: 208 XFAIL: 0 ___ Classpath-testresults

[cp-testresults] FAIL: classpath build with gcj (4.1) on Thu Nov 2 18:58:20 UTC 2006

2006-11-02 Thread cpdev
echo timestamp lists/gnu-CORBA-Interceptor.stamp /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:../../classpath/external/relaxngDatatype:.:: -C -d . -MD

[cp-testresults] FAIL: classpath build with gcj trunk on Thu Nov 2 18:59:50 UTC 2006

2006-11-02 Thread cpdev
echo timestamp lists/gnu-CORBA-Interceptor.stamp /home/cpdev/Nightly/gcc/install/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath

[cp-testresults] FAIL: jamvm build on Thu Nov 2 19:02:09 UTC 2006

2006-11-02 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[2]: Leaving directory

[cp-testresults] FAIL: cacao build on Thu Nov 2 19:02:48 UTC 2006

2006-11-02 Thread cpdev
checking for dlopen... no 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

[cp-testresults] FAIL: ecj built with ecj on jamvm on Thu Nov 2 19:11:57 UTC 2006

2006-11-02 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: ecj built with native-ecj on Thu Nov 2 19:12:01 UTC 2006

2006-11-02 Thread cpdev
-- 1. ERROR in compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java (at line 1) /*** ^ The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class

[cp-testresults] FAIL: generics classpath build on Thu Nov 2 19:12:51 UTC 2006

2006-11-02 Thread cpdev
config.status: executing gnative2ascii commands config.status: executing gserialver commands config.status: executing grmiregistry commands config.status: executing gtnameserv commands config.status: executing gorbd commands config.status: executing grmid commands config.status: executing grmic

[cp-testresults] FAIL: japi build on Thu Nov 2 19:14:24 UTC 2006

2006-11-02 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip: net/wuffies/japi/*.java Found 1 system error and issued 1 warning: *** Semantic Warning: I/O warning: No such file or directory while trying to open

[cp-testresults] FAIL: classpath build with gcj (4.1) on Thu Nov 2 23:36:18 UTC 2006

2006-11-02 Thread cpdev
mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/gconf-peer -I../../../include -I../../../../include -I../../../../native/jni/classpath -I../../../../native/jni/native-lib -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Werror -DORBIT2=1

[cp-testresults] FAIL: generics classpath build on Fri Nov 3 00:08:36 UTC 2006

2006-11-02 Thread cpdev
6289. WARNING in ../../classpath/vm/reference/sun/misc/Unsafe.java (at line 297) public native int arrayIndexScale(Class arrayClass); ^ Class is a raw type. References to generic type ClassT should be parameterized -- -- 6290.

[cp-testresults] FAIL: japi build on Fri Nov 3 00:09:46 UTC 2006

2006-11-02 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: classpath build with gcj (4.1) on Fri Nov 3 06:14:31 UTC 2006

2006-11-02 Thread cpdev
mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/gconf-peer -I../../../include -I../../../../include -I../../../../native/jni/classpath -I../../../../native/jni/native-lib -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Werror -DORBIT2=1

[cp-testresults] classpath daily snapshot 20061103 FAILED

2006-11-02 Thread Michael Koch
ranlib .libs/libclasspath.a creating libclasspath.la (cd .libs rm -f libclasspath.la ln -s ../libclasspath.la libclasspath.la) make[3]: Leaving directory `/home/mkoch/src/classpath/build/native/jni/classpath' Making all in native-lib make[3]: Entering directory

[cp-testresults] FAIL: generics classpath build on Fri Nov 3 06:56:00 UTC 2006

2006-11-02 Thread cpdev
6289. WARNING in ../../classpath/vm/reference/sun/misc/Unsafe.java (at line 297) public native int arrayIndexScale(Class arrayClass); ^ Class is a raw type. References to generic type ClassT should be parameterized -- -- 6290.

[cp-testresults] FAIL: japi build on Fri Nov 3 06:57:16 UTC 2006

2006-11-02 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: switch to IPv6-only

2006-11-02 Thread Gary Benson
Robert Schuster wrote: What I am proposing is that we do all our native interaction as if the addresses where IPv6. As IP4v is a subset of IPv6 there should be no problem: Prepend 12 zeros before an IP4v address and you're done. It's 10 zeros and 2 0xFFs I think. Cheers, Gary

JamVM 1.4.4 released

2006-11-02 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.4.4 (http://jamvm.sourceforge.net). This release adds the JNI Invocation API and additional Java 1.5 support. Several other features have also been added and quite a few bugs fixed. The full list of changes are here:

[commit-cp] classpath gnu/java/awt/peer/x/XFontPeer.java gn...

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 11:02:29 Modified files: gnu/java/awt/peer/x: XFontPeer.java XFontPeer2.java java/awt : Font.java . : ChangeLog gnu/java/awt/peer/gtk:

[commit-cp] classpath javax/swing/text/FlowView.java javax/...

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 11:20:22 Modified files: javax/swing/text: FlowView.java GlyphView.java Utilities.java . : ChangeLog Log message: 2006-11-02 Roman Kennke [EMAIL

[commit-cp] classpath javax/swing/JEditorPane.java javax/sw...

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 14:00:46 Modified files: javax/swing: JEditorPane.java javax/swing/text/html: HTMLEditorKit.java . : ChangeLog Log message: 2006-11-02

[commit-cp] classpath javax/swing/text/html/ImageView.java ...

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 14:04:34 Modified files: javax/swing/text/html: ImageView.java . : ChangeLog Log message: 2006-11-02 Roman Kennke [EMAIL PROTECTED]

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

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 17:13:51 Modified files: gnu/java/awt/peer: ClasspathFontPeer.java Log message: Forgot this file. CVSWeb URLs:

[commit-cp] classpath javax/swing/text/html/FormView.java j...

2006-11-02 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/02 21:36:30 Modified files: javax/swing/text/html: FormView.java HTMLDocument.java HTMLEditorKit.java . : ChangeLog Log message: