Re: Add javax.* packages

2000-11-20 Thread Erik Hu
?  When will the ptherad real-time of Kaffe be merged into traditional Open Kaffe VM ?   Regards, Erik - Original Message - From: Philippe Laporte To: [EMAIL PROTECTED] Sent: Monday, November 20, 2000 4:39 PM Subject: Re: Add javax.* packages Hi, I am very

Re: Add javax.* packages

2000-11-20 Thread Philippe Laporte
real-time of Kaffe be merged into traditional Open Kaffe VM ? Regards,Erik - Original Message - From:Philippe Laporte To: [EMAIL PROTECTED] Sent: Monday, November 20, 2000 4:39 PM Subject: Re: Add javax.* packages  Hi, I am very interested in this project. Can you share

Re: Add javax.* packages

2000-11-20 Thread Philippe Laporte
Hi, I am very interested in this project. Can you share what modifications you made, and what are your goals? I have recently done the pthreads soft real-time port of Kaffe under linux. Thank you, --  Philippe Laporte Optimization Engineer Tel: (510) 527-4025 ext 14  Tran

Re: Add javax.* packages

2000-11-19 Thread C Pedley
On Thu, 16 Nov 2000, Patrick Tullmann wrote: > Could you send me/us the actual error message? You updated the > libraries/extensions/Makefile.am to include your new directory, right? > Does the 'build-classes' target work if you invoke that directly? > (Just cd into your object tree libraries/e

Re: Add javax.* packages

2000-11-16 Thread Godmar Back
If you add .java files, you must run developers/update-class-list from the libraries/javalib directory to add those to the Makefile.am. I'm not sure whether that will also add new directories automatically, but studying that script should help you. - Godmar > > Surely the Makefile.in

Re: Add javax.* packages

2000-11-16 Thread Patrick Tullmann
> My approach so far has been: I have a new package I wish to create, > say called javax.new So I created a new folder in the > libraries/extensions folder, and then copied the directory structure > and makefile.am format from the servlet package that is located here > (obviously changing "servle

Re: Add javax.* packages

2000-11-16 Thread C Pedley
Surely the Makefile.in files are automatically generated from the Makefile.am files and do not require modification. I forgot to mention the first time that I have also updated the configure.in file. I am sure I wish to do this as I'm implementing the javax.realtime package on top of a modified

Re: Add javax.* packages

2000-11-16 Thread Nic Ferrier
>>> C Pedley <[EMAIL PROTECTED]> 16-Nov-00 11:57:15 AM >>> >My approach so far has been: I have a new package I wish >to create, say called javax.new So I created a new folder >in the libraries/extensions folder, and then copied the >directory structure and makefile.am format from the servlet

Add javax.* packages

2000-11-16 Thread C Pedley
I have been trying to create a new package in the kaffe-1.0.6/libraries/extensions folder using kaffe 1.0.6 under Linux. This sounds a quite simple task, however I'm having lots of problems and beginning to think there must be some sort of black magic involved in getting this to work. I'd appre