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