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 be saved and applied automatically at startup.


-ernie

On 12/2/2021 1:24 PM, Thomas Wolf wrote:
... if anyone can tell me how to change Netbeans logging level 
globally, I’d appreciate the info.  I’ll use that the next time I 
encounter something I can’t figure out.


Best,
Tom




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 love that I’m up and running again, but hate that I haven’t got a clue
what fixed things :-(  Next time, I will know how to set Netbeans to the
max logging level to hopefully get better insight.

Best,
Tom


On Dec 3, 2021 at 3:20:30 AM, Eric Bresie  wrote:

> 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 Bresie
> ebre...@gmail.com
>
> On 12/1/21 13:55, Thomas Wolf wrote:

 Hi everyone,
 I’m at a loss here.  I hope you guys can help:

 I created a completely new GIT repository on my mac at:

 /Users/twolf/spectare/git/satriage
 and then created a src/ directory under it.

 Next, I opened Netbeans and tried to create a project this way (have
 done this dozens of times without trouble):

 New Project… -> Java with Ant -> Java with Existing Source

 I enter a project name ‘satriage’ and hit ‘Next’ where I’m asked to
 enter a source package folder.  I try to enter:

 /Users/twolf/spectare/git/satriage/src/

 but I get an error message about that package having been used in
 another project??? (see attached error dialog)
 Nonetheless, I did a ‘grep -r ‘satriage’ . in my NetBeansProjects/
 directory to see if any project references this directory - but none do.  I
 also deleted $HOME/Library/Caches/NetBeans/12.4/ in case thee’s some old,
 cached info that might be to blame - but no luck.  Still getting that error
 :-(
 Then I deleted $HOME/Library/Application Support/NetBeans/12.4 - still
 the same error :-(
 Next, I renamed my $HOME/NetBeansProjects/ directory - again, same
 error :-(

 In my desperation, I installed Netbeans 12.5 from scratch and without
 importing any settings from 12.4 .  But
 STILL the same error :-(  Neither NB 12.4 nor 12.5 had any projects open
 when I did this, so how does NB decide that the package is in use in
 another project???


 Again, in terms of env, I’m running NB 12.4 w. JDK 17 on macOS Monterey.

 If anyone has any ideas, please let me know.  Thanks a bunch,
 tom


 -
 To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.orgFor 
 additional commands, e-mail: users-h...@netbeans.apache.org
 For further information about the NetBeans mailing lists, 
 visit:https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




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, 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. 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 world 
> but I’ve got a bunch of projects and would rather not build them all again.
> 
> Thanks,
> 
> Tom.
> 
> 
> Tom Maszerowski
> tomm...@frontiernet.net 
> 
>  
> 
> 



[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>   
org.netbeans.modules:org-netbeans-core-startup *impl*

The issue i am facing is that when i release the plugin (create the nbm)
with Netbeans 12.5 for example and i want to install the module in another
version of Netbeans let's say 12.4 for example(or the other way around) i
am getting following error:
[image: image.png]

Any clue on how to fix this issue so the plugin is not restricted to only
12.5?


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. 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
> world but I’ve got a bunch of projects and would rather not build them all
> again.
>
> Thanks,
>
> Tom.
>
>
> Tom Maszerowski
> tomm...@frontiernet.net
>
>
>
>
>


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 world but I’ve got a 
bunch of projects and would rather not build them all again.

Thanks,

Tom.


Tom Maszerowski
tomm...@frontiernet.net

 




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 Bresie
ebre...@gmail.com (mailto:ebre...@gmail.com)

> > > > > On 12/1/21 13:55, Thomas Wolf wrote:
> > > > > > Hi everyone,
> > > > > > I’m at a loss here. I hope you guys can help:
> > > > > >
> > > > > > I created a completely new GIT repository on my mac at:
> > > > > >
> > > > > > /Users/twolf/spectare/git/satriage
> > > > > > and then created a src/ directory under it.
> > > > > >
> > > > > > Next, I opened Netbeans and tried to create a project this way 
> > > > > > (have done this dozens of times without trouble):
> > > > > >
> > > > > > New Project… -> Java with Ant -> Java with Existing Source
> > > > > >
> > > > > > I enter a project name ‘satriage’ and hit ‘Next’ where I’m asked to 
> > > > > > enter a source package folder. I try to enter:
> > > > > >
> > > > > > /Users/twolf/spectare/git/satriage/src/
> > > > > >
> > > > > > but I get an error message about that package having been used in 
> > > > > > another project??? (see attached error dialog)
> > > > > > Nonetheless, I did a ‘grep -r ‘satriage’ . in my NetBeansProjects/ 
> > > > > > directory to see if any project references this directory - but 
> > > > > > none do. I also deleted $HOME/Library/Caches/NetBeans/12.4/ in case 
> > > > > > thee’s some old, cached info that might be to blame - but no luck. 
> > > > > > Still getting that error :-(
> > > > > > Then I deleted $HOME/Library/Application Support/NetBeans/12.4 - 
> > > > > > still the same error :-(
> > > > > > Next, I renamed my $HOME/NetBeansProjects/ directory - again, same 
> > > > > > error :-(
> > > > > >
> > > > > > In my desperation, I installed Netbeans 12.5 from scratch and 
> > > > > > without importing any settings from 12.4 
> > > > > > (x-apple-data-detectors://12). But STILL the same error :-( Neither 
> > > > > > NB 12.4 nor 12.5 had any projects open when I did this, so how does 
> > > > > > NB decide that the package is in use in another project???
> > > > > >
> > > > > >
> > > > > > Again, in terms of env, I’m running NB 12.4 w. JDK 17 on macOS 
> > > > > > Monterey.
> > > > > >
> > > > > > If anyone has any ideas, please let me know. Thanks a bunch,
> > > > > > tom
> > > > > >
> > > > > >
> > > > > > -
> > > > > >  To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org 
> > > > > > (mailto:users-unsubscr...@netbeans.apache.org)For additional 
> > > > > > commands, e-mail: users-h...@netbeans.apache.org 
> > > > > > (mailto:users-h...@netbeans.apache.org) For further information 
> > > > > > about the NetBeans mailing lists, visit: 
> > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists