users@jaxb.java.net

Re: getting simple xjc plugin to work

From: Malachi de Ælfweald <malachid_at_gmail.com>
Date: Thu, 9 Mar 2006 13:18:27 -0800

That makes sense. the <arg line..../> (if I remember right) is supposed to
be the entire command line while <arg value.../> is supposed to be a single
argument....

On 3/9/06, jason white <jason_white_01_at_hotmail.com> wrote:
>
> ok, I FOUND my problem via examining the source for jaxb-xjc (ri), and
> putting in println's.
>
> xjc does NOT like the following:
>
> <target..>
> <xjc ...>
> <arg line="-Xhibernate-java"/>
>
> xjc DOES like:
>
> ...
> ...
> <arg value="-Xhibernate-java"/>
>
> Hopefully others avoid the thrashing by seeing this post.
>
> Thank you to those of you who responded quickly!
>
> -jason
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>