Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Thanks Laszlo, So the problem is there is a missing module-info.java in the test packages? And because this is missing, gradle is breaking? Maybe we shall treat the whole project modular even if just the main sourceset has module-info.java (even that is technically incorrect). I'm not sure what

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Laszlo Kishalmi
Hi I've just checked out the mentioned library. It is on version 11.32 (the hansolo lib, not NetBeans). It works if you delete the TestLauncher.java from the eu.hansolo.tilesfx package. I think the maintainer of the code was a bit loose when he made that release. If you check the

JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Hi all, I am trying to compile a third party library using NB 11.3 and built in Gradle supports. Project specifications are: 1) NB 11.3 running on Amazon Corretto JDK 11.02 2) Gradle options (Standard Gradle version 6.2.2) - Use wrapper preferred 3) OpenJFX11.02 installed to /Program