Re: NB 12.4 creating new project I get this error...

2021-12-03 Thread Ernie Rael
There's a plugin, https://plugins.netbeans.apache.org/catalogue/?id=40, that allows *dynamic* control of loggers in the /running/ NetBeans. Its wiki has an example, http://raelity.com/jlogman/Home.html#example, showing how to control logging for sub-trees of the logger hierarchy. Changes can

Re: Re: NB 12.4 creating new project I get this error...

2021-12-03 Thread Thomas Wolf
Hi Eric, Thanks for the suggestion but I don’t think that’s the case. Eventually creating a project with this exact same combination worked (but, again, I don’t know what changes - removing an old ~/.netbeans/ or creating a different project of same name elsewhere - caused it to work again). I

Re: Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Tom Maszerowski
Unfortunately, no. I uninstalled the old C/C++ plugin and installed C/C++ version 1.4 with no change. > On Dec 3, 2021, at 6:59 AM, Geertjan Wielenga > wrote: > > Probably the plugins for C/C++ you had installed previously you'll need to > install again in 12.4. > > Gj > > On Fri, Dec 3,

[Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-03 Thread Bilu Al
Hello, I am following this tutorial: https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc In Step 4 there is a use of implementation version of module o rg-netbeans-core-startup nbm-maven-plugin org.codehaus.mojo true < moduleDependencies>

Re: Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Geertjan Wielenga
Probably the plugins for C/C++ you had installed previously you'll need to install again in 12.4. Gj On Fri, Dec 3, 2021 at 12:50 PM Tom Maszerowski wrote: > I just took the plunge and upgraded from NB 11 to 12. When I try to open > C/C++ projects that worked fine in NB 11 nothing happens.

Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Tom Maszerowski
I just took the plunge and upgraded from NB 11 to 12. When I try to open C/C++ projects that worked fine in NB 11 nothing happens. There’s no error, NB just doesn’t do anything. Has the project format changed? Do I need to re-create the projects from scratch? It’s obviously not the end of the

Re: Re: NB 12.4 creating new project I get this error...

2021-12-03 Thread Eric Bresie
Not sure if this is the case or matter anymore but There was a satriage in the path with a satriage project being created. So could this /Users/twolf/spectare/git/satriage/src/satriage be seen as a package within a package with the same name? Would a project with a different name work? Eric