users@jaxb.java.net

Re: simple question

From: jason white <jason_white_01_at_hotmail.com>
Date: Thu, 16 Mar 2006 22:13:53 +0000

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