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

Langtools tools should create output directories as needed.

XMLWordPrintable

    • b96
    • Verified

      Currently, tools like javac, javadoc, javah provide options to allow an output directory to be specified, and currently, an error is generated if the directory does not already exist.

      It would be better to simply create the directory (and any necessary parent directories) instead,

      This applies to the following tools and options:

      javac: -d -s -h
      javadoc: -d
      javah: -h

        There are no Sub-Tasks for this issue.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: