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
 Assigned to: 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