[kaffe] Problem in Kaffe

2004-01-11 Thread raja n
Hai, I am getting following exception while i am trying do some operation in kaffe .Is there any fix. Operation related to file buildStackTrace(0x2489ccc)): can't allocate stackTraceInfo lt-kaffe-bin: exception.c:448: dispatchException: Assertion `baseframe != ((void *)0)' failed Regards Raja N

Re: [kaffe] Java Sound / ALSA code updated

2004-01-11 Thread Dalibor Topic
Hallo Matthia, Matthias Pfisterer wrote: Hi, I updated the Tritonus (Java Sound API implementation) code in the upstream CVS to compile with the ALSA 1.0 API. I would suggest to take over these changes into kaffe. Wow, thanks a lot for the kind reminder! I really appreciate maintainers of the

Re: [kaffe] Problem in Kaffe

2004-01-11 Thread Dalibor Topic
Hi Raja, raja n wrote: Hai, I am getting following exception while i am trying do some operation in kaffe .Is there any fix. Maybe. ;) It would be much easier to give you a better answer if you could ask a clearer question. If you don't provide us with a small (5-10 lines of code) example

[kaffe] CVS kaffe (guilhem): java.text fixes and small improvements.

2004-01-11 Thread Kaffe CVS
PatchSet 4316 Date: 2004/01/11 17:48:57 Author: guilhem Branch: HEAD Tag: (none) Log: java.text fixes and small improvements. Members: ChangeLog:1.1903-1.1904 libraries/javalib/gnu/java/locale/LocaleInformation_en.java:1.1-1.2

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4318 Date: 2004/01/11 19:36:22 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 2004-01-11 Dalibor Topic [EMAIL PROTECTED] Resynced with GNU Classpath. 2004-01-08 Michael Koch [EMAIL PROTECTED] *

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4319 Date: 2004/01/11 19:43:48 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 2004-01-11 Dalibor Topic [EMAIL PROTECTED] Resynced with GNU Classpath. 2004-01-08 Michael Koch [EMAIL PROTECTED] * java/text/CollationKey.java

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4320 Date: 2004/01/11 19:52:21 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 2004-01-11 Dalibor Topic [EMAIL PROTECTED] Resynced with GNU Classpath. 2003-12-26 Michael Koch [EMAIL PROTECTED] * java/text/MessageFormat.java

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4321 Date: 2004/01/11 19:59:47 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 2004-01-11 Dalibor Topic [EMAIL PROTECTED] Resynced with GNU Classpath. 2004-01-07 Michael Koch [EMAIL PROTECTED] * java/text/RuleBasedCollator.java:

[kaffe] Bug in javah

2004-01-11 Thread Arnaud Vandyck
Hi all, I'm trying to merge gnujaxp and libxmlj but it seems it's a problem to use javah from kaffe: [EMAIL PROTECTED]:~/debian/gnu/classpathx/merge-jaxp-libxmlj$ make /usr/bin/javah -classpath . gnu.xml.libxmlj.transform.TransformerFactoryImpl Failed to open object 'java/lang/Object' make: ***

[kaffe] Re: [Jessie-discuss] 0.9.6

2004-01-11 Thread Dalibor Topic
Hi Casey, happy new year! Casey Marshall wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've made the 0.9.6 release of Jessie available for download. There are minor changes from 0.9.5, the most significant being: * ZLIB compression implemented and working. * The internal

[kaffe] CVS kaffe (dalibor): Resynced with Jessie

2004-01-11 Thread Kaffe CVS
PatchSet 4323 Date: 2004/01/11 21:31:06 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with Jessie 2004-01-11 Dalibor Topic [EMAIL PROTECTED] Resynced with Jessie 0.9.6. * javax/net/ssl/HandshakeCompletedEvent.java, javax/net/ssl/HttpsURLConnection.java,

[kaffe] CVS kaffe (jim): Don't use old versions of ALSA

2004-01-11 Thread Kaffe CVS
PatchSet 4324 Date: 2004/01/11 22:06:46 Author: jim Branch: HEAD Tag: (none) Log: Don't use old versions of ALSA Members: ChangeLog:1.1911-1.1912 Makefile.in:1.125-1.126 THIRDPARTY:1.6-1.7 aclocal.m4:1.86-1.87 configure:1.272-1.273

Re: [kaffe] Re: [Jessie-discuss] 0.9.6

2004-01-11 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: The MD5 sums of these releases are: 564512fb3772f63762285b96e3e500e9 jessie-0.9.6.tar.gz 89b5d347bd4543201d0770918b3debb8 jessie-0.9.6.zip Also of interest is the PKI implementation I am working

[kaffe] JSPWiki runs on Kaffe + Tomcat 4

2004-01-11 Thread Dalibor Topic
Hi all, another nice success: I was looking for a Wiki that could run on kaffe, and I found one: JSPWiki [1]. I managed to install it and run it in a breeze on the latest CVS version of kaffe. Since tomcat 4 runs fine on kaffe 1.1.3, I assume it would run fine on 1.1.3, as well. I've added an

[kaffe] CVS kaffe (dalibor): Switched java.awt.GridBadLayout over to GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4325 Date: 2004/01/12 02:11:39 Author: dalibor Branch: HEAD Tag: (none) Log: Switched java.awt.GridBadLayout over to GNU Classpath 2004-01-12 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/awt/GridBagLayout.java: Replaced by implementation from GNU

[kaffe] CVS kaffe (dalibor): Fixed handling of FTP URLConnections

2004-01-11 Thread Kaffe CVS
PatchSet 4326 Date: 2004/01/12 02:34:26 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed handling of FTP URLConnections 2004-01-12 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/gnu/inet/ftp/Handler.java: New file. *

Re: [kaffe] CVS kaffe (dalibor): Fixed handling of FTP URLConnections

2004-01-11 Thread Dalibor Topic
Kaffe CVS wrote: PatchSet 4326 Date: 2004/01/12 02:34:26 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed handling of FTP URLConnections 2004-01-12 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/gnu/inet/ftp/Handler.java: New file. *

[kaffe] CVS kaffe (dalibor): Added java/util/logging/SocketHandler from GNU Classpath

2004-01-11 Thread Kaffe CVS
PatchSet 4327 Date: 2004/01/12 04:09:58 Author: dalibor Branch: HEAD Tag: (none) Log: Added java/util/logging/SocketHandler from GNU Classpath 2004-01-12 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/util/logging/SocketHandler.java: New file, taken from GNU

[kaffe] Problem in kaffe

2004-01-11 Thread raja n
Hai, I am using arm-linux in Yopy .It's small device .My application is having around 20 files.It's will run some binary file(to generate the voice).Some time it's giving stackTraceException.I will try to wirte small code and try to reproduce the problem.I saw in mailing list already some boady

[kaffe] CVS kaffe (dalibor): Regenerated out-of date files

2004-01-11 Thread Kaffe CVS
PatchSet 4328 Date: 2004/01/12 06:28:37 Author: dalibor Branch: HEAD Tag: (none) Log: Regenerated out-of date files 2004-01-12 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/Makefile.am, libraries/javalib/Makefile.in,