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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: