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 that the

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... (Status?)

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.

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 people --

Re: [Rxtx] Implementing javax.comm for free software javaimplementations(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 incomplete stubs

Re: [Rxtx] Implementing javax.comm for free software javaimplementations(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

Re: [Rxtx] Implementing javax.comm for free software javaimplementations(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. RXTX 2.0

Notes on kaffe (GNU Classpath integration) todo items

2003-07-13 Thread Mark Wielaard
Hi, Dalibor Topic from the Kaffe OpenVM project and me saw each other last week when we went to the Libre Software Meeting. Attached are the (very raw) notes I made on what things could be imported from GNU Classpath into the kaffe library (and some other random notes). They might also be