-
Notifications
You must be signed in to change notification settings - Fork 33
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
Automatic module jpro.webapi requires "badass" magic for jlink #8
Comments
How to reproduce this error message? When I can reproduce it, we will provide a solution for the jpro webapi jar. |
Reproduce it on the As mentioned above, the best (and future-proof) solution would be to include a compiled
And a listing looks like:
If you still have the abilitiy to set a new module name, I'd choose: The listing should include one extra line:
And the description could read:
Also remove the |
Just ping me for any help. |
- Update GIT ignore configuration - Skip distribution creation and upload actions - Add Build SpaceFX with Bach step - Provide a custom build program for Bach.java - Skip creation of custom runtime image: HanSolo#8
Automatic module
jpro.webapi
requires "badass" magic forjlink
to work.The following error message is emitted by a plain
jlink
call:Error: automatic module cannot be used with jlink: jpro.webapi from file:///.../sormuras/bach-hansolos-spacefx/lib/jpro.webapi.jar
It'd be cool, if SpaceFX (at least the master branch) either:
jpro.webapi
was provided a Java module with a compiledmodule-info.class
.The text was updated successfully, but these errors were encountered: