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

Dennis Lundberg commented on MAXISTOOLS-43:
-------------------------------------------

Do you mean if you specify the wrong file name in a <wsdlFile> configuration 
element?

> Dose not display any error message on the console when the wsdl path is 
> incorrect.
> ----------------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-43
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-43
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>          Components: wsdl2java
>    Affects Versions: 1.3
>         Environment: Windows XP
>            Reporter: vinod yadav
>            Priority: Minor
>
> {code:xml}
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>axistools-maven-plugin</artifactId>
>         <version>1.3</version>
>         <configuration>
>           
> <sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory>
>           <typeMappingVersion>1.2</typeMappingVersion>
>           <wrapArrays>false</wrapArrays>
>           <verbose>true</verbose>
>           <debug>true</debug>
>         </configuration>
>         <executions>
>           <execution>
>             <id>WEETicketImportRma</id>
>             <configuration>
>               <wsdlFiles>
>                 <wsdlFile>WEETicketImportRma.wsdl</wsdlFile>
>               </wsdlFiles>
>               <mapping file="WEETicketImportRma_mapping.xml"/>
>             </configuration>
>             <goals>
>               <goal>wsdl2java</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>
> {code}
> This is my configuration of the plugin.  IF you give the path of the wsdl 
> wrong it say the wsdl is not listed it should give proper error message that 
> the WSDL file is not found. 

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