Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On macOS when installerType not configured, rpm installer is attempted and fails #75

Closed
msgilligan opened this issue Aug 12, 2019 · 4 comments

Comments

@msgilligan
Copy link

The documentation says:

If no installerType has been configured, the plugin will run jpackage several times, one for each type supported by the current platform.

But on macOS, I get the following result when installerType is not set:

Error: Invalid or unsupported package type: [rpm].
@msgilligan
Copy link
Author

Update: it looks like "rpm" is also the default attempted under Ubuntu and that also fails.

@siordache
Copy link
Member

You're right, I mixed up the installer types of macOS and Linux.
Fixed in 2.14.1.

@msgilligan
Copy link
Author

msgilligan commented Aug 14, 2019

This seems to work for my bitcoinj build, but not for my wallet-framework build (GitLab failure).

The wallet-framework build uses Ubuntu disco rather than bionic, so the issue may be specific to disco.

@msgilligan
Copy link
Author

The fix in 2.4.1 works for me.

I'm going to ignore the (unrelated to this issue) failure I was seeing on Ubuntu disco as I'm now using bionic for all my CI builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants