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

JPackageCreateAppImageBundleNameTest fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • internal
    • internal
    • tools
    • OS X

      JPackageCreateAppImageBundleNameTest fails due to bundle name is not set correctly in info.plist and it will default to application name. If I patch it manually bundle name will be displayed correctly in menu.

      Test uses following command:
      private static final String [] CMD_2 = {
              "create-app-image",
              "--input", "input",
              "--output", OUTPUT,
              "--name", APP_NAME,
              "--main-jar", "hello.jar",
              "--main-class", "Hello",
              "--mac-bundle-name", MAC_BUNDLE_NAME
          };

      Note: This test is not yet in sandbox and will be added as part of JDK-8224597.

            almatvee Alexander Matveev
            almatvee Alexander Matveev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: