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

Run on FX18 #2

Closed
jsusito opened this issue Jul 10, 2022 · 1 comment
Closed

Run on FX18 #2

jsusito opened this issue Jul 10, 2022 · 1 comment

Comments

@jsusito
Copy link

jsusito commented Jul 10, 2022

When trying to distribute a project made with this skeleton, the maven gives an error when packaging with javafx 18.

UTF-8 17 18

clean package -- Error

Result:
[INFO] --- maven-assembly-plugin:3.4.1:single (make-assembly) @ cross-platform-app-fx ---
[WARNING] Failed to build parent project for org.openjfx:javafx-base:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-controls:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-graphics:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-base:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-controls:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-graphics:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-base:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-controls:jar:18
[WARNING] Failed to build parent project for org.openjfx:javafx-graphics:jar:18

@betanzos
Copy link
Owner

For me it works fine after changing the value of the property javafx.version in the POM from 14 to 18.0.1. Can you please share the output of the mvn --version command?

However, this isn't an error (your build must have been successful) and you can find more info on this link: https://bugs.openjdk.org/browse/JDK-8279327

I am closing this issue because there is no problem with the project, but feel free to reopen if you think it is necessary.

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

No branches or pull requests

2 participants