users@jaxb.java.net

Re: getting simple xjc plugin to work

From: jason white <jason_white_01_at_hotmail.com>
Date: Thu, 09 Mar 2006 21:02:15 +0000

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