-
Notifications
You must be signed in to change notification settings - Fork 443
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
1.5.0 regression in JLinkPLugin error handling #1284
Comments
the problem there is in the introduced |
@412b, good catch.
That's a fair point. However, java-tool-launcher was introduced to solve a specific problem (command line limit overflow), and I found no stable (or even unstable) existing tool for that. There are some tests in java-tool-launcher, but I didn't check that the return code is properly handled. I'll try and fix this soon. |
* Add a test for #1284 * Update tool-launcher
Expected behaviour
jdeps/jlink errors are propagated to sbt
Actual behaviour
errors are neither outputed nor propogated to sbt
Information
rpm --version
)commit d2a2cdc broke error handling due to ignoring the exit code completely.
The text was updated successfully, but these errors were encountered: