JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

JFXtras not building #110

Closed matozoid closed 3 years ago

matozoid commented 5 years ago

Hi!

I was planning to fix an issue in jfxtras-window, but ran into this:

./gradlew clean assemble

> Task :jfxtras-common:compileJava FAILED
/home/danny/IdeaProjects/jfxtras/jfxtras-common/src/main/java/module-info.java:9: error: module not found: javafx.controls
    requires transitive javafx.controls;
                              ^
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':jfxtras-common:compileJava'.
> Compilation failed; see the compiler error output for details.

That's with OpenJDK 12 and 11.

tbee commented 3 years ago

We've switched to Maven since then, and compiling should work. Running tests is a bigger problem since that is platform dependent.