You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/02/23 18:21:17 UTC

[GitHub] oli-ver opened a new pull request #384: [CXF-5052] Classpath references should be understood using wsdlRoot batch processing options in cxf-codegen

oli-ver opened a new pull request #384: [CXF-5052] Classpath references should be understood using wsdlRoot batch processing options in cxf-codegen
URL: https://github.com/apache/cxf/pull/384
 
 
   First proposal for a classpath replacement of local file url in generated class file.
   
   A wsdlPath set in defaultOptions beginning with classpath;<path to replace> replaces the file url "file:/path/to/package1/package2/myfile.wsdl" with "classpath:/package1/package2/myfile.wsdl".
   
   Just the first idea on how to achieve this, I am very open for different ideas.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services