Problem building WebView with latest 8u-dev and 9-dev
Guru Hb
guru.hb at oracle.com
Mon Jul 25 04:18:13 UTC 2016
webview-deps (version 1.3.1) has been uploaded to maven central.
Please revert the work around suggested earlier.
-- Guru
On 20/7/16 3:52 AM, Kevin Rushforth wrote:
> With the recently-integrated changes from 8u102, the WebKit build
> requires a new version of the webview-deps bundle. This new bundle has
> not yet been uploaded to maven central. Until we are able to do this,
> you will not be able to build WebKit without applying a workaround. I
> have filed a tracking bug in JBS for this:
>
> https://bugs.openjdk.java.net/browse/JDK-8161766
>
> The workaround is to locally revert the change to the version number
> of webview-deps in build.gradle.
>
> diff --git a/build.gradle b/build.gradle
> --- a/build.gradle
> +++ b/build.gradle
> @@ -2717,7 +2717,7 @@
> IS_64 ? "${t.name}-amd64" : "${t.name}-i586"
> dependencies {
> webkit group: "com.sun.webkit", name: "webview-deps",
> - version: "1.3.1", classifier: "$classifier", ext:
> "zip"
> + version: "1.3", classifier: "$classifier", ext: "zip"
> }
>
> def webkitOutputDir = cygpath("$buildDir/${t.name}")
>
>
> -- Kevin
>
More information about the openjfx-dev
mailing list