[ 
http://jira.codehaus.org/browse/MAXISTOOLS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230845#action_230845
 ] 

Dennis Lundberg commented on MAXISTOOLS-35:
-------------------------------------------

The plugin can have only one sourceDirectory for wsdl files. If you need to 
process wsdl files from more than one distinct directories you need to add more 
than one execution, each with its own sourceDirectory configured.

The plugin doesn't seem to accept any other file than .wsdl. What kind are 
.asmx files? Is there a spec for them? If necessary we could add support for 
another file suffix.

> wsdl2java can not compile files ends with asmx in the project source file
> -------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-35
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-35
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>          Components: wsdl2java
>    Affects Versions: 1.1
>         Environment: unix
>            Reporter: Michael Meng
>
> We need  the wsdl2java to compile some asmx file which is located on the 
> source directory, instead of web.
> {code:xml}
>    <sourceDirectory>${basedir}/${wsdlsrcdir}/facets</sourceDirectory>
>    <wsdlFiles>
>             <wsdlFile>
>             FaWsvcInpGetGroup.asmx
>             </wsdlFile>
>     </wsdlFiles> 
> {code}
> it says 
> {noformat}
> [INFO] [axistools:wsdl2java]
> [INFO] about to add compile source root
> [INFO] Nothing to generate. All WSDL files are up to date.
> {noformat}
> But seems the wsdl2java did not compile anything, did I do something wrong ? 
> how to make the wsdl2java to compile the asmx files as well as wsdl files, 
> which is not on the web (http://...)
> Thanks

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to