[kaffe] Re: Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Brian Jones
Tom Tromey <[EMAIL PROTECTED]> writes: > Mark> - Security/Crypto - Choose default provider > Mark> (kaffe, GNU Classpath and/or GNU Crypto). > > For libgcj we've settled on recommending GNU Crypto as the choice (we > don't ship it by default). GNU Crypto is actively maintained by > friendly pe

Re: [Rxtx] Implementing javax.comm for free software java implementations(Was: Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items)

2003-07-14 Thread Trent Jarvi
On Mon, 14 Jul 2003, Dalibor Topic wrote: > Hi Trent, > > Trent Jarvi wrote: > > > We'd be more than willing to work with Classpath and or Kaffe to get this > > working. RXTX 2.1 implements CommAPI from the top down but is in package > > gnu.io to avoid confusion with Sun's impementation. > >

Re: [Rxtx] Implementing javax.comm for free software java implementations(Was: Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items)

2003-07-14 Thread Trent Jarvi
On Mon, 14 Jul 2003, Dalibor Topic wrote: > Hi Chris, > > I've CC:ed Trent Jarvi, the maintainer of rxtx, see http://www.rxtx.org > for more information about it. > > Chris Gray wrote: > > On Monday 14 July 2003 00:11, Mark Wielaard wrote: > > > > > >>- javax.comm stuff > >> - Kaffe has in

Re: [kaffe] Playing with freenet...

2003-07-14 Thread Greg Wooledge
Jim Pick ([EMAIL PROTECTED]) wrote: > Here's the key for the site: > > [EMAIL PROTECTED]/jimpick/1// I've managed to find the front page through my Kaffe node. (My Linux/Sun node hasn't found it yet, though. Perhaps it's a Sun anti-competitive feature? ;-) ) -- Greg Wooledge

StackTraceElements (Was: [kaffe] Notes on kaffe (GNU Classpathintegration) todo items)

2003-07-14 Thread Mark Wielaard
Hi, On Mon, 2003-07-14 at 10:19, Helmer Krämer wrote: > i've got a working version of this in my local tree > (jetty for jdk 1.4 was working fine with it), but > somehow didn't get around to commit it :( Could you > probably post a patch of your implementation so I > can fix and commit it? I got

Re: [kaffe] erroneous regression test: test/regression/ProcessTest

2003-07-14 Thread Ito Kazumitsu
> ":" == Rob Gonzalez <[EMAIL PROTECTED]> writes: :> When running ProcessTest against either kaffe or Sun's JRE 1.4.1_01 I get :> an "arrayIndexOutOfBoundsException" on line 24 in method main(), which :> accesses args[0], where args.length == 0. :> :> I believe the problems is that args[0] tr

Re: [kaffe] Linux Kongress 2003 in Saarbruecken, Germany

2003-07-14 Thread Chris Gray
On Monday 14 July 2003 21:05, Dalibor Topic wrote: > Hi everyone, > > Mark Wielaard has already said that I'd like the next free software java > develeper meeting to be in Saarbruecken, which hosts the Linux Kongress > from October 14 to October 16, 2003. I hope we can use this Kongress as > an opp

[kaffe] java.util.BitSet (Re: Kaffe CVS: kaffe kaz)

2003-07-14 Thread Ito Kazumitsu
> ":" == Kaffe CVS <[EMAIL PROTECTED]> writes: :> 2003-07-14 Ito Kazumitsu <[EMAIL PROTECTED]> :> :> * java/util/BitSet.java: :> copied from GNU Classpath to have JDK 1.4 features. I needed the method clear() (since 1.4) to compile KJC with kjc.jar with kaffe (It is not guaranteed that KJC

[kaffe] Infinite repaint with nestend FlowLayouts

2003-07-14 Thread Sebastian Mancke
Hello. I found an problem when I put an large awt.Choice in an FlowLayout Container, which is also nested in an FlowLayout Container. The component starts an infinite repaint and the hole application hangs. I couldn't find the reason. Sebastian. Sample Prog: import java.awt.*; public class

Re: [kaffe] iPAQ binary

2003-07-14 Thread Sebastian Mancke
Hi. On Donnerstag, 10. Juli 2003 12:03, Dalibor Topic wrote: > --- Sebastian Mancke <[EMAIL PROTECTED]> wrote: > > Hi. > > > > > but,At CaffeineMark, > > > I found a failed message when I tauched Info tab. > > > > > > ~/aaa # kaffe CaffeineMarkApp > > > kaffe-bin: jthread.c:1194: jthread_disable_s

[kaffe] Linux Kongress 2003 in Saarbruecken, Germany

2003-07-14 Thread Dalibor Topic
Hi everyone, Mark Wielaard has already said that I'd like the next free software java develeper meeting to be in Saarbruecken, which hosts the Linux Kongress from October 14 to October 16, 2003. I hope we can use this Kongress as an oppportunity to present the current state of free java implem

[kaffe] erroneous regression test: test/regression/ProcessTest

2003-07-14 Thread Rob Gonzalez
Hi everyone, When running ProcessTest against either kaffe or Sun's JRE 1.4.1_01 I get an "arrayIndexOutOfBoundsException" on line 24 in method main(), which accesses args[0], where args.length == 0. I believe the problems is that args[0] traditionally referred to the executing program, though in

[kaffe] LinuxTag and RMLL impressions

2003-07-14 Thread Dalibor Topic
Hi all, by now you might know that I've had a meeting with Mark Wielaard from GNU Classpath to discuss further integration of Classpath's class library into kaffe. I've also met with other Classpath hackers to discuss the advancement of GNU Classpath. It was all very exciting, and I wish that the

[kaffe] Kaffe CVS: kaffe kaz

2003-07-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/07/14 09:12:10 Modified files: . : ChangeLog libraries/javalib/java/util: BitSet.java Log message: 2003-07-14 Ito Kazumitsu <[EMAIL PROTECTED]> * java/util/BitSet.java: copied from GNU Cl

Re: [Rxtx] Implementing javax.comm for free software java implementations(Was: Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items)

2003-07-14 Thread Dalibor Topic
Hi Trent, Trent Jarvi wrote: We'd be more than willing to work with Classpath and or Kaffe to get this working. RXTX 2.1 implements CommAPI from the top down but is in package gnu.io to avoid confusion with Sun's impementation. RXTX 2.0 implements the lower portion of CommAPI and could be made to

[kaffe] Playing with freenet...

2003-07-14 Thread Jim Pick
Hi, I didn't spend any time working on Kaffe over the weekend, but I did spend some time playing with Freenet. :-) I made a "freesite", and inserted it into freenet using my node (running on the JDK, unfortunately, as the latest freenet builds use NIO and don't run ok Kaffe). As part of the fre

[kaffe] Re: running Java applications within kaffe (Re: [kaffe]shutdownHook changes broke the build)

2003-07-14 Thread Jim Pick
On Mon, 2003-07-14 at 03:34, Dalibor Topic wrote: > Salut Guilhem, > > Guilhem Lavaux wrote: > > >> I'll check in a patch that delegates running of kjc & pizza to another > >> VM instance through Runtime.exec, since that seems to be the sane > >> thing to do ;) > >> > >> cheers, > >> dalibor to

Re: [kaffe] Kaffe on YOPY, arm-linux PDA

2003-07-14 Thread Dalibor Topic
Hallo Sebastian, --- Sebastian Mancke <[EMAIL PROTECTED]> wrote: > Hello. > > I have successfully cross compiled Kaffe 1.1.0 > for my arm-linux based PDA: YOPY, from GMate. > (Thanks for the FAQ.cross-compiling) Cool, good to hear that Kiyo's dosumentation finds its happy readers. > The YOPY h

[kaffe] Re: porting kaffe to uclinux

2003-07-14 Thread Tony Wyatt
Hi Dalibor, On 14/07/03, you wrote: > The gcc docs say : > > -fomit-frame-pointer > Don't keep the frame pointer in a register for > functions that don't need one. This avoids the instructions to save, > set up and restore frame > pointers; it also makes an e

Re: [kaffe] Fwd: MonitorVariable allocation problem

2003-07-14 Thread Ito Kazumitsu
In message "[kaffe] Fwd: MonitorVariable allocation problem" on 03/07/12, Guilhem Lavaux <[EMAIL PROTECTED]> writes: > I know this is not really the place for that patch (I also sent it to KOPI > Developer list) but I do not know if the project is still really active... > Meanwhile here is

Implementing javax.comm for free software java implementations (Was:Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items)

2003-07-14 Thread Dalibor Topic
Hi Chris, I've CC:ed Trent Jarvi, the maintainer of rxtx, see http://www.rxtx.org for more information about it. Chris Gray wrote: On Monday 14 July 2003 00:11, Mark Wielaard wrote: - javax.comm stuff - Kaffe has incomplete stubs - There is the rxtx (sp?) project which has been usable. (C

Re: [kaffe] porting kaffe to uclinux

2003-07-14 Thread Dalibor Topic
Kiyo Inaba wrote: Hi, For LDFLAGS and the others it's ok but CFLAGS is hardcoded in config/m68k/linux/config.frag, Humm, all flags in CFLAGS should not be mandatory, we can delete this line at all. The gcc docs say : -fomit-frame-pointer Don't keep the frame pointer in a re

Re: [kaffe] porting kaffe to uclinux

2003-07-14 Thread Dalibor Topic
Hi Andrea, Andrea Scian wrote: hi all! I'm trying to port kaffe on a m68k-uclinux system (the building system is x86-CygWin) and I have to make some changes to some the kaffe file. Have you looked at the pocketlinux sources for m68k-uclinux? they are here: http://www.kaffe.org/cgi-bin/viewcvs.c

Re: [kaffe] Porting Kaffe to Cray

2003-07-14 Thread Dalibor Topic
Hi Justin, Justin R. Cutler wrote: I am part of GWU's project working on porting Kaffe to the Cray SV1. Wow! Kaffe on a Cray! I'm very impressed. Our project has already gotten the interpreter partially running, so we are also starting on a JIT3 implementation in parallel. We presently have no p

Re: running Java applications within kaffe (Re: [kaffe] shutdownHookchanges broke the build)

2003-07-14 Thread Guilhem Lavaux
Dalibor Topic wrote: Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and Compiler_pizz

Re: running Java applications within kaffe (Re: [kaffe] shutdownHookchanges broke the build)

2003-07-14 Thread Dalibor Topic
Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and Compiler_pizza classes to return fal

Re: [kaffe] porting kaffe to uclinux

2003-07-14 Thread Kiyo Inaba
Hi, >For LDFLAGS and the others it's ok but CFLAGS is hardcoded in >config/m68k/linux/config.frag, Humm, all flags in CFLAGS should not be mandatory, we can delete this line at all. Kiyo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bi

Re: Problems with CygWin (was: Re: [kaffe] undefined references inkaffeh)

2003-07-14 Thread Dalibor Topic
Hi Andrea, Andrea Scian wrote: I'm sorry for the last e-mail but it seems that I have made some mistakes while updating from the CVS... in fact I download it again and now it works! it still required the patch for jthread.c and give me an error with a cygwin include file (cygwin/types.h), but no

Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Chris Gray
On Monday 14 July 2003 00:11, Mark Wielaard wrote: > - javax.comm stuff > - Kaffe has incomplete stubs > - There is the rxtx (sp?) project which has been usable. > (Check kaffe mailinglist archives) > They have ported to lots of platforms > - Wonka also has a implementation... (Statu

Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Helmer Krämer
On 14 Jul 2003 00:11:14 +0200 Mark Wielaard <[EMAIL PROTECTED]> wrote: Hi, > - StackTraceElement stuff ("pure java Throwable"). Mark has some > code hacked up. It compiles... but crashes in spectacular ways. > -> Goal log4j (used by either JBOSS or Tomcat) uses XMLized stacktraces > fr

[kaffe] porting kaffe to uclinux

2003-07-14 Thread Andrea Scian
hi all! I'm trying to port kaffe on a m68k-uclinux system (the building system is x86-CygWin) and I have to make some changes to some the kaffe file. In particular I have to change the enviroment variables like CFLAGS, LDFLAGS and others to support my target, 'til now I have just set them before

[kaffe] Re: Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Tom Tromey
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: Mark> - java.util.zip Mark> How to modularize to allow multiple implementations to coexist? Mark> (See what classes are different between classpath/gcj) Here's a handy URL: http://gcc.gnu.org/java/libgcj-classpath-compare.html Note t