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

Attempt at silencing build log broke html32.bdtd

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • infrastructure
    • None
    • b109

      In JDK-8146403, I accidentally added a $(LOG_INFO) to the DTDBuilder command. The problem is that this command prints its generated output to stdout, which we pipe to a file. The LOG_INFO macro instead redirects this to /dev/null unless a high enough log level is active. Luckily, in JPRT and RE builds, we run with LOG=debug so the generation works, but for normal developer builds, it's currently broken.

            erikj Erik Joelsson
            erikj Erik Joelsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: