Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
To control the way generated sources are compiled, we could allow WSDLToJava users to provide a custom org.apache.cxf.common.util.Compiler instance into the ToolContext.
That would give users a chance to control how sources are actually compiled by leveraging the Java Compiler API (e.g. by creating a custom JavaFileManager instance, etc.)