Skip to content

Add zowe version print from manifest json#179

Draft
1000TurquoisePogs wants to merge 5 commits intov3.x/stagingfrom
feature/v3/zowe-version-print
Draft

Add zowe version print from manifest json#179
1000TurquoisePogs wants to merge 5 commits intov3.x/stagingfrom
feature/v3/zowe-version-print

Conversation

@1000TurquoisePogs
Copy link
Copy Markdown
Member

This PR modifies message ZWEL0021I to include Zowe's release version to prevent user confusion in the case that launcher does not get updated with patch-only releases.

This just uses manifest.json within the workspace. It reads it using zowe-common-c json library.

Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
@1000TurquoisePogs 1000TurquoisePogs marked this pull request as draft March 11, 2026 13:26
Comment thread src/main.c
exit(EXIT_FAILURE);
}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it does not seem possible to print our version and the zowe package version on the same line at startup because the zowe runtime dir isnt known until here.
so either we move our version print down here, which is a bit late, or this PR is rather pointless since zwe prints its own version number later anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant