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
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
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
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,
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
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
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
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
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