Re: The Options ruban remains white with DarkLaf

2021-11-19 Thread Jerome Lelasseux
Adding the 2nd non-API module solved the problem, thanks Neil! This really needs to be documented somewhere. I could add an entry "How to enable FlatLaf in your NB platform application?" in the Apache Netbeans FAQ. But what is the process to do this ? Jerome Le jeudi 18 novembre 2021,

Re: Maven + Gradle

2021-11-19 Thread Dragan Bjedov
Yes, it works. пет, 19. нов 2021. у 01:00 Eric Bresie је написао/ла: > Does suggestion here work for you? > > https://issues.apache.org/jira/browse/NETBEANS-2320 > > Eric > > > On Thu, Nov 18, 2021 at 3:32 PM Dragan Bjedov > wrote: > >> Hello, >> >> I have a project which contains build.gradle

Re: Netbeans development on the Mac

2021-11-19 Thread Pieter van den Hombergh
Hi Chris, I had some success with a deployable toy project using link and package. I have created a github repo for this small demo project at https://github.com/homberghp/fxsurveyor It is derived from a former student exercise. Details to the zip file: It is a multimodule maven file, and consist

Re: How to remove Maven from Netbeans 12.0

2021-11-19 Thread Bayless Kirtley
Thank you Mark. Show Details was the secret. Plugins showed 11 installed, none of which was Maven. After clicking Show Details there were many more, including Maven and Gradle although Gradle was already grey. I deactivated Maven. Thanks again Bayless On 11/18/21 7:09 PM, Mark A. Flacy

Test results window is not updated when using JUnit5 and Ant

2021-11-19 Thread Konsult
I'm trying to find out why the test results window is not updated when I run Junit 5 tests. The project is a Java Free Form Ant project Example, build target running Junit 4 tests:

Re: Netbeans development on the Mac

2021-11-19 Thread Emilian Bold
The user provided JRE doesn't exist anymore. You have to bundle a runtime with your app. Zulu is a good runtime and they also have a version with JavaFX included so you don't have to tweak that. --emi joi, 18 nov. 2021, 22:01 Alonso Del Arte a scris: > So the Macs have the JRE but not JavaFX?