WsGenTask cannot generate default package from specified WSDL
-------------------------------------------------------------

         Key: XFIRE-326
         URL: http://jira.codehaus.org/browse/XFIRE-326
     Project: XFire
        Type: Improvement

  Components: Generator  
    Versions: 1.1-beta-1    
    Reporter: Vjeran Marcinko
 Assigned to: Dan Diephouse 


WsGenTask cannot generate default package where generated classes would be 
placed, it only offers option for explicitly specifying package name via 
"package" attribute, such as:
<wsgen outputDirectory="${source.dir}/java" wsdl="${source.dir}/wsdl/cs.wsdl" 
package="my.package"/>
In case of "package" attribute being omitted, package "null" is generated.

This problem doesn't occur for classes generated from WSDLs *imported* inside 
WSDL specified within wsgen ant task (using "wsdl" attribute).


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