users@jaxb.java.net

Re: Question on building JAXB from source

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 26 Jan 2004 17:54:44 -0800

> Thanks for your new source distribution. I built it without significant
> problems.

Glad to hear that.

> I proposed a revised source with Eclipse project metafiles. I
> organized imports from the codes, mainly generated by RelaxNGCC.

If you could contribute the Eclipse project meta files, I'm happy to
include it in the distribution. But I think it should be a fairly
straight-forward process to create a project out of the source
distribution.


> I found
> that com.sun.tools.xjc.writer.Writer used a deprecated
> org.xml.sax.DocumentHandler, which is required to implement
> com.sun.msv.writer.GrammarWriter. Can we replace it with ContentHandler for
> better maintenance?

It's using DocumentHandler because every XML writer I used have a
problem handling ContentHandler properly. So I'm not sure if I want to
do that.

I do understand that you don't like the warning icons attached to them.


> P.S. Actually Sun's JAXB depends on com.sun.msv packages a lot. Do you have
> any thought of making those source codes open?

It's already available. Go to http://msv.dev.java.net/

I guess what we should do is to identify where all those libraries are
available, and maybe even attach the source zip files for each jar file.


regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net