Skip to content
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

feat: Add Automatic-Module-Name to the generated jar #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cchacin
Copy link

@cchacin cchacin commented Oct 15, 2020

With this change, maven would not fail when building
applications with JPMS where the module-info.java file
is present.

Currently the error when trying to use JLink is:

Error: automatic module cannot be used with jlink: afterburner.fx from
~/.m2/repository/com/airhacks/afterburner.fx/1.7.0/afterburner.fx-1.7.0.jar
[ERROR] Command execution failed.

With this change, maven would not fail when building
applications with JPMS where the module-info.java file
is present.

Currently the error when trying to use JLink is:

Error: automatic module cannot be used with jlink: afterburner.fx from
~/.m2/repository/com/airhacks/afterburner.fx/1.7.0/afterburner.fx-1.7.0.jar
[ERROR] Command execution failed.
@koppor
Copy link

koppor commented May 27, 2024

@cchacin I just saw your updates. We are actively maintaining a fork of afterburner.fx at https://github.com/JabRef/afterburner.fx. We also publish to maven central at https://mvnrepository.com/artifact/org.jabref/afterburner.fx. Maybe, you can give it a try. - In case you still work with JavaFX ^^

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.

2 participants