The property "wsimport.AUTH_INFO_LINENO" in properties file
jaxws/drop/jaxws_src/src/com/sun/tools/internal/ws/resources/wscompile.properties
contains a spurious double quote character that is not matched with a closing quote. The proposed fix is to either remove the double quote, or add a closing quote, e.g.
194c194
< "line {0} of {1}
---
> line {0} of {1}
jaxws/drop/jaxws_src/src/com/sun/tools/internal/ws/resources/wscompile.properties
contains a spurious double quote character that is not matched with a closing quote. The proposed fix is to either remove the double quote, or add a closing quote, e.g.
194c194
< "line {0} of {1}
---
> line {0} of {1}
- relates to
-
JDK-8065870 Update JAX-WS RI integration to latest version (2.2.11-b141124.1933)
-
- Resolved
-