[ http://jira.codehaus.org/browse/XFIRE-374?page=comments#action_64580 ] 

Dan Diephouse commented on XFIRE-374:
-------------------------------------

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?

> Imported WSDLs are not searched in the same directory as specified (root) one
> -----------------------------------------------------------------------------
>
>          Key: XFIRE-374
>          URL: http://jira.codehaus.org/browse/XFIRE-374
>      Project: XFire
>         Type: Bug

>   Components: Generator
>     Versions: 1.1-RC1
>     Reporter: Vjeran Marcinko
>     Assignee: Dan Diephouse
>      Fix For: 1.1

>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to