PS: Could somebody from Oracle tell me how that NBM is built? --emi
On Sat, Jul 13, 2019 at 10:54 AM Emilian Bold <[email protected]> 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 system > wants to but perhaps the patch is smaller via ant. > > > https://github.com/apache/netbeans/pull/1099 > > No, I think what I'm talking about is the Nashorn parser, not the > Graal.JS parser? Will have to double-check but I remember the license > was OK but nobody was building and packing it properly for the > NetBeans build system to include it nicely. > > --emi > > On Sat, Jul 13, 2019 at 10:40 AM Matthias Bläsing > <[email protected]> wrote: > > > > 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/apache/netbeans/pull/1099 > > > > I also had a look at it and noticed two things: > > > > 1: There are several unittest just failing because they are broken in > > one way or another. This is noice for our use case and should be > > removed > > 2: The Oracle.JS parser changed in an incompatible way. The netbeans > > integration has to be adjusted accordingly. Some changes are > > trivial, but many require more deep inside into the generated > > parse tree. > > > > So at this point we rely on the GPLv2-CPE licensed parser. > > > > Greetings > > > > Matthias > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
