|
Relates :
|
The property "wsimport.no.wsdl" in property file
src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties
contains an unnecessary "/" character.
The proposed fix is
168c168
< wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
---
> wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; \
|