Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic compilation option #4

Open
jperedadnr opened this issue Mar 1, 2019 · 2 comments
Open

Automatic compilation option #4

jperedadnr opened this issue Mar 1, 2019 · 2 comments

Comments

@jperedadnr
Copy link
Collaborator

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.

@betanzos
Copy link
Contributor

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)

@dwhitla
Copy link

dwhitla commented May 18, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants