Re: [kaffe] Problem with String.split(String)

2004-06-10 Thread Dalibor Topic
Max Gilead wrote: Hello! I found a problem while trying to run this under Kaffe: public class Test { public static void main(String[] args) { System.out.println("A,B".split(",")[0]); } } Hi Max, Thanks for the bug report! Fixed in the CVS now. cheers, dalibor topic _

Re: [kaffe] Problem with String.split(String)

2004-06-10 Thread Dalibor Topic
Mark Wielaard wrote: Hi, On Thu, 2004-06-10 at 07:30, Guilhem Lavaux wrote: There seems to be some missing file properties in kaffe. Dalibor could you import it from GNU Regexp ? It looks like CVS at least contains gnu/regexp/MessagesBundle.properties which should be picked up when everything els

Re: [kaffe] Problem with String.split(String)

2004-06-10 Thread Mark Wielaard
Hi, On Thu, 2004-06-10 at 07:30, Guilhem Lavaux wrote: > There seems to be some missing file properties in kaffe. Dalibor could > you import it from GNU Regexp ? It looks like CVS at least contains gnu/regexp/MessagesBundle.properties which should be picked up when everything else fails. The tes

Re: [kaffe] Problem with String.split(String)

2004-06-09 Thread Guilhem Lavaux
Max Gilead wrote: Hello! I found a problem while trying to run this under Kaffe: public class Test { public static void main(String[] args) { System.out.println("A,B".split(",")[0]); } } Hi ! There seems to be some missing file properties in kaffe. Dalibor could you import it from GNU Regexp ? Th

[kaffe] Problem with String.split(String)

2004-06-09 Thread Max Gilead
Hello! I found a problem while trying to run this under Kaffe: public class Test { public static void main(String[] args) { System.out.println("A,B".split(",")[0]); } } The result is this exception: java.lang.ExceptionInInitializerError at java.util.regex.Pattern. (Pattern.java:88) at java.util