rackerlabs / gradle-jaxb-plugin

Gradle plugin to ease projects that use xsds and the ant jaxb task
GNU General Public License v2.0
34 stars 21 forks source link

How to configure typesafeEnumMaxMembers? #13

Closed ben-manes closed 7 years ago

ben-manes commented 7 years ago
[ant:xjc] [WARNING] Simple type "TimeZoneType" was not mapped to Enum due to 
EnumMemberSizeCap limit. Facets count: 513, current limit: 256. You can use customization
attribute "typesafeEnumMaxMembers" to extend the limit.

I wasn't able to get this flag passed through, so is this my oversight or a missing capability?

ben-manes commented 7 years ago

Yep, its my fault for not understanding how bindings.xjb works.