Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8065100

wscompile.properties contains spurious "/" character

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 8u40
    • xml
    • None
    • Found using
      Linux,Windows

      java version "1.8.0_40-ea"
      Java(TM) SE Runtime Environment (build 1.8.0_40-ea-b07)
      Java HotSpot(TM) Client VM (build 25.40-b11, mixed mode)

    • generic
    • generic

      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; \

            mkos Miroslav Kos (Inactive)
            tellison Tim Ellison
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: