Re: [kaffe] SortTest failed with interp engine

2003-11-06 Thread Dalibor Topic
Hi Atushi, Atsushi Nemoto wrote: Hi. I'm using kaffe 1.1.2 with intrp engine on i386 linux. I got a following error on make check: ... FAIL: SortTest.java ... 1 of 144 tests failed Please report to [EMAIL PROTECTED] The test do

[kaffe] Re: [Classpathx-xml] Re: Unwanted SAXParseException

2003-11-06 Thread Arnaud Vandyck
I did commit this patch. Waiting for your comments. I'll make a new Debian package of this version next week if no comment. Cheers, PS: and thanks to Ito and all of you who discuss this point ;) On Sat, 25 Oct 2003 08:57:05 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: bash-2.05b$ diff -u

Re: [kaffe] Problem with Jetty

2003-11-06 Thread Jim Pick
On Thu, 06 Nov 2003 01:45:43 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: Hi, : == Syed Mudasir ahmed [EMAIL PROTECTED] writes: :i am try to set up jetty web server : when i run the following command i get the following : error : --- Error --- : kaffe -jar

[kaffe] CVS kaffe (kaz): libraries/javalib/gnu/xml/aelfred2/SAXDriver.java,

2003-11-06 Thread Kaffe CVS
PatchSet 4157 Date: 2003/11/06 22:53:42 Author: kaz Branch: HEAD Tag: (none) Log: libraries/javalib/gnu/xml/aelfred2/SAXDriver.java, libraries/javalib/gnu/xml/aelfred2/XmlParser.java: Resynced with GNU Classpathx. Members: ChangeLog:1.1749-1.1750

[kaffe] Class creation help

2003-11-06 Thread James Simmons
I have 3 classes Example1, Example2, and Example3. The inheritance is Example1 -- Example2 -- Example3 Now I try a Class protoClass = Class.forName(Example3); Example1 source = (Example1)protoClass.newInstance(); Later I attempt to use Example1 as Example3. Now when I attempt to use