Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Zoran Sevarac
Thanks Neil that was very helpful, it worked for me. And I agree with Emilian that it would be very nice to have build flags for the installer that can produce distribution which gives everything out-of-the-box, and apache style. I guess what you showed above could be the way to do that, once the i

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Matthias Bläsing
Am Samstag, den 13.07.2019, 11:22 +0300 schrieb Emilian Bold: > Oh, and the lib hasn't changed since 2016 > http://hg.openjdk.java.net/graal/graal-js-parser > That is most probably the big problem we are facing right now. No one bothered with keeping up with the changed in the graal-js parser and

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Neil C Smith
On Sat, 13 Jul 2019 at 08:55, Emilian Bold wrote: > > > It's quite simple to download and pre-include as part of your platform app > build process if required though. At least with Ant I know it is as I'm > bundling nb-javac. > > How? My build system is quite odd so I do it the way the build syste

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Emilian Bold
Oh, and the lib hasn't changed since 2016 http://hg.openjdk.java.net/graal/graal-js-parser --emi On Sat, Jul 13, 2019 at 11:20 AM Matthias Bläsing wrote: > > Am Samstag, den 13.07.2019, 11:10 +0300 schrieb Emilian Bold: > >> [Why do we need to download Graal.JS Parser, if it is UPL licensed?] >

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Matthias Bläsing
Am Samstag, den 13.07.2019, 11:10 +0300 schrieb Emilian Bold: >> [Why do we need to download Graal.JS Parser, if it is UPL licensed?] > PS: Could somebody from Oracle tell me how that NBM is built? Not from Oracle, but I think you are looking for this: https://github.com/apache/netbeans/tree/mast

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Emilian Bold
PS: Could somebody from Oracle tell me how that NBM is built? --emi On Sat, Jul 13, 2019 at 10:54 AM Emilian Bold wrote: > > > It's quite simple to download and pre-include as part of your platform app > build process if required though. At least with Ant I know it is as I'm > bundling nb-javac.

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Emilian Bold
> It's quite simple to download and pre-include as part of your platform app build process if required though. At least with Ant I know it is as I'm bundling nb-javac. How? My build system is quite odd so I do it the way the build system wants to but perhaps the patch is smaller via ant. > https:

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Matthias Bläsing
Hi Emilian, Am Freitag, den 12.07.2019, 15:32 +0300 schrieb Emilian Bold: > > Last I looked into this the Oracle JSParser was under a BSD license so > the only problem was the nobody is re-packaging it as a proper JAR we > can use. Has this changed recently? > That would be: https://github.com

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Neil C Smith
On Sat, 13 Jul 2019, 07:53 Zoran Sevarac, wrote: > Yes thanks for bringing this up. And if some NB Platform App has a > dependency to it, it's even more annoying. > Especially when installer comes into play. Maybe these additional > dependencies could be all downloaded as a part of installation p

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-13 Thread Emilian Bold
Yes, it would be nice if we had some build time flags so the installer: * may bundle the JDK and * may bundle the mandatory 3rd party NBMs like nbjavac/oracle parser or at least ** download all mandatory 3rd party NBMs at install time I also wonder if there is a centralised place in the source tr

Re: Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-12 Thread Zoran Sevarac
Yes thanks for bringing this up. And if some NB Platform App has a dependency to it, it's even more annoying. Especially when installer comes into play. Maybe these additional dependencies could be all downloaded as a part of installation procedure. On Fri, Jul 12, 2019 at 2:33 PM Emilian Bold w

Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-12 Thread Emilian Bold
Hello, Last I looked into this the Oracle JSParser was under a BSD license so the only problem was the nobody is re-packaging it as a proper JAR we can use. Has this changed recently? It seems like a bad experience that for both Jave SE and Java EE (and JS/PHP actually) you have to wait for a 3rd