Questions tagged [xjc]

XJC is a JAXB tool for compiling XSD (XML Schema) to Java source code.

XJC is a JAXB tool for compiling XSD (XML Schema) to Java source code.

733 questions
10
votes
3 answers

Java Compilation Speed

I have a Java project with ~2400 classes. They are mostly generated using XJC from XML schema with a few extensions. Compilation takes very long time, ~20 minutes, and I was wondering if there's anything I can do to improve this? A similar project…
klafbang
  • 355
  • 2
  • 4
  • 14
10
votes
3 answers

How can I process multiple xsd schemas using jaxb and the Ant xjc task?

I'm using jaxb to generate java object class from xml schemas within an Ant script like so: