[bisq-network/bisq] can't build on FreeBSD Unix (#4419)

Kristiyan Kanchev notifications at github.com
Sun May 9 11:48:37 CEST 2021


Hello,

I see that on  2020-10-28 17 a new port was added into FreeBSD -> openjfx14.
Unfortunately, bisq seems to be using JavaFX 15, is there some config that can be tweaked so I can try building it with this relatively new version?

I have installed `java/openjdk11` and trying to build with the following:
`JAVA_HOME=/usr/local/openjdk11 ./gradlew build `

And the error is:
```
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':desktop:shadowJar'.
> Could not resolve all files for configuration ':desktop:runtimeClasspath'.
   > Could not find javafx-fxml-15-freebsd.jar (org.openjfx:javafx-fxml:15).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/openjfx/javafx-fxml/15/javafx-fxml-15-freebsd.jar
   > Could not find javafx-controls-15-freebsd.jar (org.openjfx:javafx-controls:15).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/openjfx/javafx-controls/15/javafx-controls-15-freebsd.jar
   > Could not find javafx-swing-15-freebsd.jar (org.openjfx:javafx-swing:15).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/openjfx/javafx-swing/15/javafx-swing-15-freebsd.jar
   > Could not find javafx-graphics-15-freebsd.jar (org.openjfx:javafx-graphics:15).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/15/javafx-graphics-15-freebsd.jar
   > Could not find javafx-base-15-freebsd.jar (org.openjfx:javafx-base:15).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/15/javafx-base-15-freebsd.jar
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4419#issuecomment-835768762
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210509/438f83dd/attachment.htm>


More information about the bisq-github mailing list