users@jaxb.java.net

Re: getting simple xjc plugin to work

From: nicfagn\_at_iol\.it <nicfagn_at_iol.it>
Date: Fri, 10 Mar 2006 17:13:34 +0100

Malachi you are right, I was too quick with my answer.
After checking again, I managed to make the Jason plugin work with the following changes to its ant script:

...
<property name="jaxb.home" value="/path/to/jaxbEA3" />
<property name="jars" value="." />
...
...
<arg line="-debug -nv -extension -Xlocator -Xhibernate-java" />
...