[ 
http://jira.codehaus.org/browse/MAXISTOOLS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg moved MOJO-436 to MAXISTOOLS-10:
------------------------------------------------

    Component/s:     (was: axistools)
            Key: MAXISTOOLS-10  (was: MOJO-436)
        Project: Maven 2.x Axis Tools Plugin  (was: Mojo)

> Skeleton deploy value is not set properly, causing unrelated build errors.
> --------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-10
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-10
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>         Environment: Maven 2.0.4/java 1.4.2_08/windows xp
>            Reporter: David Fladung
>
> When using the axistools plugin with the following configuration:
> <configuration>
>    <packageSpace>gov.epa.cdx.enws10</packageSpace>
>    <testCases>false</testCases>
>    <serverSide>true</serverSide>
>    <skeletonDeploy>true</skeletonDeploy>
> </configuration>
> I recieve the following error:
> The wsdl URI has already been specified as, gov.epa.cdx.enws10.  It cannot be 
> specified again as   
> c:\dev\workspace\cdx_enws10\cdx-enws-model\src\main\wsdl\node.wsdl.
> Usage:  java org.codehaus.mojo.axistools.wsdl2java.WSDL2JavaWrapper [options] 
> WSDL-URI
> This is error lead me to believe that the parameters were not being mapped 
> appropriately to the underlying axis classes. I decompiled the plugin code 
> and I believe I found the problem to be in DefaultWSDL2JavaPlugin. Basically, 
> the flag is added to the parameters but the specified value is not.
>    if(skeletonDeploy)
>       argsList.add("-S");
>    if(namespaceToPackage != null)

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