Skip to content

Commit

Permalink
Update DevDocs: workaround for issues with local openjfx maven librar…
Browse files Browse the repository at this point in the history
…ies (#6931)

* Update DevDocs: workaround for issues with local openjfx maven libraries

* Fix lint

Co-authored-by: Christoph <[email protected]>
  • Loading branch information
dawidm and Siedlerchr authored Sep 22, 2020
1 parent 0da0f0c commit 163d3db
Showing 1 changed file with 9 additions and 0 deletions.
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.

0 comments on commit 163d3db

Please sign in to comment.