LinuxDebBundler.supported() should return false if not on Debian

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: internal
    • Component/s: tools
    • Environment:

      Linux

      Customer reported that when running jpackage create-installer on linux (without --installer-type option) an exception is raised due to missing "dpkg-deb" tool, and jpackage returned error code 255.

      In these cases jpackage tries to build all available installer types for which supported(boolean isRuntimeInstaller) is true.
      The problem is caused by LinuxDebBundler.supported() returning true on any linux platform.

      LinuxDebBundler.supported() should return false if not on Debian Linux.

            Assignee:
            Andy Herrick (Inactive)
            Reporter:
            Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: