Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Geertjan Wielenga
Maybe this helps, i.e., the Java SE and Java EE categories have been moved, that's possibly what's confusing you: https://blogs.apache.org/netbeans/entry/restructuring-of-project-templates-in Gj On Wed, May 29, 2019 at 8:16 AM Geertjan Wielenga wrote: > I don’t understand anymore. What is the

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Geertjan Wielenga
I don’t understand anymore. What is the project type that you are missing? Gj On Wed, 29 May 2019 at 07:26, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > > > -- Forwarded message - > From: Varuna Seneviratna > Date: Wed, 29 May 2019 at 10:16 > Subject: Re: After cr

Re: [EXT] Re: Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Steve Jacobs
On Tue, 28 May 2019 22:27:16 -0700 Laszlo Kishalmi wrote: > You might try to add the -J-Dnetbeans.keyring.no.native=true besides the > -J-Dnetbeans.keyring.no.master=true that might help. That works. Thank you. Steve - To unsu

Re: [EXT] Re: Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Laszlo Kishalmi
I'm sorry. I was too superficial. You might try to add the -J-Dnetbeans.keyring.no.native=true besides the -J-Dnetbeans.keyring.no.master=true that might help. On 5/28/19 9:29 PM, Thomson, Duncan wrote: I think you misunderstood.  I don’t want NetBeans to try to use gnome keyring.  I don’t

Fwd: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
-- Forwarded message - From: Varuna Seneviratna Date: Wed, 29 May 2019 at 10:16 Subject: Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box To: Geertjan Wielenga This change took p

RE: [EXT] Re: Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Thomson, Duncan
I think you misunderstood. I don’t want NetBeans to try to use gnome keyring. I don’t want to try to fix gnome keyring. I’m not running a gnome desktop anyway. I can’t see any reason why Netbeans needs to use keyring. In fact, as I mentioned, it works if I simply cancel the dialog, which I

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Geertjan Wielenga
No, let’s start with a fresh user directory (go to About Box, see where cache dir and user dir are defined, close NetBeans, and then on disk delete the cache dir and user dir, then restart NetBeans). After that, if the problem happens again, write back here and provide steps to reproduce the probl

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
Is this a result of changes NetBeans is going through? On Wed, 29 May 2019 at 00:42, Varuna Seneviratna wrote: > > Hello, >After creating a project using mavan-archetype-webapp category > Java SE and Java EE categories have vanished from Netbeans new project > dialog box. How to get Java

Re: Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Laszlo Kishalmi
This might help: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87296332 On 5/28/19 3:04 PM, Thomson, Duncan wrote: I’m getting a really annoying prompt from Netbeans when I try to use Git with a remote repository: “Enter password to unlock your login keyring” The problem

Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Thomson, Duncan
I'm getting a really annoying prompt from Netbeans when I try to use Git with a remote repository: "Enter password to unlock your login keyring" The problem is I'm not using a login keyring. For some reason (probably because I'm not using Gnome) the keyring is not working, and I don't really

After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
Hello, After creating a project using mavan-archetype-webapp category Java SE and Java EE categories have vanished from Netbeans new project dialog box. How to get Java SE and Java EE categories back into the new project dialog box. Screenshot attached. Varuna -