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?
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?