Re: Best strategy to solve JavaHelp issue

2020-07-24 Thread antonio
Hi, I think this recipe deserves a small tutorial on our website. We're currently under an Apache-wide migration of Jenkins that is stopping our web-site publishing job. Maybe within a few days we can set up a small page with this. Kind regards, Antonio El 24/7/20 a las 21:02, Greg Bullock

Re: Best strategy to solve JavaHelp issue

2020-07-24 Thread Greg Bullock
Thank you for posting this. Trying it just now, the .zip file does not have a \javahelp-2.0_05\binary folder. Hoping to build the jhall.jar, I 1. downloaded the source from github.com/javaee/javahelp. and 2. in a CentOS 7 virtual machine (since my Windows 10 machine doesn't have the

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

Re: Best strategy to solve JavaHelp issue

2020-03-16 Thread Ernie Rael
On 3/11/2020 9:58 AM, Jean-Claude Dauphin wrote: My application is a modules suite and non commercial. I know that JavaHelp is not part of Apache NetBeans but what would be the best strategy to solve that issue I've been wondering about this myself. Maybe an integrated JavaFX web browser?

Best strategy to solve JavaHelp issue

2020-03-11 Thread Jean-Claude Dauphin
Hello, I have tried to build my application with Apache NetBeans 11.3 but got an error about JavaHelp. An annotation processor threw an uncaught exception. Consult the following stack trace for details. java.lang.NoClassDefFoundError: com/sun/java/help/search/Indexer ... Caused by: