This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Query about Help Needed
- To: java at gcc dot gnu dot org
- Subject: Re: Query about Help Needed
- From: David Brownell <david-b at pacbell dot net>
- Date: Tue, 03 Apr 2001 09:48:11 -0700
- References: <986289840.13199.ezmlm@gcc.gnu.org>
I have a high quality GPL'd XML package (DOM2 + SAX2, validation)
which has run with GCJ for about 18 months now ... the OJE stuff
isn't GPL'd, it just repackages some of the non-GPL'd packages.
I'd be happy to assign it to FSF.
If anyone's interested in helping to update that package, let me know.
I don't have much time to contribute to that just now. Writing a GPL'd
JAXP (API) and gluing it to the existing XML package is mostly what's
needed, beyond any packaaging issues. (Presumably each extension
will end up sealed in its own ".so" library ...)
- Dave