Alexey Valikov
Alexey Valikov
@bravehorsie Do I need to sign some CLA? I've signed some CLA with Sun or Oracle ages ago.
@bravehorsie I'd like to add a test for my three schemas + catalog file first. Where should I put them in the project? I see almost none XJC tests (which...
So that I don't lose the fix code again. Below are the patches I used to fix #1045 back then: * [com.sun.tools.xjc.ModelLoader.java.txt](https://github.com/eclipse-ee4j/jaxb-ri/files/2986931/com.sun.tools.xjc.ModelLoader.java.txt) * [com.sun.tools.xjc.reader.internalizer.DOMForest.java.txt](https://github.com/eclipse-ee4j/jaxb-ri/files/2986932/com.sun.tools.xjc.reader.internalizer.DOMForest.java.txt)
Another workaround is to set `failonerror="false"`.
The problem is in `com.sun.tools.xjc.XJCBase.execute()`. There is a `boolean ok` variable which is set to `true` if and only if forked process returned status `0`. The variable is not set...