users@jaxb.java.net

Re: How to use subclasses of JAXB created classes

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 15 Jun 2007 14:03:54 +0200

Hi.

  How do I go about using it? It has "mevenide" in the jar name so, I
> assume, I need to have the Netbeans Maven Plug-in to use it. Right now I'm
> using a regular build.xml file with XJCTask to create my classes...is
> Maven a better way and do I need it to use the jaxb2-commons stuff?


I'm not sure which plugin you are referring to right now.

Usually plugins must be added to XJC's classpath (together with their deps)
and turned on.

I'm attaching a build.xml I'm using in samples.

Bye.
/lexi