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

Improve build output when no known platform rules matched #486

Merged
merged 1 commit into from
May 5, 2024

Conversation

jcflack
Copy link
Contributor

@jcflack jcflack commented Apr 25, 2024

Addresses issue #485: anyone unlucky enough to build in an environment matching none of the probe methods for known platform rules would be faced with a JavaScript null-pointer exception instead of a message giving any clue where to look for the problem.

Adds a message explaining that no known platform rules matched, where to look in pljava-so/pom.xml to see why an already-supported platform might not have matched, or to add support for a new platform.

Addresses issue #485: anyone unlucky enough to build in an environment
matching none of the probe methods for known platform rules would
be faced with a JavaScript null-pointer exception instead of a message
giving any clue where to look for the problem.
@jcflack jcflack merged commit 1c0a3ce into REL1_6_STABLE May 5, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant