scubacabra / gradle-wsdl-plugin

Gradle plugin that helps with using WSDL files and generating their WARs
GNU General Public License v2.0
12 stars 7 forks source link

Automatic adding of generated sources to the compiler #16

Open tarand opened 8 years ago

tarand commented 8 years ago

When using the plugin in order to generate the sources under the build/ subdirectory (BTW: for my opinion, this should be the default. Why is the plugin writing at the src/-folder???) - which is accomplished using the sourceDestinationDirectory option - this directory should be automatically added for the compile-task. Currently, I must configure that manually, which should not be necessary.