users@jaxb.java.net

Re: jaxb seems to be bombing.

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Wed, 09 Jun 2004 10:17:06 -0400

Gary Grobe wrote:

> Hey guys,
>
> I'm using jaxb and when my schema's get compiled, things just stop. I've
> put comments below on where things are happening.
>

Hi Gary,

Try running xjc from the command line and see if it generates all
of the code for you. Based on your ant file, the command would
look something like this:

% java -jar $JAXB_HOME/libs/jaxb-xjc.jar -d project-src -p com.company.dir.jaxb project-xml/file*.xsd

If you can't get xjc working from the command line, then send us
your schemas and we will look into. Otherwise, I would try Malachi's
suggestion of using the xjc ant task.

Thanks,

--Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net