From 8cb03554b85c3b2f0e84a34333fc3b25227356c9 Mon Sep 17 00:00:00 2001 From: alexeid Date: Wed, 29 Apr 2026 16:00:49 +1200 Subject: [PATCH] Add JavaFX jars from locallib to compile classpath The locallib/ directory ships javafx.base/controls/fxml/graphics/... jars but the compile classpath only pulled in jam.jar, testfx.jar and assertj. Builds therefore failed with 'package javafx.geometry does not exist' on any JDK that does not bundle JavaFX (i.e. anything other than the Zulu FX referenced by the openjre* properties). --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 74c16ff..c7e30d1 100644 --- a/build.xml +++ b/build.xml @@ -37,6 +37,7 @@ +