users@jaxb.java.net

xjc plugin

From: Peter Michaels <peter.michaels_at_gmail.com>
Date: Tue, 13 Mar 2007 10:40:34 -0400

Hi,

I am trying to create a plugin that will overwrite the default
@XmlAccessorType. I am running into a problem of running the plugin
from the command line. This is my command string, but each time jaxb
reports that the parameter can't be found:

xjc -cp c:\temp\xjcplugin.jar -force-annot -d generated -p
com.company.project -xmlschema c:\temp\fts.xml

I've tried using JAXB 2.0 and 2.1.2 but no luck. I also can't seem to
get any of the other plugins to run in this way, I've tried camelcase.

Any help would be appreciated, thanks
Peter