[ http://jira.codehaus.org/browse/XFIRE-374?page=comments#action_64910 ]
Dan Diephouse commented on XFIRE-374: ------------------------------------- I've deployed a new version of xfire that should have this fixed. You will need to download a copy of the XmlSchema SNAPSHOT as well: http://cvs.apache.org/maven-snapshot-repository/org/apache/ws/commons/XmlSchema/SNAPSHOT/XmlSchema-20060506.221229-3.jar Let me know how it goes! Thanks!!! > 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
