Re: CFV: New OpenJFX Committer: Arun Joseph

2020-03-31 Thread Prasanta Sadhukhan

Vote: YES

Regards
Prasanta
On 26-Mar-20 5:14 PM, Kevin Rushforth wrote:

I hereby nominate Arun Joseph [1] to OpenJFX Committer.

Arun is a member of JavaFX team at Oracle, who has contributed 13 
commits [2][3] to OpenJFX.


Votes are due by April 9, 2020.

Only current OpenJFX Committers [4] are eligible to vote on this 
nomination. Votes must be cast in the open by replying to this mailing 
list.


For Lazy Consensus voting instructions, see [5]. Nomination to a 
project Committer is described in [6].


Thanks.

-- Kevin

[1] http://openjdk.java.net/census#ajoseph

[2] https://github.com/openjdk/jfx/commits?author=arun-Joseph

[3] 
https://github.com/openjdk/jfx/commit/b2d85645ffc7edc327b28e12eede6505912d7491


[4] http://openjdk.java.net/census#openjfx

[5] http://openjdk.java.net/bylaws#lazy-consensus

[6] http://openjdk.java.net/projects#project-committer



Re: CFV: New OpenJFX Committer: Arun Joseph

2020-03-31 Thread Ajit Ghaisas
Vote: YES

Regards,
Ajit

> On 26-Mar-2020, at 5:14 PM, Kevin Rushforth  
> wrote:
> 
> I hereby nominate Arun Joseph [1] to OpenJFX Committer.
> 
> Arun is a member of JavaFX team at Oracle, who has contributed 13 commits 
> [2][3] to OpenJFX.
> 
> Votes are due by April 9, 2020.
> 
> Only current OpenJFX Committers [4] are eligible to vote on this nomination. 
> Votes must be cast in the open by replying to this mailing list.
> 
> For Lazy Consensus voting instructions, see [5]. Nomination to a project 
> Committer is described in [6].
> 
> Thanks.
> 
> -- Kevin
> 
> [1] http://openjdk.java.net/census#ajoseph
> 
> [2] https://github.com/openjdk/jfx/commits?author=arun-Joseph
> 
> [3] 
> https://github.com/openjdk/jfx/commit/b2d85645ffc7edc327b28e12eede6505912d7491
> 
> [4] http://openjdk.java.net/census#openjfx
> 
> [5] http://openjdk.java.net/bylaws#lazy-consensus
> 
> [6] http://openjdk.java.net/projects#project-committer
> 



Re: CFV: New OpenJFX Committer: Arun Joseph

2020-03-31 Thread Guru
Vote: YES

> On 26-Mar-2020, at 5:14 PM, Kevin Rushforth  
> wrote:
> 
> I hereby nominate Arun Joseph [1] to OpenJFX Committer.
> 
> Arun is a member of JavaFX team at Oracle, who has contributed 13 commits 
> [2][3] to OpenJFX.
> 
> Votes are due by April 9, 2020.
> 
> Only current OpenJFX Committers [4] are eligible to vote on this nomination. 
> Votes must be cast in the open by replying to this mailing list.
> 
> For Lazy Consensus voting instructions, see [5]. Nomination to a project 
> Committer is described in [6].
> 
> Thanks.
> 
> -- Kevin
> 
> [1] http://openjdk.java.net/census#ajoseph
> 
> [2] https://github.com/openjdk/jfx/commits?author=arun-Joseph
> 
> [3] 
> https://github.com/openjdk/jfx/commit/b2d85645ffc7edc327b28e12eede6505912d7491
> 
> [4] http://openjdk.java.net/census#openjfx
> 
> [5] http://openjdk.java.net/bylaws#lazy-consensus
> 
> [6] http://openjdk.java.net/projects#project-committer
> 



Re: RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
On Tue, 24 Mar 2020 13:33:33 GMT, Thiago Milczarek Sayao  
wrote:

>> I have been testing this for several days on ubuntu 18.04 and it's working 
>> good. It pass system tests, runs Ensemble 8
>> and Scenebuilder.
>> Will have to do some tests on 16.04.
>
> Ubuntu 20.04 Test Results
> 
> Updated 31 march 2020.
> 
> ![image](https://user-images.githubusercontent.com/30704286/78094606-5459e200-73ab-11ea-8de9-e6c1c569c318.png)
> 
> Note: ColorPickerTest worked on a "solo" run,

Test on 16.04 (without Webkit - it does not build on 16.04 anymore)

![image](https://user-images.githubusercontent.com/30704286/78095942-b9fb9d80-73ae-11ea-9dfa-108daa3479e5.png)

-

PR: https://git.openjdk.java.net/jfx/pull/77


Re: [Rev 37] RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
> This proposed change does the following:
> 
> - Ports DND target to use GTK reducing code size and adding extra text / 
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward code 
> (less special cases), making it easier to
>   understand and maintain;
> - Replaces (pointer and focus) grabbing with a gtk approach;
> - Reworked frame extents (the wm extension to get decoration sizes) to reduce 
> size and complexity;
> - Simplified cursor changing (for gtk3);
> - Reduced the use of gtk/gdk deprecated functions;
> - Removes Applet/Web Start code;
> - Fixes https://bugs.openjdk.java.net/browse/JDK-8237491;
> 
> In general it reduces code size and complexity and hands more work to gtk.
> 
> Updated on 2020-01-29:
> ![image](https://user-images.githubusercontent.com/30704286/73354728-2ce47d00-4275-11ea-935c-414fc26163d7.png)

Thiago Milczarek Sayao has updated the pull request incrementally with one 
additional commit since the last revision:

  Prefer content size over window size.

-

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/77/files
  - new: https://git.openjdk.java.net/jfx/pull/77/files/142073d1..f367c9a3

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/77/webrev.37
 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.36-37

  Stats: 24 lines in 1 file changed: 4 ins; 3 del; 17 mod
  Patch: https://git.openjdk.java.net/jfx/pull/77.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/77/head:pull/77

PR: https://git.openjdk.java.net/jfx/pull/77


Re: [Rev 36] RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
> This proposed change does the following:
> 
> - Ports DND target to use GTK reducing code size and adding extra text / 
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward code 
> (less special cases), making it easier to
>   understand and maintain;
> - Replaces (pointer and focus) grabbing with a gtk approach;
> - Reworked frame extents (the wm extension to get decoration sizes) to reduce 
> size and complexity;
> - Simplified cursor changing (for gtk3);
> - Reduced the use of gtk/gdk deprecated functions;
> - Removes Applet/Web Start code;
> - Fixes https://bugs.openjdk.java.net/browse/JDK-8237491;
> 
> In general it reduces code size and complexity and hands more work to gtk.
> 
> Updated on 2020-01-29:
> ![image](https://user-images.githubusercontent.com/30704286/73354728-2ce47d00-4275-11ea-935c-414fc26163d7.png)

Thiago Milczarek Sayao has refreshed the contents of this pull request, and 
previous commits have been removed. The
incremental views will show differences compared to the previous content of the 
PR. The pull request contains two new
commits since the last revision:

 - Fix Tab
 - JDK-8236651 Simplify and update glass gtk backend
   
   Cleaning
   
   Cleaning + change year to 2020
   
   Fix crash
   
   Fix crash
   
   Fix crash
   
   Revert idea files
   
   Fix flickering and sizing issues
   
   Pass more tests
   
   Small fixes
   
   Use gtk_window_set_default_size for before-map sizing which is the 
appropriate function
   
   Better alternative calculation for no _NET_FRAME_EXTENTS WM extension
   
   Fix dialog with owner sizing
   
   Maybe fix background
   
   Big cleanup
   
   Allow undecorated windows to be maximized.
   
   Mouse pointer grab
   
   Work on mouse grab
   
   8233747: JVM crash in com.sun.webkit.dom.DocumentImpl.createAttribute
   
   Reviewed-by: kcr, ghb
   
   8234474: [macos 10.15] Crash in file dialog in sandbox mode
   
   Reviewed-by: arapte, prr
   
   8236648: javadoc warning on Text::tabSizeProperty method
   
   Reviewed-by: kcr
   
   8233798: Ctrl-L character mistakenly removed from gstreamer.md
   
   Reviewed-by: almatvee
   
   8232589: Remove CoreAudio Utility Classes
   
   Reviewed-by: kcr, jvos
   
   8236448: Remove unused and repair broken Android/Dalvik code
   
   Reviewed-by: kcr
   
   8236808: javafx_iio can not be used in static environment
   
   Reviewed-by: kcr
   
   8236733: Change JavaFX release version to 15
   
   Reviewed-by: arapte
   
   8232128: Better formatting for numbers
   
   Reviewed-by: rhalade, ghb
   
   8232214: Improved internal validations
   
   Reviewed-by: ghb, rhalade
   
   8237078: [macOS] Media build broken on XCode 11
   
   Reviewed-by: kcr, almatvee
   
   JDK-8236651 Simplify and update glass gtk backend
   
   Cleaning
   
   Cleaning + change year to 2020
   
   Fix crash
   
   Fix crash
   
   Fix crash
   
   Revert idea files
   
   Fix flickering and sizing issues
   
   Pass more tests
   
   Small fixes
   
   Use gtk_window_set_default_size for before-map sizing which is the 
appropriate function
   
   Better alternative calculation for no _NET_FRAME_EXTENTS WM extension
   
   Fix dialog with owner sizing
   
   Maybe fix background
   
   Big cleanup
   
   Allow undecorated windows to be maximized.
   
   Mouse pointer grab
   
   Work on mouse grab
   
   Fix Initial Size
   
   Revert "Fix Initial Size"
   
   This reverts commit 0c982d60
   
   Better fix for initial size
   
   8157224: isNPOTSupported check is too strict
   
   Reviewed-by: kcr
   
   8233942: Update to 609.1 version of WebKit
   
   Co-authored-by: Guru HB 
   Co-authored-by: Arun Joseph 
   Co-authored-by: Kevin Rushforth 
   Reviewed-by: kcr, jvos, ajoseph
   
   8236753: Animations do not play backwards after being stopped
   
   Reviewed-by: kcr, arapte
   
   8237823: Mark TextTest.testTabSize as unstable
   
   Reviewed-by: prr
   
   8236912: NullPointerException when clicking in WebView with Button 4 or 
Button 5
   
   Reviewed-by: ghb, kcr
   
   8232824: Removing TabPane with strong referenced content causes memory leak 
from weak one
   
   Reviewed-by: kcr, aghaisas
   
   8237372: NullPointerException in TabPaneSkin.stopDrag
   
   Reviewed-by: arapte
   
   8237003: Remove hardcoded WebAnimationsCSSIntegrationEnabled flag in 
DumpRenderTree
   
   Reviewed-by: kcr
   
   8238249: GetPrimitiveArrayCritical passed with hardcoded FALSE value
   
   Reviewed-by: kcr
   
   8088198: Exception thrown from snapshot if dimensions are larger than max 
texture size
   
   Reviewed-by: arapte, kcr
   
   8237833: Check glyph size before adding to glyph texture cache
   
   Reviewed-by: kcr
   
   8237782: Only read advances up to the minimum of the numHorMetrics or the 
available font data.
   
   Reviewed-by: kcr
   
   8237770: Error creating fragment phong shader on iOS
   

Re: [Rev 35] RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
> This proposed change does the following:
> 
> - Ports DND target to use GTK reducing code size and adding extra text / 
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward code 
> (less special cases), making it easier to
>   understand and maintain;
> - Replaces (pointer and focus) grabbing with a gtk approach;
> - Reworked frame extents (the wm extension to get decoration sizes) to reduce 
> size and complexity;
> - Simplified cursor changing (for gtk3);
> - Reduced the use of gtk/gdk deprecated functions;
> - Removes Applet/Web Start code;
> - Fixes https://bugs.openjdk.java.net/browse/JDK-8237491;
> 
> In general it reduces code size and complexity and hands more work to gtk.
> 
> Updated on 2020-01-29:
> ![image](https://user-images.githubusercontent.com/30704286/73354728-2ce47d00-4275-11ea-935c-414fc26163d7.png)

Thiago Milczarek Sayao has updated the pull request incrementally with one 
additional commit since the last revision:

  Better comment

-

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/77/files
  - new: https://git.openjdk.java.net/jfx/pull/77/files/b1222f85..381e8d14

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/77/webrev.35
 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.34-35

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/77.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/77/head:pull/77

PR: https://git.openjdk.java.net/jfx/pull/77


Re: [Rev 34] RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
> This proposed change does the following:
> 
> - Ports DND target to use GTK reducing code size and adding extra text / 
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward code 
> (less special cases), making it easier to
>   understand and maintain;
> - Replaces (pointer and focus) grabbing with a gtk approach;
> - Reworked frame extents (the wm extension to get decoration sizes) to reduce 
> size and complexity;
> - Simplified cursor changing (for gtk3);
> - Reduced the use of gtk/gdk deprecated functions;
> - Removes Applet/Web Start code;
> - Fixes https://bugs.openjdk.java.net/browse/JDK-8237491;
> 
> In general it reduces code size and complexity and hands more work to gtk.
> 
> Updated on 2020-01-29:
> ![image](https://user-images.githubusercontent.com/30704286/73354728-2ce47d00-4275-11ea-935c-414fc26163d7.png)

Thiago Milczarek Sayao has updated the pull request incrementally with one 
additional commit since the last revision:

  Mouse grab fixes on Ubuntu 20.04 Gtk+3.20+

-

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/77/files
  - new: https://git.openjdk.java.net/jfx/pull/77/files/3855e16f..b1222f85

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/77/webrev.34
 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.33-34

  Stats: 51 lines in 2 files changed: 13 ins; 18 del; 20 mod
  Patch: https://git.openjdk.java.net/jfx/pull/77.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/77/head:pull/77

PR: https://git.openjdk.java.net/jfx/pull/77


Re: [Rev 33] RFR: 8236651: Simplify and update glass gtk backend

2020-03-31 Thread Thiago Milczarek Sayao
> This proposed change does the following:
> 
> - Ports DND target to use GTK reducing code size and adding extra text / 
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward code 
> (less special cases), making it easier to
>   understand and maintain;
> - Replaces (pointer and focus) grabbing with a gtk approach;
> - Reworked frame extents (the wm extension to get decoration sizes) to reduce 
> size and complexity;
> - Simplified cursor changing (for gtk3);
> - Reduced the use of gtk/gdk deprecated functions;
> - Removes Applet/Web Start code;
> - Fixes https://bugs.openjdk.java.net/browse/JDK-8237491;
> 
> In general it reduces code size and complexity and hands more work to gtk.
> 
> Updated on 2020-01-29:
> ![image](https://user-images.githubusercontent.com/30704286/73354728-2ce47d00-4275-11ea-935c-414fc26163d7.png)

Thiago Milczarek Sayao has updated the pull request incrementally with one 
additional commit since the last revision:

  Fixes for WM that do not support frame extents

-

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/77/files
  - new: https://git.openjdk.java.net/jfx/pull/77/files/70878fb4..3855e16f

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/77/webrev.33
 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.32-33

  Stats: 36 lines in 2 files changed: 7 ins; 9 del; 20 mod
  Patch: https://git.openjdk.java.net/jfx/pull/77.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/77/head:pull/77

PR: https://git.openjdk.java.net/jfx/pull/77


Re: [Rev 02] RFR: 8241476: Linux build warning issued on updated compilers (Ubuntu 18.04.4 / 20.04)

2020-03-31 Thread Thiago Milczarek Sayao
On Thu, 26 Mar 2020 11:21:06 GMT, Kevin Rushforth  wrote:

>> I think it's better to split the flags between CFLAGS and CPPFLAGS (as is 
>> done in OpenJDK). The
>> `-Werror=implicit-function-declaration` is extremely useful for C files, and 
>> we don't want to risk that this somehow
>> got lost. If we use CFLAGS and CPPFLAGS, we can pass the latter as CXXFLAGS 
>> to cmake, so that should be fairly easy.
>
> I took a look yesterday and came to the same conclusion that what we really 
> want are separate C and C++ flags. For now,
> the only difference would be the presence or absence of 
> `-Werror=implicit-function-declaration`, but it would allow for
> other differences in the future if needed.

Please, let me know if this is the desired way to do it. If not, I will rework 
it. Thanks.

-

PR: https://git.openjdk.java.net/jfx/pull/150


Re: Seeking help with latest master ...

2020-03-31 Thread Rony G. Flatscher
On 31.03.2020 20:21, Scott Palmer wrote:
>> Could not resolve all dependencies for configuration ':apps:lucene'.
>   > Multiple build operations failed.
>     java.lang.ExceptionInInitializerError
>     java.lang.NoClassDefFoundError: Could not initialize class
>    sun.security.ssl.SSLContextImpl$TLSContext
>     java.lang.NoClassDefFoundError: Could not initialize class
>    sun.security.ssl.SSLContextImpl$TLSContext
>  > java.lang.ExceptionInInitializerError
>  > java.lang.NoClassDefFoundError: Could not initialize class
>    sun.security.ssl.SSLContextImpl$TLSContext
>  > java.lang.NoClassDefFoundError: Could not initialize class
>    sun.security.ssl.SSLContextImpl$TLSContext
>
>
> This to me looks like it may be failing to make an https connection to a 
> repository when
> attempting to download dependencies.
>
> There are reports of NoClassDefFoundError w.r.t. SSLContextImpl when running 
> gradle builds, see: 
> https://github.com/gradle/gradle/issues/7842
>
> Claims to be fixed, but maybe not?
>
> If it is related to Gradle changing java.home while compiling, I wonder if 
> using --no-parallel
> might work around it?  Of course try with --debug as well to see if it offers 
> more clues.

Scott, thank you!

Not having any knowledge about gradle I am unfortunately lost in this case. 
However, I used  "gradle
--no-parallel --debug" which did not succeed but created a 1.2 MB text file 
which I keep temporarily
in my DrobBox at: 
.

Will have to leave in a few minutes for today so can only try other things 
tomorrow.

---rony




Re: Seeking help with latest master ...

2020-03-31 Thread Scott Palmer
> Could not resolve all dependencies for configuration ':apps:lucene'.
  > Multiple build operations failed.
java.lang.ExceptionInInitializerError
java.lang.NoClassDefFoundError: Could not initialize class
   sun.security.ssl.SSLContextImpl$TLSContext
java.lang.NoClassDefFoundError: Could not initialize class
   sun.security.ssl.SSLContextImpl$TLSContext
 > java.lang.ExceptionInInitializerError
 > java.lang.NoClassDefFoundError: Could not initialize class
   sun.security.ssl.SSLContextImpl$TLSContext
 > java.lang.NoClassDefFoundError: Could not initialize class
   sun.security.ssl.SSLContextImpl$TLSContext


This to me looks like it may be failing to make an https connection to a 
repository when attempting to download dependencies.

There are reports of NoClassDefFoundError w.r.t. SSLContextImpl when running 
gradle builds, see: 
https://github.com/gradle/gradle/issues/7842 


Claims to be fixed, but maybe not?

If it is related to Gradle changing java.home while compiling, I wonder if 
using --no-parallel might work around it?  Of course try with --debug as well 
to see if it offers more clues.

Regards,

Scott

> On Mar 31, 2020, at 1:21 PM, Rony G. Flatscher  
> wrote:
> 
> On 31.03.2020 19:10, Kevin Rushforth wrote:
>> That's not the problem. The minimum build number only applies if at the 
>> exact minimum JDK version
>> in question. You are using 11.0.6 which is > 11 so no problem there.
>> 
>> One last thing to try:
>> 
>> $ rm -rf .gradle buildSrc/.gradle buildSrc/build
>> 
>> In case something is cached there that the newer gradle trips over.
> 
> Unfortunately did not resolve the failure:
> 
>rony@rony-linux:~/dev/github/openjdk/jfx$ rm -rf build .gradle 
> buildSrc/.gradle buildSrc/build
>rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
>No Gradle daemons are running.
>rony@rony-linux:~/dev/github/openjdk/jfx$ gradle clean
>Starting a Gradle Daemon, 5 stopped Daemons could not be reused, use 
> --status for details
> 
>> Configure project :
>gradle.gradleVersion: 6.3
>OS_NAME: linux
>OS_ARCH: amd64
>JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
>JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
>java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
>java version: 11.0.6
>java build number: 10
>jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
>jdk version: 11.0.6
>jdk build number: 10
>minimum jdk version: 11
>minimum jdk build number: 28
>GCC version: gcc8.3.0-OL6.4+1.0
>cmake version: 3.13.3
>ninja version: 1.8.2
>ant version: 1.10.5
>HAS_JAVAFX_MODULES: false
>STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
>CONF: Debug
>NUM_COMPILE_THREADS: 8
>COMPILE_TARGETS: linux
>COMPILE_FLAGS_FILES: buildSrc/linux.gradle
>HUDSON_JOB_NAME: not_hudson
>HUDSON_BUILD_NUMBER: 
>PROMOTED_BUILD_NUMBER: 0
>PRODUCT_NAME: OpenJFX
>RELEASE_VERSION: 15
>RELEASE_SUFFIX: -internal
>RELEASE_VERSION_SHORT: 15-internal
>RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-191843
>RELEASE_VERSION_PADDED: 15.0.0.0
>MAVEN_VERSION: 15-internal+0-2020-03-31-191843
>UPDATE_STUB_CACHE: false
>Building Webkit configuration /Release/ into
>/home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
>module: project ':apps' (buildModule=NO)
>module: project ':base' (buildModule=YES)
>module: project ':controls' (buildModule=YES)
>module: project ':fxml' (buildModule=YES)
>module: project ':graphics' (buildModule=YES)
>module: project ':media' (buildModule=YES)
>module: project ':swing' (buildModule=YES)
>module: project ':swt' (buildModule=NO)
>module: project ':systemTests' (buildModule=NO)
>module: project ':web' (buildModule=YES)
> 
>FAILURE: Build completed with 2 failures.
> 
>1: Task failed with an exception.
>---
>* Where:
>Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176
> 
>* What went wrong:
>A problem occurred evaluating root project 'jfx'.
>> Could not resolve all dependencies for configuration ':apps:lucene'.
>   > Multiple build operations failed.
> java.lang.ExceptionInInitializerError
> java.lang.NoClassDefFoundError: Could not initialize class
>sun.security.ssl.SSLContextImpl$TLSContext
> java.lang.NoClassDefFoundError: Could not initialize class
>sun.security.ssl.SSLContextImpl$TLSContext
>  > java.lang.ExceptionInInitializerError
>  > java.lang.NoClassDefFoundError: Could not initialize class
>sun.security.ssl.SSLContextImpl$TLSContext
>  > java.lang.NoClassDefFoundError: Could not initialize class
>sun.security.ssl.SSLContextImpl$TLSContext
> 
>* Try:
>Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug opt

Re: Seeking help with latest master ...

2020-03-31 Thread Rony G. Flatscher
On 31.03.2020 19:10, Kevin Rushforth wrote:
> That's not the problem. The minimum build number only applies if at the exact 
> minimum JDK version
> in question. You are using 11.0.6 which is > 11 so no problem there.
>
> One last thing to try:
>
> $ rm -rf .gradle buildSrc/.gradle buildSrc/build
>
> In case something is cached there that the newer gradle trips over.

Unfortunately did not resolve the failure:

rony@rony-linux:~/dev/github/openjdk/jfx$ rm -rf build .gradle 
buildSrc/.gradle buildSrc/build
rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
No Gradle daemons are running.
rony@rony-linux:~/dev/github/openjdk/jfx$ gradle clean
Starting a Gradle Daemon, 5 stopped Daemons could not be reused, use 
--status for details

> Configure project :
gradle.gradleVersion: 6.3
OS_NAME: linux
OS_ARCH: amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
java version: 11.0.6
java build number: 10
jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
jdk version: 11.0.6
jdk build number: 10
minimum jdk version: 11
minimum jdk build number: 28
GCC version: gcc8.3.0-OL6.4+1.0
cmake version: 3.13.3
ninja version: 1.8.2
ant version: 1.10.5
HAS_JAVAFX_MODULES: false
STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
CONF: Debug
NUM_COMPILE_THREADS: 8
COMPILE_TARGETS: linux
COMPILE_FLAGS_FILES: buildSrc/linux.gradle
HUDSON_JOB_NAME: not_hudson
HUDSON_BUILD_NUMBER: 
PROMOTED_BUILD_NUMBER: 0
PRODUCT_NAME: OpenJFX
RELEASE_VERSION: 15
RELEASE_SUFFIX: -internal
RELEASE_VERSION_SHORT: 15-internal
RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-191843
RELEASE_VERSION_PADDED: 15.0.0.0
MAVEN_VERSION: 15-internal+0-2020-03-31-191843
UPDATE_STUB_CACHE: false
Building Webkit configuration /Release/ into
/home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
module: project ':apps' (buildModule=NO)
module: project ':base' (buildModule=YES)
module: project ':controls' (buildModule=YES)
module: project ':fxml' (buildModule=YES)
module: project ':graphics' (buildModule=YES)
module: project ':media' (buildModule=YES)
module: project ':swing' (buildModule=YES)
module: project ':swt' (buildModule=NO)
module: project ':systemTests' (buildModule=NO)
module: project ':web' (buildModule=YES)

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176

* What went wrong:
A problem occurred evaluating root project 'jfx'.
> Could not resolve all dependencies for configuration ':apps:lucene'.
   > Multiple build operations failed.
 java.lang.ExceptionInInitializerError
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.ExceptionInInitializerError
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
more log output. Run with --scan to get full insights.

==

2: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589

* What went wrong:
A problem occurred configuring root project 'jfx'.
> Failed to notify project evaluation listener.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux'

Re: Seeking help with latest master ...

2020-03-31 Thread Kevin Rushforth
That's not the problem. The minimum build number only applies if at the 
exact minimum JDK version in question. You are using 11.0.6 which is > 
11 so no problem there.


One last thing to try:

$ rm -rf .gradle buildSrc/.gradle buildSrc/build

In case something is cached there that the newer gradle trips over.

-- Kevin


On 3/31/2020 10:00 AM, Rony G. Flatscher wrote:

Hmm, noticed a JDK  "minimum jdk build number: 28" minimum build number. 
Currently using the latest
AdoptOpenJDK 11 LTS.

If that is the problem which JDK would you suggest to use instead?

---rony


On 31.03.2020 18:51, Rony G. Flatscher wrote:

On 31.03.2020 18:20, Kevin Rushforth wrote:

Check your JDK version and gradle version:

$ java -version
$ gradle -version

If they look OK, you might try:

$ rm -rf build
$ gradle clean

and then do a build.

Thank you, Kevin, unfortunately, it does not work out (it fails at "gradle 
clean"), using
adoptOpenjdk 11.0.6 release 10 and gradle 6.3.

Do I need a JDK > 11 to build ?

Here the log of the commands as suggested:

 rony@rony-linux:~/dev/github/openjdk/jfx$ java -version
 openjdk version "11.0.6" 2020-01-14
 OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
 OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
mixed mode, sharing)
 rony@rony-linux:~/dev/github/openjdk/jfx$ javac -version
 javac 11.0.6
 rony@rony-linux:~/dev/github/openjdk/jfx$ rm -rf build
 rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
 Stopping Daemon(s)
 1 Daemon stopped
 rony@rony-linux:~/dev/github/openjdk/jfx$ gradle clean
 Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use 
--status for details

 > Configure project :
 gradle.gradleVersion: 6.3
 OS_NAME: linux
 OS_ARCH: amd64
 JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
 JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
 java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
 java version: 11.0.6
 java build number: 10
 jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
 jdk version: 11.0.6
 jdk build number: 10
 minimum jdk version: 11
 minimum jdk build number: 28
 GCC version: gcc8.3.0-OL6.4+1.0
 cmake version: 3.13.3
 ninja version: 1.8.2
 ant version: 1.10.5
 HAS_JAVAFX_MODULES: false
 STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
 CONF: Debug
 NUM_COMPILE_THREADS: 8
 COMPILE_TARGETS: linux
 COMPILE_FLAGS_FILES: buildSrc/linux.gradle
 HUDSON_JOB_NAME: not_hudson
 HUDSON_BUILD_NUMBER: 
 PROMOTED_BUILD_NUMBER: 0
 PRODUCT_NAME: OpenJFX
 RELEASE_VERSION: 15
 RELEASE_SUFFIX: -internal
 RELEASE_VERSION_SHORT: 15-internal
 RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-184608
 RELEASE_VERSION_PADDED: 15.0.0.0
 MAVEN_VERSION: 15-internal+0-2020-03-31-184608
 UPDATE_STUB_CACHE: false
 Building Webkit configuration /Release/ into
 /home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
 module: project ':apps' (buildModule=NO)
 module: project ':base' (buildModule=YES)
 module: project ':controls' (buildModule=YES)
 module: project ':fxml' (buildModule=YES)
 module: project ':graphics' (buildModule=YES)
 module: project ':media' (buildModule=YES)
 module: project ':swing' (buildModule=YES)
 module: project ':swt' (buildModule=NO)
 module: project ':systemTests' (buildModule=NO)
 module: project ':web' (buildModule=YES)

 FAILURE: Build completed with 2 failures.

 1: Task failed with an exception.
 ---
 * Where:
 Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176

 * What went wrong:
 A problem occurred evaluating root project 'jfx'.
 > Could not resolve all dependencies for configuration ':apps:lucene'.
    > Multiple build operations failed.
  java.lang.ExceptionInInitializerError
  java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
  java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
   > java.lang.ExceptionInInitializerError
   > java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
   > java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext

 * Try:
 Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
 more log output. Run with --scan to get full insights.
 
==

 2: Task failed with an exception.
 ---
 * Where:
 Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589

 * What went wrong:
 A problem occurred configuring root pro

Re: Seeking help with latest master ...

2020-03-31 Thread Rony G. Flatscher
Hmm, noticed a JDK  "minimum jdk build number: 28" minimum build number. 
Currently using the latest
AdoptOpenJDK 11 LTS.

If that is the problem which JDK would you suggest to use instead?

---rony


On 31.03.2020 18:51, Rony G. Flatscher wrote:
> On 31.03.2020 18:20, Kevin Rushforth wrote:
>> Check your JDK version and gradle version:
>>
>> $ java -version
>> $ gradle -version
>>
>> If they look OK, you might try:
>>
>> $ rm -rf build
>> $ gradle clean
>>
>> and then do a build.
> Thank you, Kevin, unfortunately, it does not work out (it fails at "gradle 
> clean"), using
> adoptOpenjdk 11.0.6 release 10 and gradle 6.3.
>
> Do I need a JDK > 11 to build ?
>
> Here the log of the commands as suggested:
>
> rony@rony-linux:~/dev/github/openjdk/jfx$ java -version
> openjdk version "11.0.6" 2020-01-14
> OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
> OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
> mixed mode, sharing)
> rony@rony-linux:~/dev/github/openjdk/jfx$ javac -version
> javac 11.0.6
> rony@rony-linux:~/dev/github/openjdk/jfx$ rm -rf build
> rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
> Stopping Daemon(s)
> 1 Daemon stopped
> rony@rony-linux:~/dev/github/openjdk/jfx$ gradle clean
> Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use 
> --status for details
>
> > Configure project :
> gradle.gradleVersion: 6.3
> OS_NAME: linux
> OS_ARCH: amd64
> JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
> JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
> java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
> java version: 11.0.6
> java build number: 10
> jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
> jdk version: 11.0.6
> jdk build number: 10
> minimum jdk version: 11
> minimum jdk build number: 28
> GCC version: gcc8.3.0-OL6.4+1.0
> cmake version: 3.13.3
> ninja version: 1.8.2
> ant version: 1.10.5
> HAS_JAVAFX_MODULES: false
> STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
> CONF: Debug
> NUM_COMPILE_THREADS: 8
> COMPILE_TARGETS: linux
> COMPILE_FLAGS_FILES: buildSrc/linux.gradle
> HUDSON_JOB_NAME: not_hudson
> HUDSON_BUILD_NUMBER: 
> PROMOTED_BUILD_NUMBER: 0
> PRODUCT_NAME: OpenJFX
> RELEASE_VERSION: 15
> RELEASE_SUFFIX: -internal
> RELEASE_VERSION_SHORT: 15-internal
> RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-184608
> RELEASE_VERSION_PADDED: 15.0.0.0
> MAVEN_VERSION: 15-internal+0-2020-03-31-184608
> UPDATE_STUB_CACHE: false
> Building Webkit configuration /Release/ into
> /home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
> module: project ':apps' (buildModule=NO)
> module: project ':base' (buildModule=YES)
> module: project ':controls' (buildModule=YES)
> module: project ':fxml' (buildModule=YES)
> module: project ':graphics' (buildModule=YES)
> module: project ':media' (buildModule=YES)
> module: project ':swing' (buildModule=YES)
> module: project ':swt' (buildModule=NO)
> module: project ':systemTests' (buildModule=NO)
> module: project ':web' (buildModule=YES)
>
> FAILURE: Build completed with 2 failures.
>
> 1: Task failed with an exception.
> ---
> * Where:
> Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176
>
> * What went wrong:
> A problem occurred evaluating root project 'jfx'.
> > Could not resolve all dependencies for configuration ':apps:lucene'.
>    > Multiple build operations failed.
>  java.lang.ExceptionInInitializerError
>  java.lang.NoClassDefFoundError: Could not initialize class
> sun.security.ssl.SSLContextImpl$TLSContext
>  java.lang.NoClassDefFoundError: Could not initialize class
> sun.security.ssl.SSLContextImpl$TLSContext
>   > java.lang.ExceptionInInitializerError
>   > java.lang.NoClassDefFoundError: Could not initialize class
> sun.security.ssl.SSLContextImpl$TLSContext
>   > java.lang.NoClassDefFoundError: Could not initialize class
> sun.security.ssl.SSLContextImpl$TLSContext
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get
> more log output. Run with --scan to get full insights.
> 
> ==
>
> 2: Task failed with an exception.
> ---
> * Where:
> Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589
>
> * What went wrong:
> A problem occurred configuring root project 'jfx'.
> > Failed to notify project evaluation listener.
>    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
> task set of type
> org.gradle.api.internal.tasks.DefaultTaskContainer.
>  

Re: Seeking help with latest master ...

2020-03-31 Thread Rony G. Flatscher
On 31.03.2020 18:20, Kevin Rushforth wrote:
> Check your JDK version and gradle version:
>
> $ java -version
> $ gradle -version
>
> If they look OK, you might try:
>
> $ rm -rf build
> $ gradle clean
>
> and then do a build.

Thank you, Kevin, unfortunately, it does not work out (it fails at "gradle 
clean"), using
adoptOpenjdk 11.0.6 release 10 and gradle 6.3.

Do I need a JDK > 11 to build ?

Here the log of the commands as suggested:

rony@rony-linux:~/dev/github/openjdk/jfx$ java -version
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
mixed mode, sharing)
rony@rony-linux:~/dev/github/openjdk/jfx$ javac -version
javac 11.0.6
rony@rony-linux:~/dev/github/openjdk/jfx$ rm -rf build
rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
Stopping Daemon(s)
1 Daemon stopped
rony@rony-linux:~/dev/github/openjdk/jfx$ gradle clean
Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use 
--status for details

> Configure project :
gradle.gradleVersion: 6.3
OS_NAME: linux
OS_ARCH: amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
java version: 11.0.6
java build number: 10
jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
jdk version: 11.0.6
jdk build number: 10
minimum jdk version: 11
minimum jdk build number: 28
GCC version: gcc8.3.0-OL6.4+1.0
cmake version: 3.13.3
ninja version: 1.8.2
ant version: 1.10.5
HAS_JAVAFX_MODULES: false
STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
CONF: Debug
NUM_COMPILE_THREADS: 8
COMPILE_TARGETS: linux
COMPILE_FLAGS_FILES: buildSrc/linux.gradle
HUDSON_JOB_NAME: not_hudson
HUDSON_BUILD_NUMBER: 
PROMOTED_BUILD_NUMBER: 0
PRODUCT_NAME: OpenJFX
RELEASE_VERSION: 15
RELEASE_SUFFIX: -internal
RELEASE_VERSION_SHORT: 15-internal
RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-184608
RELEASE_VERSION_PADDED: 15.0.0.0
MAVEN_VERSION: 15-internal+0-2020-03-31-184608
UPDATE_STUB_CACHE: false
Building Webkit configuration /Release/ into
/home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
module: project ':apps' (buildModule=NO)
module: project ':base' (buildModule=YES)
module: project ':controls' (buildModule=YES)
module: project ':fxml' (buildModule=YES)
module: project ':graphics' (buildModule=YES)
module: project ':media' (buildModule=YES)
module: project ':swing' (buildModule=YES)
module: project ':swt' (buildModule=NO)
module: project ':systemTests' (buildModule=NO)
module: project ':web' (buildModule=YES)

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176

* What went wrong:
A problem occurred evaluating root project 'jfx'.
> Could not resolve all dependencies for configuration ':apps:lucene'.
   > Multiple build operations failed.
 java.lang.ExceptionInInitializerError
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.ExceptionInInitializerError
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
more log output. Run with --scan to get full insights.

==

2: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589

* What went wrong:
A problem occurred configuring root project 'jfx'.
> Failed to notify project evaluation listener.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get un

Re: Seeking help with latest master ...

2020-03-31 Thread Kevin Rushforth

Check your JDK version and gradle version:

$ java -version
$ gradle -version

If they look OK, you might try:

$ rm -rf build
$ gradle clean

and then do a build.

-- Kevin


On 3/31/2020 8:06 AM, Rony G. Flatscher wrote:

After merging the master into a local branch, gradle fails with two exceptions. 
After updating to
6.3 it still fails, here the output:

 rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
 Stopping Daemon(s)
 1 Daemon stopped

 rony@rony-linux:~/dev/github/openjdk/jfx$ gradle
 Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use 
--status for details

 > Configure project :
 gradle.gradleVersion: 6.3
 OS_NAME: linux
 OS_ARCH: amd64
 JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
 JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
 java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
 java version: 11.0.6
 java build number: 10
 jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
 jdk version: 11.0.6
 jdk build number: 10
 minimum jdk version: 11
 minimum jdk build number: 28
 GCC version: gcc8.3.0-OL6.4+1.0
 cmake version: 3.13.3
 ninja version: 1.8.2
 ant version: 1.10.5
 HAS_JAVAFX_MODULES: false
 STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
 CONF: Debug
 NUM_COMPILE_THREADS: 8
 COMPILE_TARGETS: linux
 COMPILE_FLAGS_FILES: buildSrc/linux.gradle
 HUDSON_JOB_NAME: not_hudson
 HUDSON_BUILD_NUMBER: 
 PROMOTED_BUILD_NUMBER: 0
 PRODUCT_NAME: OpenJFX
 RELEASE_VERSION: 15
 RELEASE_SUFFIX: -internal
 RELEASE_VERSION_SHORT: 15-internal
 RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-165101
 RELEASE_VERSION_PADDED: 15.0.0.0
 MAVEN_VERSION: 15-internal+0-2020-03-31-165101
 UPDATE_STUB_CACHE: false
 Building Webkit configuration /Release/ into
 /home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
 module: project ':apps' (buildModule=NO)
 module: project ':base' (buildModule=YES)
 module: project ':controls' (buildModule=YES)
 module: project ':fxml' (buildModule=YES)
 module: project ':graphics' (buildModule=YES)
 module: project ':media' (buildModule=YES)
 module: project ':swing' (buildModule=YES)
 module: project ':swt' (buildModule=NO)
 module: project ':systemTests' (buildModule=NO)
 module: project ':web' (buildModule=YES)

 FAILURE: Build completed with 2 failures.

 1: Task failed with an exception.
 ---
 * Where:
 Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176

 * What went wrong:
 A problem occurred evaluating root project 'jfx'.
 > Could not resolve all dependencies for configuration ':apps:lucene'.
    > Multiple build operations failed.
  java.lang.ExceptionInInitializerError
  java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
  java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
   > java.lang.ExceptionInInitializerError
   > java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext
   > java.lang.NoClassDefFoundError: Could not initialize class
 sun.security.ssl.SSLContextImpl$TLSContext

 * Try:
 Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
 more log output. Run with --scan to get full insights.
 
==

 2: Task failed with an exception.
 ---
 * Where:
 Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589

 * What went wrong:
 A problem occurred configuring root project 'jfx'.
 > Failed to notify project evaluation listener.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tasks.DefaultTaskContainer.
    > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
 org.gradle.api.internal.tas

Seeking help with latest master ...

2020-03-31 Thread Rony G. Flatscher
After merging the master into a local branch, gradle fails with two exceptions. 
After updating to
6.3 it still fails, here the output:

rony@rony-linux:~/dev/github/openjdk/jfx$ gradle --stop
Stopping Daemon(s)
1 Daemon stopped

rony@rony-linux:~/dev/github/openjdk/jfx$ gradle
Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use 
--status for details

> Configure project :
gradle.gradleVersion: 6.3
OS_NAME: linux
OS_ARCH: amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
JDK_HOME: /usr/lib/jvm/java-11-openjdk-amd64
java.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
java version: 11.0.6
java build number: 10
jdk.runtime.version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
jdk version: 11.0.6
jdk build number: 10
minimum jdk version: 11
minimum jdk build number: 28
GCC version: gcc8.3.0-OL6.4+1.0
cmake version: 3.13.3
ninja version: 1.8.2
ant version: 1.10.5
HAS_JAVAFX_MODULES: false
STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk-amd64
CONF: Debug
NUM_COMPILE_THREADS: 8
COMPILE_TARGETS: linux
COMPILE_FLAGS_FILES: buildSrc/linux.gradle
HUDSON_JOB_NAME: not_hudson
HUDSON_BUILD_NUMBER: 
PROMOTED_BUILD_NUMBER: 0
PRODUCT_NAME: OpenJFX
RELEASE_VERSION: 15
RELEASE_SUFFIX: -internal
RELEASE_VERSION_SHORT: 15-internal
RELEASE_VERSION_LONG: 15-internal+0-2020-03-31-165101
RELEASE_VERSION_PADDED: 15.0.0.0
MAVEN_VERSION: 15-internal+0-2020-03-31-165101
UPDATE_STUB_CACHE: false
Building Webkit configuration /Release/ into
/home/rony/dev/github/openjdk/jfx/modules/javafx.web/build/linux
module: project ':apps' (buildModule=NO)
module: project ':base' (buildModule=YES)
module: project ':controls' (buildModule=YES)
module: project ':fxml' (buildModule=YES)
module: project ':graphics' (buildModule=YES)
module: project ':media' (buildModule=YES)
module: project ':swing' (buildModule=YES)
module: project ':swt' (buildModule=NO)
module: project ':systemTests' (buildModule=NO)
module: project ':web' (buildModule=YES)

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 4176

* What went wrong:
A problem occurred evaluating root project 'jfx'.
> Could not resolve all dependencies for configuration ':apps:lucene'.
   > Multiple build operations failed.
 java.lang.ExceptionInInitializerError
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
 java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.ExceptionInInitializerError
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext
  > java.lang.NoClassDefFoundError: Could not initialize class
sun.security.ssl.SSLContextImpl$TLSContext

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
more log output. Run with --scan to get full insights.

==

2: Task failed with an exception.
---
* Where:
Build file '/home/rony/dev/github/openjdk/jfx/build.gradle' line: 1589

* What went wrong:
A problem occurred configuring root project 'jfx'.
> Failed to notify project evaluation listener.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.
   > Could not get unknown property 'moduleEmptyPublicationJarLinux' for 
task set of type
org.gradle.api.internal.tasks.DefaultTaskContainer.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get
more log output. Run with --scan to get full insights.

==

* Get more help at https://help.gradl

Re: [Rev 04] RFR: 8234959: FXMLLoader does not populate ENGINE_SCOPE Bindings with FILENAME and ARGV

2020-03-31 Thread Rony G . Flatscher
On Tue, 31 Mar 2020 11:52:19 GMT, Ajit Ghaisas  wrote:

>> Rony G. Flatscher has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Remove jcheck whitespace error.
>
> Marked as reviewed by aghaisas (Reviewer).

Kevin, Ajit, could you please /sponsor this PR? TIA, ---rony

-

PR: https://git.openjdk.java.net/jfx/pull/122


Re: [Rev 04] RFR: 8234959: FXMLLoader does not populate ENGINE_SCOPE Bindings with FILENAME and ARGV

2020-03-31 Thread Ajit Ghaisas
On Wed, 25 Mar 2020 19:05:42 GMT, Rony G. Flatscher 
 wrote:

>> …9: FXMLLoader does not populate ENGINE_SCOPE Bindings with FILENAME and ARGV
>
> Rony G. Flatscher has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Remove jcheck whitespace error.

Marked as reviewed by aghaisas (Reviewer).

-

PR: https://git.openjdk.java.net/jfx/pull/122