RE: Transvirtual Technologies Delivers Consolidated, Open So urceKaffeT Implementation

2000-07-22 Thread Tim Wilkinson


Yes it will - but I have no idea if it works currently nor does TVT plan
to support it unless we have a customer willing to pay for that support.
But you can do with it what you will.

Regards
Tim

--
  Tim Wilkinson Tel: (510) 527-4025 ext 12
  Transvirtual Technologies, Inc.,  Fax: (510) 559-3287
  Berkeley, CA, USA.Email:   [EMAIL PROTECTED]

On Sat, 22 Jul 2000, Ram Meenakshisundaram wrote:

> 
> Will this include the DOS port using GRX...
> 
> Ram
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Tim Wilkinson
> Sent: Saturday, July 22, 2000 1:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Transvirtual Technologies Delivers Consolidated, Open So
> urceKaffeT Implementation
> 
> 
> 
> We're planning to do a release of the current CVS tree which is pretty
> stable right now - and we've not done a release for about 9 months so its
> time.  Hopefully that can happen ASAP.  With that out of the way we'll
> start the merge process - the plan is to get the majority of the work done
> over the next month but bear with us since the VMs in particular will take
> a while to put together again.
> 
> Cheers
> Tim
> 
> --
>   Tim Wilkinson Tel: (510) 527-4025 ext 12
>   Transvirtual Technologies, Inc.,  Fax: (510) 559-3287
>   Berkeley, CA, USA.Email:   [EMAIL PROTECTED]
> 
> On Sat, 22 Jul 2000, Nathan Meyers wrote:
> 
> >
> > Erik Hu wrote:
> >
> > > On Fri, 21 Jul 2000, Andrew Pototschnik wrote:
> > > > JULY 19, 2000
> > > >
> > > > Kaffe and Open Source: Software Synergy
> > > >
> > > > Kaffe, Transvirtual's award-winning, cross-platform environment, is a
> > > > totally independent, "clean room" implementation of the PersonalJava
> 3.0
> > > > specification, requiring no source code licenses from Sun
> Microsystems.
> > > > Kaffe is a full Java Virtual Machine written to the PersonalJava (JDK
> 1.3)
> > > > specifications, and includes a full implementation of the PersonalJava
> Class
> > > > Libraries, as well as integrated classes for handling graphics, file
> > > > management and networking.
> > > >
> > > >
> > >
> > > Does anyone know where I can download the new Kaffe version (JDK1.3) ?
> >
> > PersonalJava is a subset of Standard Edition; if you're looking for a full
> > JDK1.3SE, you'll need to go to Sun or IBM.
> >
> > Nathan
> >
> > >
> > >
> > > Many thanks,
> > > Erik
> >
> 




Patch for configure --with-threads option.

2000-07-22 Thread Mo DeJong


Could someone add this patch to the configure script?
It just prints the available threading systems.

Mo DeJong
Red Hat Inc

Index: configure.in
===
RCS file: /cvs/kaffe/kaffe/configure.in,v
retrieving revision 1.146
diff -u -r1.146 configure.in
--- configure.in2000/07/21 22:41:36 1.146
+++ configure.in2000/07/22 18:37:35
@@ -380,7 +380,7 @@
 dnl Use the new internal threading system "jthreads"
 dnl 
-
 
-AC_ARG_WITH(threads,[  --with-threads=SYSTEM   Define which threading 
system to
 use])
+AC_ARG_WITH(threads,[  --with-threads=SYSTEM   Define which threading 
system to
 use (unix-jthreads, unix-pthreads, win32, oskit-pthreads, or beos-native)])
 AC_MSG_CHECKING(thread system)
 if test x"$with_threads" = x"" ; then
with_threads=unix-jthreads




Re: Transvirtual Technologies Delivers Consolidated, Open So urce , KaffeT Implementation

2000-07-22 Thread Mo DeJong


On Sat, 22 Jul 2000, Tim Wilkinson wrote:

> We're planning to do a release of the current CVS tree which is pretty
> stable right now - and we've not done a release for about 9 months so its
> time.  Hopefully that can happen ASAP.  With that out of the way we'll
> start the merge process - the plan is to get the majority of the work done
> over the next month but bear with us since the VMs in particular will take
> a while to put together again.
> 
> Cheers
> Tim

Yes, now would be a great time to get a new release out the door.
The 1.0.5 release that shipped with my Red Hat 6.2 system
is really showing its age. There are plenty of bugs that
have already been fixed in the CVS. I am going to do a CVS
update and run some regression tests right now.

later
Mo DeJong
Red Hat Inc



RE: Transvirtual Technologies Delivers Consolidated, Open So urceKaffeT Implementation

2000-07-22 Thread Ram Meenakshisundaram


Will this include the DOS port using GRX...

Ram

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Tim Wilkinson
Sent: Saturday, July 22, 2000 1:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Transvirtual Technologies Delivers Consolidated, Open So
urceKaffeT Implementation



We're planning to do a release of the current CVS tree which is pretty
stable right now - and we've not done a release for about 9 months so its
time.  Hopefully that can happen ASAP.  With that out of the way we'll
start the merge process - the plan is to get the majority of the work done
over the next month but bear with us since the VMs in particular will take
a while to put together again.

Cheers
Tim

--
  Tim Wilkinson Tel: (510) 527-4025 ext 12
  Transvirtual Technologies, Inc.,  Fax: (510) 559-3287
  Berkeley, CA, USA.Email:   [EMAIL PROTECTED]

On Sat, 22 Jul 2000, Nathan Meyers wrote:

>
> Erik Hu wrote:
>
> > On Fri, 21 Jul 2000, Andrew Pototschnik wrote:
> > > JULY 19, 2000
> > >
> > > Kaffe and Open Source: Software Synergy
> > >
> > > Kaffe, Transvirtual's award-winning, cross-platform environment, is a
> > > totally independent, "clean room" implementation of the PersonalJava
3.0
> > > specification, requiring no source code licenses from Sun
Microsystems.
> > > Kaffe is a full Java Virtual Machine written to the PersonalJava (JDK
1.3)
> > > specifications, and includes a full implementation of the PersonalJava
Class
> > > Libraries, as well as integrated classes for handling graphics, file
> > > management and networking.
> > >
> > >
> >
> > Does anyone know where I can download the new Kaffe version (JDK1.3) ?
>
> PersonalJava is a subset of Standard Edition; if you're looking for a full
> JDK1.3SE, you'll need to go to Sun or IBM.
>
> Nathan
>
> >
> >
> > Many thanks,
> > Erik
>




Re: Transvirtual Technologies Delivers Consolidated, Open So urceKaffeT Implementation

2000-07-22 Thread Tim Wilkinson


We're planning to do a release of the current CVS tree which is pretty
stable right now - and we've not done a release for about 9 months so its
time.  Hopefully that can happen ASAP.  With that out of the way we'll
start the merge process - the plan is to get the majority of the work done
over the next month but bear with us since the VMs in particular will take
a while to put together again.

Cheers
Tim

--
  Tim Wilkinson Tel: (510) 527-4025 ext 12
  Transvirtual Technologies, Inc.,  Fax: (510) 559-3287
  Berkeley, CA, USA.Email:   [EMAIL PROTECTED]

On Sat, 22 Jul 2000, Nathan Meyers wrote:

> 
> Erik Hu wrote:
> 
> > On Fri, 21 Jul 2000, Andrew Pototschnik wrote:
> > > JULY 19, 2000
> > >
> > > Kaffe and Open Source: Software Synergy
> > >
> > > Kaffe, Transvirtual's award-winning, cross-platform environment, is a
> > > totally independent, "clean room" implementation of the PersonalJava 3.0
> > > specification, requiring no source code licenses from Sun Microsystems.
> > > Kaffe is a full Java Virtual Machine written to the PersonalJava (JDK 1.3)
> > > specifications, and includes a full implementation of the PersonalJava Class
> > > Libraries, as well as integrated classes for handling graphics, file
> > > management and networking.
> > >
> > >
> >
> > Does anyone know where I can download the new Kaffe version (JDK1.3) ?
> 
> PersonalJava is a subset of Standard Edition; if you're looking for a full
> JDK1.3SE, you'll need to go to Sun or IBM.
> 
> Nathan
> 
> >
> >
> > Many thanks,
> > Erik
> 




Re: Transvirtual Technologies Delivers Consolidated, Open So urce KaffeT Implementation

2000-07-22 Thread Nathan Meyers


Erik Hu wrote:

> On Fri, 21 Jul 2000, Andrew Pototschnik wrote:
> > JULY 19, 2000
> >
> > Kaffe and Open Source: Software Synergy
> >
> > Kaffe, Transvirtual's award-winning, cross-platform environment, is a
> > totally independent, "clean room" implementation of the PersonalJava 3.0
> > specification, requiring no source code licenses from Sun Microsystems.
> > Kaffe is a full Java Virtual Machine written to the PersonalJava (JDK 1.3)
> > specifications, and includes a full implementation of the PersonalJava Class
> > Libraries, as well as integrated classes for handling graphics, file
> > management and networking.
> >
> >
>
> Does anyone know where I can download the new Kaffe version (JDK1.3) ?

PersonalJava is a subset of Standard Edition; if you're looking for a full
JDK1.3SE, you'll need to go to Sun or IBM.

Nathan

>
>
> Many thanks,
> Erik



Re: Transvirtual Technologies Delivers Consolidated, Open So urce KaffeT Implementation

2000-07-22 Thread Erik Hu


On Fri, 21 Jul 2000, Andrew Pototschnik wrote:
> JULY 19, 2000
> 
> Kaffe and Open Source: Software Synergy
> 
> Kaffe, Transvirtual's award-winning, cross-platform environment, is a
> totally independent, "clean room" implementation of the PersonalJava 3.0
> specification, requiring no source code licenses from Sun Microsystems.
> Kaffe is a full Java Virtual Machine written to the PersonalJava (JDK 1.3)
> specifications, and includes a full implementation of the PersonalJava Class
> Libraries, as well as integrated classes for handling graphics, file
> management and networking.
> 
>
 
Does anyone know where I can download the new Kaffe version (JDK1.3) ? 

Many thanks,
Erik