Re: [snap][ide] How do one edit harness files on snap?

2020-06-15 Thread Patrik Karlström
Thanks Dragan, Even though I was unable to get it working, it helps knowing that it might be a way forward, so I'll poke around a bit more. Den lör 6 juni 2020 kl 23:10 skrev Dragan Bjedov : > I have setting for netebeans ide for my maven based plugin in > ~/.m2/settings,xml > ... > > >

Re: [snap][ide] How do one edit harness files on snap?

2020-06-06 Thread Dragan Bjedov
I have setting for netebeans ide for my maven based plugin in ~/.m2/settings,xml ... netbeans-ide true /home/dragan/Programs/netbeans-11.3/netbeans ... I assume same setting can be used for pla

Re: [snap][ide] How do one edit harness files on snap?

2020-06-06 Thread Patrik Karlström
Thanks, I did not find a downloadable platform so I used the 11.3 IDE binary instead. Patched and added it to "NetBeans Platforms". I was unable to find where to setup my maven based platform application to use this new platform. However, in an ant based one it was easy to discover in the GUI. Ba

Re: [snap][ide] How do one edit harness files on snap?

2020-06-01 Thread Laszlo Kishalmi
Well, Snap is read-only and always will be, this is one of it's beauty. If you need to develop against the platform you can download the platform (or IDE binary) , then patch it there, and add the platform to the platforms. When it is merged you could use the netbeans-dev Snap package which i

[snap][ide] How do one edit harness files on snap?

2020-06-01 Thread Patrik Karlström
Until https://github.com/apache/netbeans/pull/2153 is merged and released I thought I would edit my own app.sh in /snap/netbeans/29/netbeans/harness/launchers/. Since everything below /snap is read-only, is it another way? As a stab in the dark I created /home/pata/snap/netbeans/29/netbeans/harne