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

Automatic compilation option

Open jperedadnr opened this issue 5 years ago • 2 comments

Currently when running mvn javafx:run, the plugin compiles if there is no initial compilation (target/classes doesn't exist).

Later on, any change in the source code is not tracked and requires running mvn javafx:compile javafx:run.

Ideally, the plugin could have an option to allow automatic compilation, and when enabled it will call compile only when required.

jperedadnr avatar Mar 01 '19 12:03 jperedadnr

Ideally, the plugin could have an option to allow automatic compilation, and when enabled it will call compile only when required.

Actually before mvn javafx:run the project is compiled if needed (the target directory does not exist, it is empty or the code has been modified after the last compilation)

betanzos avatar Feb 17 '20 01:02 betanzos

This was not the case on 1 Mar 2019. Perhaps close this as resolved with a reference to the PR that closed it.

dwhitla avatar May 18 '20 03:05 dwhitla