-
Notifications
You must be signed in to change notification settings - Fork 429
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
Dynamic version from Maven with GraalVM #2018
Comments
Did you ensure that the The annotation processor includes the resource bundle specified in the But the manifest file is not included by default. See https://github.com/remkop/picocli/tree/main/picocli-codegen#resourceconfiggenerator The |
Also, I would recommend adding some debug tracing to your version provider implementation (using picocli's Tracing API), to help you zoom in to the cause of the issue. |
@delanym Did you have a chance to investigate my suggestions? |
Hi @remko. I haven't yet - still intend to. Feel free to close. Thank you
for answering
…On Sun, 27 Aug 2023, 10:30 Remko Popma, ***@***.***> wrote:
@delanym <https://github.com/delanym> Did you have a chance to
investigate my suggestions?
—
Reply to this email directly, view it on GitHub
<#2018 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIQOHS6EZRUAPFSPH4PPN3XXMAS7ANCNFSM6AAAAAAXWYZ4N4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
hi. How can I use the Maven version when compiling on GraalVM?
Noted: #850 (comment)
My current approach doesn't work with GraalVM. When I run the executable with -V there is no output and no error.
The text was updated successfully, but these errors were encountered: