Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-24 Thread Ito Kazumitsu
In message "[kaffe] Bug report: java.text.SimpleDateFormat#parse" on 05/01/25, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > You might have found that test/regression/DateFormatTest.java fails > recently. > > This is becuase of a bug in java.text.SimpleDateFormat#parse. And this is my patch.

[kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-24 Thread Ito Kazumitsu
Hi, You might have found that test/regression/DateFormatTest.java fails recently. This is becuase of a bug in java.text.SimpleDateFormat#parse. The following program shows the bug. import java.text.SimpleDateFormat; public class Z { public static void main(String args[]) throws Exce

Re: [kaffe] NumberFormat.getInstance fails

2005-01-24 Thread Mark Wielaard
Hi, On Mon, 2005-01-24 at 22:32 +, Ito Kazumitsu wrote: > In message "[kaffe] NumberFormat.getInstance fails" > on 05/01/21, Seo Sanghyeon <[EMAIL PROTECTED]> writes: > > ":" == Seo Sanghyeon <[EMAIL PROTECTED]> writes: > > :> java.lang.IllegalArgumentException: The specified country

Re: [kaffe] NumberFormat.getInstance fails

2005-01-24 Thread Ito Kazumitsu
In message "[kaffe] NumberFormat.getInstance fails" on 05/01/21, Seo Sanghyeon <[EMAIL PROTECTED]> writes: > ":" == Seo Sanghyeon <[EMAIL PROTECTED]> writes: :> java.lang.IllegalArgumentException: The specified country code is invalid :>at java.util.Currency. (Currency.java:171) :>

Re: [kaffe] [Bug Report] Launching eclipse 3.1 using kaffe

2005-01-24 Thread dhilus
Selon Dalibor Topic <[EMAIL PROTECTED]>: > Salut Remy, > > see http://www.kaffe.org/pipermail/kaffe/2004-December/100826.html for a > workaround. I take a look to it immediatly, thanks. -- Remy Saissy ___ kaffe mailing list kaffe@kaffe.org http://kaff

[kaffe] NumberFormat.getInstance fails

2005-01-24 Thread Seo Sanghyeon
With today's CVS Kaffe: import java.util.Locale; import java.text.NumberFormat; public class test { public static void main(String args[]) { NumberFormat.getInstance(Locale.ENGLISH); } } I get: java.lang.IllegalArgumentException: The specified country code is invalid at java.

[kaffe] CVS kaffe (robilad): Resynced with gnu classpath: sven's calendaring fixes

2005-01-24 Thread Kaffe CVS
PatchSet 5914 Date: 2005/01/24 15:59:42 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with gnu classpath: sven's calendaring fixes 2005-01-24 Dalibor Topic <[EMAIL PROTECTED]> Resynced with GNU Classpath. 2005-01-23 Sven de Marothy <[EMAIL PROTECTED]> * jav

[kaffe] Support for GetDirectBufferAddress

2005-01-24 Thread Robert Schuster
Hi, I have recently asked for the state of support of the JNI function GetDirectBufferAddress in general (GNU Classpath and its VMs). It was said there was no support in kaffe and that this may be added after the problems in Classpath have been fixed. My question is whether the state of support

[kaffe] CVS kaffe (robilad): Small fix for make distcheck

2005-01-24 Thread Kaffe CVS
PatchSet 5912 Date: 2005/01/24 15:34:15 Author: robilad Branch: HEAD Tag: (none) Log: Small fix for make distcheck 2005-01-24 Dalibor Topic <[EMAIL PROTECTED]> * test/internal/Makefile.am (EXTRA_DIST): Added System.java. Small fix for make distcheck. Members: ChangeL

[kaffe] CVS kaffe (robilad): Resynced with GNU classpath: date formatting fixes from andrew

2005-01-24 Thread Kaffe CVS
PatchSet 5913 Date: 2005/01/24 15:47:11 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU classpath: date formatting fixes from andrew 2005-01-24 Dalibor Topic <[EMAIL PROTECTED]> Resynced with GNU Classpath. 2005-01-23 Andrew John Hughes <[EMAIL PROTECTED]>

Re: [kaffe] CVS kaffe (robilad): Reworked the build system to remove klasses.jar.bootstrap, and simplify the kaff

2005-01-24 Thread Dalibor Topic
Michael Franz wrote: This patch doesn't seem to be working when you try to build without native AWT. Or it has just broke the darwin 6 build. thanks! I'll look into that. I haven't tested all configurations. cheers, dalibor topic ___ kaffe mailing list k

[kaffe] CVS kaffe (robilad): Fixed make dist

2005-01-24 Thread Kaffe CVS
PatchSet 5911 Date: 2005/01/24 10:12:53 Author: robilad Branch: HEAD Tag: (none) Log: Fixed make dist 2005-01-24 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/Makefile.am.in (EXTRA_DIST, jarlib_DATA): Added installed_properties. (installed_properties): Moved loggig.properties there.