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

Update DevDocs: workaround for issues with local openjfx maven libraries #6931

Merged
merged 2 commits into from
Sep 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,12 @@ java.lang.UnsupportedClassVersionError: org/javamodularity/moduleplugin/ModuleSy

In rare cases you might encounter problems due to out-dated automatically generated source files. Running `./gradlew clean` deletes these old copies. Do not forget to run at least `./gradlew eclipse` or `./gradlew build` afterwards to regenerate the source files.

### Problems with openjfx libraries in local maven repository

There might be problems with building if you have opejfx libraries in local maven repository, resulting in errors like this:
```text
> Could not find javafx-fxml-14-mac.jar (org.openjfx:javafx-fxml:14).
Searched in the following locations:
file:<your local maven repository path>/repository/org/openjfx/javafx-fxml/14/javafx-fxml-14-mac.jar
```
As a workaround, you can remove all local openjfx artifacts by deleting the whole openjfx folder from specified location.