Skip to content

Show full jlink and jdeps command output on failure#55

Merged
avelino merged 1 commit intomainfrom
avelino/issue-52
Feb 6, 2026
Merged

Show full jlink and jdeps command output on failure#55
avelino merged 1 commit intomainfrom
avelino/issue-52

Conversation

@avelino
Copy link
Owner

@avelino avelino commented Feb 6, 2026

When jlink failed, the error message was often empty or missing context, making it impossible to debug misconfigured builds (especially in CI).

Error output now includes the full command with arguments, both stderr and stdout, and the exit code as fallback when both streams are empty.

fixed: #52

When jlink failed, the error message was often empty or missing context,
making it impossible to debug misconfigured builds (especially in CI).

Error output now includes the full command with arguments, both stderr
and stdout, and the exit code as fallback when both streams are empty.

fixed: #52

Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
@avelino avelino merged commit 56b43d3 into main Feb 6, 2026
9 checks passed
@avelino avelino deleted the avelino/issue-52 branch February 6, 2026 11:06
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.

Output jlink errors

1 participant