rackerlabs / gradle-jaxb-plugin

Gradle plugin to ease projects that use xsds and the ant jaxb task
GNU General Public License v2.0
34 stars 21 forks source link

Building dependency tree problem #12

Closed willwsharp closed 6 years ago

willwsharp commented 7 years ago

Hello,

I want to use your plugin, but I'm having a problem building a dependency tree for my schema. It relies on some other files that aren't able to be put in the same directory as it; they are just in a jar in a separate location. Is it possible to tell your plugin to search a given directory if it can't find a dependency in the directory it's currently looking?

Thanks

wdschei commented 7 years ago

Have you tried passing them in using the accessExternalSchema parameter?

wdschei commented 6 years ago

Due to inactivity, this issue is being closed.