javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
17 stars 15 forks source link

Allow custom ToStringStyle to be absent on classpath when generating java files #41

Open rpost opened 6 years ago

rpost commented 6 years ago

As in title: I'd like to have possibility to use commons-lang plugin with custom ToStringStyle. Problem is that my custom implementation isn't available yet while generating sources - it's to be compiled together with generated sources. Are you open to PR with such a change?

petr-bartusek commented 5 years ago

Hi guys, we have in our project same issue, We are not able to use custom ToStringStyle implementation. Can someone provide us a sample code or more info where tu put custom ToStringStyle java to avoid BadCommandLineException? Thanks Petr