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: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Geertjan Wielenga
Yup. Or extended to provide what it should be providing, the possibility of setting runtime platforms. Gj On Sat, Jun 6, 2020 at 2:45 PM Emilian Bold wrote: > Sounds like that combobox is pointless and confusing to users and should > be removed? > > --emi > > sâm., 6 iun. 2020, 15:24 Geertjan W

Re: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Emilian Bold
Sounds like that combobox is pointless and confusing to users and should be removed? --emi sâm., 6 iun. 2020, 15:24 Geertjan Wielenga a scris: > > https://stackoverflow.com/questions/35071993/how-to-change-netbeans-java-project-runtime > > That might help and at least explains the current state

Re: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Geertjan Wielenga
https://stackoverflow.com/questions/35071993/how-to-change-netbeans-java-project-runtime That might help and at least explains the current state. Gj On Sat, Jun 6, 2020 at 11:25 AM Geertjan Wielenga wrote: > Can you describe your scenario more explicitly so that it can be > understood? > > I.e

Re: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Geertjan Wielenga
Can you describe your scenario more explicitly so that it can be understood? I.e., why do you want to compile & build with JDK 8 and run with JDK 11? Gj On Sat, Jun 6, 2020 at 10:59 AM Thomas Kellerer wrote: > Thomas Kellerer schrieb am 29.05.2020 um 09:52: > > What is the intended use of the

Re: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Thomas Kellerer
Thomas Kellerer schrieb am 29.05.2020 um 09:52: What is the intended use of the "Runtime Platform" drop down in the project properties of an Ant project? The only option it shows is "Project Platform", even though I have multiple JDKs configured in the IDE. The "Manage Platforms" button next t

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