Hi everybody,

I'm trying to generate some Java files with schemagen 3.0.1 on Windows. Unfortunately, schemagen includes the full path to the file in the JavaDoc, including backslashes, e.g "D:\Documents\uni[...]". This results in a compilation error because of an illegal unicode escape.

Furthermore, when I try to change the file header in the POM configuration a BadBooleanException is thrown (only seen when running Maven in debug. Standard error message is quite bad).
The relevant configuration looks like this:

<fileOptions>
  <source>
    <input>default</input>
    <header>foobar</header>
  </source>
</fileOptions>

Is there any way to work around this? Am I using the configuration in Maven wrong?


Best

Reply via email to