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

portability : javac.properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.1
    • 1.2.0
    • tools
    • hopper
    • sparc
    • solaris_2.5.1
    • Verified

      javac.properties
      ----------------
      This has \n as line separators.
      These will not be expanded to CRLF pairs when the message is printed out
      using a PrintStream or PrintWriter.

      Should we hack stdout to expand '\n' to CRLF (which seems not to be required
      the way we force stdin/out/err to binary mode on start up).
      Should each line be separately
      written using println or '\n' converted to file.separator?

      There may be some other files with this problem, e.g. rmic.properties

            gafter Neal Gafter (Inactive)
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: