javafx-maven-plugin icon indicating copy to clipboard operation
javafx-maven-plugin copied to clipboard

Error if settings file doesn't exist

Open jperedadnr opened this issue 4 years ago • 1 comments

Hotfix added this line: https://github.com/openjfx/javafx-maven-plugin/blob/master/src/main/java/org/openjfx/JavaFXRunFixMojo.java#L139 which takes the user settings file into account. But if it doesn't exist, there is a runtime error. See https://stackoverflow.com/questions/69336290/eclipse-maven-javafx-maven-home-not-specified

jperedadnr avatar Sep 26 '21 16:09 jperedadnr

I've just hit this bug. A settings.xml file is optional so the plugin should not assume it exists. Rolling back to 0.0.6 sorted it.

SingingBush avatar Oct 01 '21 22:10 SingingBush