Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jaxb xjc compiler

Status
Not open for further replies.

sheesh342

Programmer
Joined
Mar 28, 2007
Messages
9
Location
US
Hi ,
I am trying to generate Java classes by using Jaxb .
I am trying to run it from the ant file using the xjc jar file.
It stops in the middle throwing an error :

BUILD FAILED
java.lang.NoSuchFieldError: enabledCustomizationURIs


When I went into the debug mode, it tries to look for

com.sun.tools.xjc.Messages_en file in the jaxb-xjc.jar file and since it cant find that, it throws the error.
Could any body tell wh y am I getting this error?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top