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
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.
> >
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
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
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
> ":" == 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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> "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
32 matches
Mail list logo