Details
Description
I'm trying to create a dynamic client using https://github.com/apache/cxf/blob/master/distribution/src/main/release/samples/wsdl_first_dynamic_client/src/main/java/demo/hw/client/ComplexClient.java as a template.
When I try to debug this, I intermittently get a (javac compile) failure where
org.apache.cxf.common.util.Compiler.internalCompile fails because the classpath contains an entry with spaces. In my case, this entry with a space was a jar from the IntelliJ installation path -
/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
After spending some time debugging it, I could workaround.txt the problem by escaping the said entry from the calling code (ComplexClient.java), but maybe this should be done inside org.apache.cxf.common.util.Compiler.addArgs where the classpath is being retrieved from the system property 'java.class.path'.
Attachments
Attachments
Issue Links
- links to