VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

The current version of pom.xml again contains JavaFX 12.0.1 dependencies for mac and linux - why? #28

Closed mfroeh closed 3 years ago

mfroeh commented 3 years ago

Nevertheless nice templates which can be used for the new GUI - due to the fact that it is not integrated into the current UI components it does not harm anything, so no worries about merging for now.

Originally posted by @leRoe93 in https://github.com/leRoe93/VISAB/issues/21#issuecomment-835794478

mfroeh commented 3 years ago

When starting the session view (SampleApplication.class) I get the below warning: "Mai 09, 2021 2:09:42 NACHM. javafx.fxml.FXMLLoader$ValueElement processValue WARNING: Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 12.0.1"

Will be fixed before project end. Is caused by the scene builder adding the a Javafx16 id in the fxml file.

@leRoe93 did you fix

The current version of pom.xml again contains JavaFX 12.0.1 dependencies for mac and linux - why?

yet? I don't know how to.

leRoe93 commented 3 years ago

@leRoe93 did you fix

The current version of pom.xml again contains JavaFX 12.0.1 dependencies for mac and linux - why?

yet? I don't know how to.

Yes I fixed it in one of the recent PRs but not quite sure in which one exactly. The current dev branch contains the correct references, of course if somebody has a branched out version with an earlier reference to the HEAD of dev there still might be the wrong one in it, let's just keep an eye on that but in general it should be fine now.