Re: static initializer block not called from within NB

2021-06-08 Thread Torsten Römer
I played with that as well with 12.4 and OpenJDK 11 and the very first time I did "Run File" the static initializer got called, then not again. After a "Clean" however, it does get called again. Cheers, Torsten Am Dienstag, Juni 08, 2021 23:56 CEST, schrieb Thomas Wolf :  Hi again,I installed

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-05-30 Thread Torsten Römer
meaning that it’s part of 12.4. Gj On Sun, 30 May 2021 at 21:20, Torsten Römer wrote:Thank you very much! Could I just ask about this commit: https://github.com/apache/netbeans/commit/46c1794125d317f190cd4fdc0309ad67c166faf0 If I saw it correctly, it is not included in 12.4. Will it be inc

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-05-30 Thread Torsten Römer
Thank you very much! Could I just ask about this commit: https://github.com/apache/netbeans/commit/46c1794125d317f190cd4fdc0309ad67c166faf0 If I saw it correctly, it is not included in 12.4. Will it be included in a later release? Cheers, Torsten Am Samstag, Mai 29, 2021 11:32 CEST, schrieb G

Re: GitHub token based authentication requirements

2021-05-24 Thread Torsten Römer
In GitHub, you can go to Settings -> Developer Settings -> Personal access tokens, generate a token, and simply use it as password in NetBeans. Torsten Am 24.05.21 um 22:18 schrieb Rich: I just got an email from GitHub when I did a push of a NetBeans project. It said: You recently used a

Re: Should I install nb-javac plugin?

2021-05-21 Thread Torsten Römer
Yes, since 12.4 Beta 1 you can enable "Compile On Save" without installing nb-javac thanks to the new "vanilla javac" support. Or was nb-javac used for other features than CoS? Am Freitag, Mai 21, 2021 17:42 CEST, schrieb Will Hartung :  Wait a minute, nb-javac is optional? I thought it was a

Re: Should I install nb-javac plugin?

2021-05-20 Thread Torsten Römer
I'd recommend to use 12.4 Beta 1 since it includes Compile on Save support for vanilla javac. Even if you ignore to install nb-javac you can enable "Compile on Save" - it works just fine for me also in large projects where nb-javac caused quite some trouble. Am Donnerstag, Mai 20, 2021 09:46

Re: 12.4 Beta 1: "Compile on Save" available without nb-javac?

2021-04-05 Thread Torsten Römer
It is a new feature: Compile on Save support for vanilla javac. <https://github.com/apache/netbeans/commit/46c1794125d317f190cd4fdc0309ad67c166faf0> Which is really great. Am 03.04.21 um 23:24 schrieb Torsten Römer: Hello, I've just created this issue concerning nb-javac "

12.4 Beta 1: "Compile on Save" available without nb-javac?

2021-04-03 Thread Torsten Römer
Hello, I've just created this issue concerning nb-javac "Compile on Save": https://issues.apache.org/jira/browse/NETBEANS-5539 Testing with 12.4 Beta 1, I noticed that "Compile on Save" can be enabled without having nb-javac installed, and when running a test or debugging, there is a message