Adding 'Adding new classes' to HACKING

Mark Wielaard mark@klomp.org
Sun Jul 22 16:14:00 GMT 2001


Hi,

On Sun, Jul 22, 2001 at 10:28:03AM -0600, Tom Tromey wrote:
> 
> You only need to do this if you add a class to java.lang, java.io, or
> java.util (including sub-packages, like java.lang.ref).
> 
> * Edit gcj/javaprims.h
> 
> * Go to the `namespace java' line, and delete that entire block (the
>   entire contents of the namespace)
> 
> * Then insert the output of `perl ../scripts/classes.pl' into the file
>   at that point.

Thanks, this was indeed what was blocking me. I would like to add it to
the HACKING file.

2001-07-23  Mark Wielaard <mark@klomp.org>

	* HACKING: add description on updating namespace

I also noticed that this file only exists on the main branch, may I also
add it to the gcc-3_0-branch?

Is there a reason to do it this way for the java.lang, java.io and java.util
(sub)packages, but not for the other packages?

Cheers,

Mark
-- 
Stuff to read:
    < http://www.toad.com/gnu/whatswrong.html >
  What's Wrong with Copy Protection, by John Gilmore


More information about the Java mailing list