You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/03/10 05:08:50 UTC

[jira] Resolved: (CXF-2077) When using wsdl2java with the -db xmlbeans flag, the generated build.xml doesn't work OOTB

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

Willem Jiang resolved CXF-2077.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5
                   2.0.11
                   2.2

Applied patch into trunk, 2.1.x branch and 2.0.x branch.

> When using wsdl2java with the -db xmlbeans flag, the generated build.xml doesn't work OOTB
> ------------------------------------------------------------------------------------------
>
>                 Key: CXF-2077
>                 URL: https://issues.apache.org/jira/browse/CXF-2077
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.4
>         Environment: 2.1.x, trunk
>            Reporter: Dave Stanley
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.2, 2.0.11, 2.1.5
>
>
> When using wsdl2java with the -db xmlbeans flag, the generated build.xml is missing a classpath entry for xmlbeans schema files.
> To reproduce, in a clean directory run:
> >wsdl2java -db xmlbeans -all <wsdl>
> I had to add the following to my build.xml to pick up the generated schema files:
> <property name="home.dir" location ="."/>
> ....
> <path id="cxf.classpath">
>         <pathelement location="${build.classes.dir}"/>
>         <pathelement location="${cxf-manifest.jar.file}"/>
> 	<pathelement location="${home.dir}" />
>     </path>  

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