Re: [cp-patches]: Patch: UIDefaults fix

2005-10-16 Thread Tom Tromey
Audrius == Meskauskas Audrius [EMAIL PROTECTED] writes: Audrius getSystemClassLoader returns the different loader that Audrius has loaded the application, same as the default Audrius Thread.getConextClassLoader() that I would use in this case. We have a few PRs in this area. What we need are

Re: [cp-patches]: Patch: UIDefaults fix

2005-10-16 Thread Meskauskas Audrius
These two loaders I believe should be the same by default, but there is a method in Thread to set the thread context class loader directly. This can help as workaround when the user classes must be loaded from some other place. For instance, when we run Mauve test, the system class loader =

[cp-patches] [generics] More generic fixes

2005-10-16 Thread Andrew John Hughes
I'm committing the attached patch to fix more typing changes due to the 1.5 language additions. Changelog: 2005-10-16 Andrew John Hughes [EMAIL PROTECTED] * java/awt/image/BufferedImage.java: (getSources()): Genericized. * java/awt/image/ImageFilter.java:

Re: [cp-patches] FYI: Swing painting reworked

2005-10-16 Thread Roman Kennke
Hi, Hi Roman, Sorry I didn't get a chance to test this when you first submitted the patch. Yeah, I was quite quick with that. But given that I wouldn't have time to check it in for some days, and also given that I already tested this to a certain extent, and we have CVS and testers and

[cp-patches] FYI: gnu.CORBA.ListenerPort property.

2005-10-16 Thread Meskauskas Audrius
Various firewalls does not allow opening multiple randomly selected ports, as the default CORBA implementation used to do. The firewall must be configured to allow CORBA to work on one fixed port or (for better performance) on a small fixed range of ports. This does not restrict the maximal

[cp-patches] Addition of XML output to java.util.Properties

2005-10-16 Thread Andrew John Hughes
I'm committing the attached patch to add XML property output. 2005-10-17 Andrew John Hughes [EMAIL PROTECTED] * java/util/Properties.java: (storeToXML(OutputStream,String)): Implemented. (storeToXml(OutputStream,String,String)): Likewise. -- Andrew :-) Please avoid

Re: Short event-handling question...

2005-10-16 Thread Thomas Zander
On Wednesday 12 October 2005 13:53, Clemens Eisserer wrote: Whoa, crazy :-) Hmm, more or less a makeshift, we already tried with java-based x-servers but the performance is horrible and furthermore java does not now howto handle more than 1 X display at a time. Try the free-NX server, you

Re: build failure - problems detecting freetype2 headers

2005-10-16 Thread Roman Kennke
Am Donnerstag, den 13.10.2005, 23:06 +0200 schrieb Sandor Bodo-Merle: Hi I just checked out classpath as an eclipse project. Build started instantly - this is a nice feature. But then i got compile error in the console window. It seems to me that the include path for freetype2 package is

[commit-cp] classpath ./ChangeLog java/awt/image/BufferedIm... [generics-branch]

2005-10-16 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Andrew John Hughes [EMAIL PROTECTED] 05/10/16 17:12:07 Modified files: . : ChangeLog java/awt/image : BufferedImage.java ImageFilter.java

[commit-cp] classpath ./ChangeLog gnu/CORBA/Functional_ORB....

2005-10-16 Thread Audrius Meškauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/10/16 22:39:05 Modified files: . : ChangeLog gnu/CORBA : Functional_ORB.java org/omg/CORBA : ORB.java Added files: