Re: Netbeans platform apps processes not properly caught at IDE shutdown?

2022-04-21 Thread Jean-Marc Borer
I forgot to mention that you have to set *tryme.arg.hack=-J-Dnetbeans.full.hack=true* in *nbbuild/build.properties* to see it happen. On Fri, Apr 22, 2022 at 12:03 AM Jean-Marc Borer wrote: > New info: I built from scratch NB 13 on MacOS this time. No plugins just > plain vanilla IDE. > > *Produ

Re: Netbeans platform apps processes not properly caught at IDE shutdown?

2022-04-21 Thread Jean-Marc Borer
New info: I built from scratch NB 13 on MacOS this time. No plugins just plain vanilla IDE. *Product Version:* Apache NetBeans IDE 13-dev *Java:* 18; OpenJDK 64-Bit Server VM 18+36 *Runtime:* OpenJDK Runtime Environment 18+36 *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CH (n

Re: Build Netbeans from source behind a proxy?

2022-04-21 Thread Svata Dedic
Or, if you have the usual env vars (http_proxy etc) set up, you can do ant -autoproxy -S. Dne 21. 04. 22 v 20:07 antonio napsal(a): Try something like export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" ant as explained here: https://ant.apache.org/manual/proxy.html HTH, Antonio

Re: Build Netbeans from source behind a proxy?

2022-04-21 Thread Jean-Marc Borer
Thanks a lot. I was missing this piece. On Thu, Apr 21, 2022 at 8:07 PM antonio wrote: > Try something like > > export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" > ant > > as explained here: > > https://ant.apache.org/manual/proxy.html > > HTH, > Antonio > > El 21/4/22 a las 19:58,

Re: Build Netbeans from source behind a proxy?

2022-04-21 Thread antonio
Try something like export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" ant as explained here: https://ant.apache.org/manual/proxy.html HTH, Antonio El 21/4/22 a las 19:58, Jean-Marc Borer escribió: Hello, I am trying to build Netbeans from the sources. However, I am sitting behin

Build Netbeans from source behind a proxy?

2022-04-21 Thread Jean-Marc Borer
Hello, I am trying to build Netbeans from the sources. However, I am sitting behind a proxy to access the internet. Unfortunately, the build process needs to access the internet to retrieve some items. How can I configure the build to use my proxy to access the internet? Thank you in advance for

Re: heads up: master is unstable

2022-04-21 Thread Michael Bien
On 21.04.22 09:39, Neil C Smith wrote: On Wed, 20 Apr 2022 at 20:45, Michael Bien wrote: Sandeep is working on the fix for master, ... That possibly wants to go via delivery now? If we want it in master quickly after that, we can do an extra sync across before the next RC. i don't know, I o

RE: [RELEASES] Preparing for NetBeans 14

2022-04-21 Thread Eric Barboni
Hi, Thanks Neil! Cool to see macOS installer in good shape again I will update the json to maven 3.8.5/ jdk doc 11 url for build using jdk11 (12.6/13/14) I will stage a maven repo as we have bunch of new dependencies to check early if we are ok on maven artefacts side. Best Regards Eric

Re: heads up: master is unstable

2022-04-21 Thread Neil C Smith
On Wed, 20 Apr 2022 at 20:45, Michael Bien wrote: > Sandeep is working on the fix for master, ... That possibly wants to go via delivery now? If we want it in master quickly after that, we can do an extra sync across before the next RC. On Wed, 20 Apr 2022 at 18:16, Michael Bien wrote: > i am