-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-dtd option #247
Comments
I'm having the same issue (plugin version 0.15.1 with Java 11.0.16). I tried to specify the
|
you have a schemaLanguage configuration option:
|
I have that but it did not remove the error. |
I have both dtd and tried the args bit, unfortunately it's not working. |
There is a newer dtd dependency out there. I'm cutting a 0.15.2 first to try to clear up more critical issues than this WARN msg |
@y2kenny / @stephan-vollmer : could you please provide an example file to test your issue ? Thanks |
This is the dtd file I have used before: |
Thanks for the quick reply, will look at this issue soon 😉 |
@y2kenny : found the culprit There's nothing (in my opinion) we can do to get rid of this message (it's just a warning for 'experimental' features that still exists in v4 of xjc, with more generation warning about rng / rnc files) and your classes are just generated fine (tested against current 2.0.3-SNAPSHOT). |
Found this issue in jaxb-ri impl that was treated in main : eclipse-ee4j/jaxb-ri#1701 |
@y2kenny : this should be fixed in 4.0.4 based-jaxb-tools and 2.3.9 based jaxb-tools since Lukas is doing some backports in EE8 branch of JAXB-RI |
@y2kenny / @stephan-vollmer / @dkowis / @gigermocas : sorry for the spam 😄 This was fixed in v4.0.2 of jaxb-tools This will also be fixed in v2.0.10 |
Will be closed in next v2.x release. Fixed by #437 |
When I try to parse a dtd (using sourceType dtd), I get the following error
How do I pass the -dtd option to xjc via this plugin?
The text was updated successfully, but these errors were encountered: