idl2wsdl does not process multiple include directories -I <dir> correctly. --------------------------------------------------------------------------
Key: CXF-3280 URL: https://issues.apache.org/jira/browse/CXF-3280 Project: CXF Issue Type: Bug Components: Tooling Affects Versions: 2.3.2 Reporter: Torsten Mielke Attachments: CXF-3280.patch If you run {code} idl2wsdl -verbose -o ../../../wsdl/ -I . -I ../../tmf/ -I . -I ../ emsMgr.idl {code} with multiple -I <dir> options specified, idl2wsdl will only process the first occurrence of -I <dir> and skip all others. As a result included IDL files that reside in different subdirectories are not found. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.