Hello Christoph

Le 03/06/2019 à 09:48, [email protected] a écrit :

> when trying to run a maven build by issuing "maven clean verify" the build 
> fails with the message 
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
> (default-compile) on project sis-javafx: Compilation failure
> [ERROR] module not found: javafx.graphics

Apache SIS is not yet fully compatible with Java 11 or 12; the current
build requires Java 10. We are aware that this is a serious limitation
and we will fix it before release [1]. A partial patch is already
available [2] and I hope to apply it this week. In the meantime, the
easiest approach may be to skip the module that requires it. You can try
the following command:

    mvn install --fail-at-end

The build will still fail, but it should succeed in building modules
that do not depend on JavaFX.

In the near future we may temporarily disable the JavaFX module anyway.
It is not yet ready, and the removal of JavaFX from Java standard
edition bring a legal issue for which we do not yet have a clear answer [3].

    Regards,

        Martin

[1] https://issues.apache.org/jira/browse/SIS-438
[2] https://github.com/apache/sis/pull/16
[3] https://issues.apache.org/jira/browse/LEGAL-336


Reply via email to