Re: [java] proposal for Quarkus plugin for NetBeans

2020-01-24 Thread Geertjan Wielenga
Select 'Project from Archetype' in the New Project dialog and then search for 'quarkus', click Finish, and choose Debug, Test, Run, or Profile. Gj On Sat, Jan 25, 2020 at 12:19 AM Armel Nene wrote: > As with the current maven support for Java development in Netbeans, the > plugin will increase

Re: [java] proposal for Quarkus plugin for NetBeans

2020-01-24 Thread Armel Nene
As with the current maven support for Java development in Netbeans, the plugin will increase developer productivity and a better experience. Quarkus comes many options which one cannot possibly remember them all. My suggestion is to have as another option (new project) under the Maven Java optio

Re: [java] proposal for Quarkus plugin for NetBeans

2020-01-24 Thread Geertjan Wielenga
If Quarkus is an archetype on Maven Central then you can use NetBeans right now, since several years, to generate your Quarkus Maven archetype -- and then debug, test, and run it. NetBeans supports Maven out of the box. Gj On Fri, Jan 24, 2020 at 11:52 PM Armel Nene wrote: > Hi all, > My first

[java] proposal for Quarkus plugin for NetBeans

2020-01-24 Thread Armel Nene
Hi all, My first time here but I have been using Netbeans and blogging about for over a decade. I am proposing a plugin to create a new type of Java projects based on the Quarkus framework. The Quarkus framework helps developers create Java applications which are optimised for environment such

Re: [snap] Edit netbeans.conf

2020-01-24 Thread Laszlo Kishalmi
Unless you are not mixing up the user and cache dir  by creating your own config file it is not possible get the netbeans-dev and netbeans Snaps mixed. They are living on well separated directory structures. Though if you are on edge channel fro netbeans, then the 11.3-beta1 is available there

Re: [snap] Edit netbeans.conf

2020-01-24 Thread Patrik Karlström
Thanks, problem solved! Two other snap related things 1. I'm unable to pin 11.3beta1 to my KDE dock 2. I installed it with: sudo snap install --edge netbeans-dev --classic and somehow my 11.2 snap got tainted with some 11.3 stuff. Not really sure what has happened but it feels a bit m

Re: silent install of netbeans

2020-01-24 Thread Elias Pereira
Thanks!!! :D On Fri, Jan 24, 2020 at 9:28 AM Валера Солдатов wrote: > From link from previous email: > > First, run installer to create special options file and install IDE on > this system: > > netbeans-6.1-windows.exe --record state.xml > > Second, perform silent installation on the other syst

Re: [snap] Edit netbeans.conf

2020-01-24 Thread Laszlo Kishalmi
You do not edit that file. it needs to be copied. See for some guidance: https://cwiki.apache.org/confluence/display/NETBEANS/Font+Rendering+Issues On 1/24/20 5:48 AM, Patrik Karlström wrote: How do I edit netbeans.conf on a snap install? /var/lib/snapd/snap/netbeans-dev/45/netbeans/etc/netbean

[snap] Edit netbeans.conf

2020-01-24 Thread Patrik Karlström
How do I edit netbeans.conf on a snap install? /var/lib/snapd/snap/netbeans-dev/45/netbeans/etc/netbeans.conf resides on a write protected file system.

Re: silent install of netbeans

2020-01-24 Thread Валера Солдатов
>From link from previous email: First, run installer to create special options file and install IDE on this system: netbeans-6.1-windows.exe --record state.xml Second, perform silent installation on the other system: netbeans-6.1-windows.exe --silent --state state.xml пт, 24 янв. 2020 г. в 03

Re: silent install of netbeans

2020-01-24 Thread Elias Pereira
Is there a way to install NetBeans IDE silently? First, run installer to create special options file and install IDE on this system: netbeans-6.1-windows.exe --record state.xml Second, perform silent installation on the other system: netbeans-6.1-windows.exe --silent --state state.xml On Thu,