Michael Parmeley

Results 24 comments of Michael Parmeley

> I am planning to take this up. I am currently looking at some of the other products for interface ideas. MeshLab has a measuring tool you can take a...

I have generation from wsdl working with version 2.x of the plugin: ```groovy sourceSets { main { xjcSchema { include("**/*.wsdl") } } } xjc { extraArgs = "-wsdl" } ```

@Carlfriedman did you ever figure this out? I had some code that looked very similar to yours to include wsdl files for the -wsdl parameter but can't seem to get...

FWIW, I got it to work just by setting `srcDirName` to "resources". You don't have to mess with the sourcesets since the plugin already includes all xjb and xsd files....