stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

Create issue for xjc failing in separate compilation for packages #12

Open stigkj opened 12 years ago

stigkj commented 12 years ago

When specifying which package to generate Java code into, xjc will fail when doing separate compilation. Add an issue to JAXB's JIRA at http://java.net/jira/browse/JAXB.

Use the maven-jaxb2-plugin episode sample as a test case for the issue. Just add package specifications and it will fail.