Re: One of the unit tests not executed. Why?

2020-12-18 Thread Andreas Reichel
Gary, unfortunately nobody will be able to answer that without having a look at the particular Test file. Also, I am not sure if that is a Netbeans problem. Are you able to run the tests with Maven from the shell? Best regards Andreas  On Sat, 2020-12-19 at 03:32 +, Greenberg, Gary wrote: >

Re: One of the unit tests not executed. Why?

2020-12-18 Thread Andreas Reichel
Gary, unfortunately nobody will ba eable to answer that without having a look at the Test file. Also, I am not sure if that is a Netbeans problem. Are you able to run the tests with Maven from the shell? Best regards Andreas  On Sat, 2020-12-19 at 03:32 +, Greenberg, Gary wrote: > I am

One of the unit tests not executed. Why?

2020-12-18 Thread Greenberg, Gary
I am working on a pretty large project. For many of Java classes I have created Junit tests and everything was working fine until today. Today, I finished another class and using Tools->Create/Update Tests generated test class for it. The class has only two public methods but one is not finished

Netbeans menus File, Edit... do not get localized

2020-12-18 Thread Jerome Lelasseux
When I run my RCP application with run.args.extra=--locale fr:FR I get my own UI menu items localized but not Netbeans ones remain in english, like bar menu headers "File" or "Edit", the action "Exit", etc. What do I miss ? I use Netbeans 12.0

Re: print before take Scanner input not working

2020-12-18 Thread Peter
This was introduced sometime after Maven 3.3.9 (after Netbeans 11.1). Running Netbeans 12.1 with Maven from Netbeans 11.1 is a work around. On 2020/12/16 18:11:31, "Christopher C. Lanz" wrote: > Hello, > > For many years, and both with NetBeans and with just a terminal, I have used >

Re: Java - System.out.print("Command: "); problem

2020-12-18 Thread Peter
I started this without knowing how to access or reply. This was introduced sometime after Maven 3.3.9 (after Netbeans 11.1). Running Netbeans 12.1 with Maven from Netbeans 11.1 is a work around. On 2020/09/18 14:36:33, Peter Ream wrote: > I had a java program that worked in mood.fi’s plugin