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

jlink: bad error if --plugins-configuration file does not exist

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 9-repo-jigsaw
    • tools

      jlink: bad error if --plugins-configuration file does not exist.
      Error: invalid path: {0} builder.cfg

      Root cause:
      TaskHelper.java, 288 line
      getMessage("err.path.not.valid") + " " + pluginsProperties);
      TaskHelper.java, 695 line
      getMessage("err.path.not.valid") + " " + pluginOptions.pluginsProperties)

      The getMessage message should be called with the parameters instead of string concatenation.

            jfdenise Jean-Francois Denise (Inactive)
            aeremeev Andrei Eremeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: