You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "warren crossing (JIRA)" <ji...@apache.org> on 2009/10/29 06:38:59 UTC

[jira] Reopened: (CXF-2445) can't pass mulitple -xjc wsdlOption in cxf-codegen-plugin

     [ https://issues.apache.org/jira/browse/CXF-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

warren crossing reopened CXF-2445:
----------------------------------


Existing handling of this is lame. please have look at this patch.

> can't pass mulitple -xjc wsdlOption in cxf-codegen-plugin
> ---------------------------------------------------------
>
>                 Key: CXF-2445
>                 URL: https://issues.apache.org/jira/browse/CXF-2445
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.3
>            Reporter: warren crossing
>            Priority: Minor
>             Fix For: Invalid
>
>         Attachments: xjcargs.diff
>
>
> you have to specify multiple options to avoid getting a duplicate option error message
> <wsdlOptions>
>  <wsdlOption>
> <wsdl>${basedir}/src/main/resources/ShipmentService.wsdl</wsdl>
> <bindingFiles>
> <bindingFile>${basedir}/src/main/resources/bindings-global.xml</bindingFile>
> </bindingFiles>
> <extraargs>
> <arg>-xjc-Xxew</arg>
> </extraargs>
> </wsdlOption>
> <wsdlOption>
> <extraargs>
> <arg>-xjc-mark-generated</arg>
> </extraargs>
> </wsdlOption>
> </wsdlOptions>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.