scubacabra / gradle-jaxb-plugin

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

Feature Request: Gather episode from dependency #3

Open tbrantb opened 10 years ago

tbrantb commented 10 years ago

Maybe I'm missing it and its already here, but it would be nice if an episode file could be use from a jar dependency similar to the maven jaxb2 plugin useDependenciesAsEpisode feature. http://confluence.highsource.org/display/MJIIP/User+Guide#UserGuide-Separateschemacompilation

scubacabra commented 10 years ago

Hey, sorry for the late response. I've been absolutely swamped with a new project.

That would be a really cool feature actually! I never encountered an instance where I would have liked to do that, so I never even thought of it.

Unfortunately I have 0 bandwidth to hack on this right now. If you have the desire though, feel free :smile:! I might have some time to work on this again, and if I encounter a use case for it, I'll be sure to include it.

Piscenois commented 9 years ago

Hi !

Need this feature too. Why ? We have a project which regroups commons xsd types and jaxb classes. Several projects depends on this and we need to generate jaxb classes while resolvind xsd in the first project. So, we need the use of episodes and catalogs. The maven jaxb2 plugin seems to be a good exemple to work with.

Please take this feature in consideration.

Regards Gabe