[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    Re: Problem building WebView with latest 8u-dev and 9-dev
From:       Guru Hb <guru.hb () oracle ! com>
Date:       2016-07-25 4:30:13
Message-ID: 19b735ff-77ed-8d7a-6382-3cb6695ba191 () oracle ! com
[Download RAW message or body]

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
>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic