Add javax.* packages
   
    C Pedley
     
    kaffe@rufus.w3.org
       
    Thu, 16 Nov 2000 13:33:18 +0000 (GMT)
    
    
  
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 kaffe.
On Thu, 16 Nov 2000, Nic Ferrier wrote:
> 
> >>> C Pedley <cp114@york.ac.uk> 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
> >package that is located here (obviously changing "servlet"
> >to "new" wherever this is appropriate).  However, when
> >attempting to use these makefiles an error is thrown as
> >it doesn't know how to build the new.jar archive.  Any
> >ideas?
> 
> You have to alter the Makefile.in and run automake if you want to
> change the distrib.
> 
> But are you sure you want to do that?
> 
> 
> Nic
>