This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: contributing how? docs and standards where?
- To: Niklas Fondberg <niklas dot fondberg at i3micro dot com>
- Subject: Re: contributing how? docs and standards where?
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Thu, 11 Oct 2001 13:40:37 -0700 (PDT)
- Cc: java at gcc dot gnu dot org
- References: <1002827899.3bc5f07be0d3f@greyhound.i3micro.se>
- Reply-To: apbianco at cygnus dot com
Niklas Fondberg writes:
> I think I can contribute (awt and other stuff). But I want to set
> myself into the source first. Where do I find coding standards,
You can have a look at the Java section of the gcc web pages:
http://gcc.gnu.org/java/
Especially the `Contributing to the GCJ Project' section:
http://gcc.gnu.org/java/contrib.html
> lists of maintainers
I don't see a MAINTAINERS file in libgcj's tree (a file that should
have been added after the inclusion of libgcj to the gcc tree, or
added to gcc's MAINTAINER file; my fault.) Note that authors are
listed in the individual files and questions usually taken on
java@gcc.gnu.org.
> and code documentation.
You can go there for some general documentation,
http://gcc.gnu.org/java/docs.html
but you'll probably have to read the code and its comment. Note that
doxygen has been applied to Classpath (and upstream provider to
libgcj:)
http://www.klomp.org/mark/classpath/html/
Maybe the same could be done with libgcj's code.
./A