[kaffe] Re: Bug Status of Kaffe

2003-12-26 Thread Ben Burton
severity 210716 important thanks > > #210716 jython causes kaffe to fail with assert error > > > > , > > | Version: 1:1.1.1-1 > > | > > | > After removing the JNI lines from jython shell script (see > > | > issue #207998) kaffe dies with kaffe-bin: mach

[kaffe] Help Please

2003-12-26 Thread raja n
Hai, Company name : Enventure tech(www.enventuretechnology.com) Mail Id : [EMAIL PROTECTED] I am getting following error while running my application on yopy.Application have written in Java.While touching the screen i am getting the following error.I am using ResourceBundle,awt,exec function.

[kaffe] CVS kaffe (guilhem): Regenerated KJC (see kaffe-extras).

2003-12-26 Thread Kaffe CVS
PatchSet 4238 Date: 2003/12/26 18:51:20 Author: guilhem Branch: HEAD Tag: (none) Log: Regenerated KJC (see kaffe-extras). Members: ChangeLog:1.1827->1.1828 libraries/javalib/kjc.jar:1.27->1.28 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1827 kaffe/ChangeLog:1.1828 --- ka

[kaffe] CVS kaffe-extras (guilhem): New patch to fix extra generated '' methods. This method should

2003-12-26 Thread Kaffe CVS
PatchSet 24 Date: 2003/12/26 18:40:31 Author: guilhem Branch: HEAD Tag: (none) Log: New patch to fix extra generated '' methods. This method should not be generated if it is empty. But empty methods should be authorized ;-) This is the least ugly method to do it I've found so far. Members:

Re: [kaffe] Re: GregorianCalendar fixes

2003-12-26 Thread Ito Kazumitsu
Hi, > ":" == Mark Wielaard <[EMAIL PROTECTED]> writes: :> There is only one functional change left between kaffe and classpath in :> computeFields(): :> -fields[DAY_OF_WEEK_IN_MONTH] = (fields[DAY_OF_MONTH] + 12) / 7; :> +fields[DAY_OF_WEEK_IN_MONTH] = (fields[DAY_OF_MONTH] + 6) / 7;

[kaffe] Re: GregorianCalendar fixes

2003-12-26 Thread Mark Wielaard
Hi, On Sat, 2003-11-29 at 20:15, Dalibor Topic wrote: > after the discussion on the Classpath mailing list, I'd say it looks good ;) > > Mark, can I check it into Classpath's CVS with an updated ChangeLog entry? I'll check this in while I am resyncing with kaffe. There is only one functional cha

Re: [kaffe] [PATCH] HttpURLConnection.getOutputStream() fix

2003-12-26 Thread Atsushi Nemoto
> On Fri, 12 Dec 2003 08:56:51 +0900, Ito Kazumitsu <[EMAIL PROTECTED]> said: ito> Kaffe's original URL and HttpURLConnection had a similar problem ito> and were corrected so that POST could be used. ... ito> But they were replaced by those from GNU Classpath. Thanks for informatin. I posted