[packager] -native image generates all bundlers

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: deploy

      This code should be changed:

                      if (genPackages) {
                          deployParams.setBundleType(BundleType.NATIVE); <-- here
                          deployParams.validate();
                          packager.generateDeploymentPackages(deployParams);
                      }

      if "-native image" is passed in then BundleType.NATIVE is set and should remain. Fix that.

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

              Created:
              Updated:
              Resolved: