start a Docker container from Netbeans

2020-03-17 Thread Mauro Chi
Hi all. I would run a Docker container from netbeans Please some of you can please explain me what signify the 2 option; : -keep STDIN open even if not attached - Allocate a pseudo TTY into docker what signify this 2 options? i know -it signify interactive. but when i have to check the 2

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Jean-Claude Dauphin
Hi, I am not sure it is the right way to do it but here is how I included JavaHelp in my application suite to migrate it from NetBeans 8.2 to NetBeans 11.3. 1) Downloaded JavaHelp from https://github.com/javaee/javahelp/releases 2) Unzipped the file 3) Added the jhall.jar as a

Re: Update from 11.1

2020-03-17 Thread Geertjan Wielenga
Yes, that has always been the case. Gj On Tue, 17 Mar 2020 at 17:15, Ulf Zibis wrote: > Hi, > > I have installed NB IDE 11.1. > Now 11.3 is out, so I wonder why there are no Updates for 11.1. > > Should one always install a new entity? > > -Ulf > > >

Update from 11.1

2020-03-17 Thread Ulf Zibis
Hi, I have installed NB IDE 11.1. Now 11.3 is out, so I wonder why there are no Updates for 11.1. Should one always install a new entity? -Ulf - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

Where can I find an offline version of the nb-javac 2.1 plugin?

2020-03-17 Thread Jean-Marc Borer
Hello guys, My eternal "behind corporate proxy" bites me again. Even though I request "osuol" to be white listed, I cannot download the updated and fixed version of nb-javac: [image: image.png] Where can I download the required plugins (api, impl, etc)? Thank you in advance JMB

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Geertjan Wielenga
No, that avenue won’t be productive, its licensing is simply prohibitive to Apache. Gj On Tue, 17 Mar 2020 at 15:20, Peter Hull wrote: > Jaroslav Tulach was asking a couple of years ago whether it was also > licensed CDDL. What happened to this line of thinking? >

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Peter Hull
Jaroslav Tulach was asking a couple of years ago whether it was also licensed CDDL. What happened to this line of thinking? https://github.com/javaee/javahelp/issues/45 On Tue, 17 Mar 2020 at 13:27, Geertjan Wielenga wrote: > > Here's the related issues, one of the very first: >

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Geertjan Wielenga
Here's the related issues, one of the very first: https://issues.apache.org/jira/browse/NETBEANS-3 Gj On Tue, Mar 17, 2020 at 2:24 PM Geertjan Wielenga wrote: > JavaHelp is not included in Apache NetBeans GitHub because it is GPL > licensed, which is against Apache policy, and therefore is

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Geertjan Wielenga
JavaHelp is not included in Apache NetBeans GitHub because it is GPL licensed, which is against Apache policy, and therefore is also not part of Apache NetBeans, it never has been and never will be unless it is licensed, which seems unlikely to happen. It is something you'll need to add yourself

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Tim Mullé
Hi, Is there documentation somewhere that says JavaHelp is not available? I don’t see any mention of JavaHelp missing in 11.x on this link: https://netbeans.apache.org/wiki/DevFaqHelpGuidelines.asciidoc The reason I ask is that

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Emilian Bold
> So far I don’t think anyone has figured out how it can be reincluded in a > NetBeans Platform app, if you manage to do it, would be great if you’d share > your findings. The simplest solution is to just compile your own Platform with the javahelp module and go on your merry way. --emi On

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Geertjan Wielenga
JavaHelp is GPL licensed and has not been donated by Oracle to Apache, so had to be excluded from Apache NetBeans GitHub. So far I don’t think anyone has figured out how it can be reincluded in a NetBeans Platform app, if you manage to do it, would be great if you’d share your findings. Gj On