so...I call xjc via "xjc -p com.whatever this.xsd"
how should I call it now with my plugin?
Here is how I am calling unsuccessfully:
xjc -classpath jaxb-xjc.jar:xjchibernate.jar -Xhibernate-java test.xsd
also tried: xjc -classpath jaxb-xjc.jar:xjchibernate.jar decodes.xsd (this
generated code but didn't use my plugin)
-jason