users@jaxb.java.net

Re: How to use subclasses of JAXB created classes

From: William Saxton <saxton_at_gmail.com>
Date: Mon, 18 Jun 2007 09:10:21 -0400

Also, when you say "turned on", do you mean adding an argument to the
"arg" tag like you have here:

<arg line="
                                -Xequals
                                -XhashCode
                                -XtoString
                                -Xcopyable"/>

The site doesn't say what argument you need to use. I tried
--simple-preserve and others like it and none are recognized.

On 6/15/07, William Saxton <saxton_at_gmail.com> wrote:
> I'm a build.xml noob...I really don't know much about them, save for
> what advice people have given me.
>
> Perhaps you can look at mine and see what I need to do? (attached)
>
> On 6/15/07, Aleksei Valikov <valikov_at_gmx.net> wrote:
> > 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
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> > For additional commands, e-mail: users-help_at_jaxb.dev.java.net
> >
> >
>
>