Details
Description
If one use wsgen task to generate classes from mywebservice.wsdl located in ${source.dir}/wsdls, like this :
<wsgen outputDirectory="${source.dir}/java" wsdl="${source.dir}/wsdls/mywebservice.wsdl"/>
WSDLs imported from that mywebservice.wsdl are not searched in the same directory as specified WSDL, but in current directory where ant task is called, which I guess will almost never be the case since most of people place all related WSDLs in the same directory.
I guess WsGenTask should as default pass this directory parameter to underlying generation process.
I looked, and the WsGenTask does this already. There is even a unit test for it. Are you sure you tested it against 1.1-RC1 and not 1.1-beta?