stianh / gradle-jaxb-plugin

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

Add feature for adding a catalog.cat #11

Closed stigkj closed 12 years ago

stigkj commented 12 years ago

defaults: name:catalog.cat, loader:classpathloader

stigkj commented 12 years ago

If there is a file called src/main/catalog.cat, it will be used for looking up external schemas. In addition, it is possible to specify that schemas should be looked up from classpath, like this:

PUBLIC "http://test.com/schema/1/simple" "classpath:simple.xsd"