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

destinationDir does not support absolute paths #31

Open ddewaele opened 9 years ago

ddewaele commented 9 years ago

When an absolute path is provided to destinationDir , the plugin appends this as a string to the project root, making it impossible to pass absolute file references in gradle.

jerouris commented 8 years ago

+1. I cannot use ${buildDir} they way the plugin is now.

wdschei commented 8 years ago

This is fixed in https://github.com/jacobono/gradle-jaxb-plugin/pull/47

wdschei commented 8 years ago

@jerouris

The OpenRepose.org updated version of this plugin is now available in the Gradle Plugins repository and is compatible with JSE7.