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

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P4
    • None
    • Affects Version/s: 9-repo-jigsaw
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: