Should the plugin be installed by default(Before opening a Java EE project) as nb-javac plugin? In my tests if the plugin is not installed before opening a Java EE project(Maven) then Netbeans stops responding.
Eduardo Quintanilla Software Developer Block Networks -----Original Message----- From: Emilian Bold <[email protected]> Sent: sábado, 12 de enero de 2019 2:39 a. m. To: Jaroslav Tulach <[email protected]> Cc: NetBeans Dev@ <[email protected]> Subject: Re: Use Graal.js parser for NetBeans 11 was: Where is `Oracle JS Parser Implementation` built from? I see the parser source is here https://github.com/graalvm/graaljs/tree/master/graal-js/src/com.oracle.js.parser but it's not compiled as an independent JAR available in Maven Central. Could the GraalVM project do this? The whole org.graalvm.js:js seems pretty big and has many dependencies. We just need the parser. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sat, Jan 12, 2019 at 9:05 AM Emilian Bold <[email protected]> wrote: > > Wow, it's an issue I reported myself :-) > > --emi > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! > > On Sat, Jan 12, 2019 at 9:00 AM Jaroslav Tulach > <[email protected]> wrote: > > > > Dne pátek 11. ledna 2019 22:14:41 CET, Emilian Bold napsal(a): > > > > > This means that we could actually include it in Apache NetBeans, > > > > > correct? No need for the run-time plugin. > > > > > > > > Newer version of lib.nashorn parser is available as org.graalvm.js in Maven > > repository. It is licensed under friendly UPL license. It is "just" > > necessary to modify the code to use the new version. > > > > > > > > I've put that not to > > https://issues.apache.org/jira/browse/NETBEANS-2 > > > > > > > > We have just one problem: find somebody who does the work... > > > > -jt > > > > > > > > --------------------------------------------------------------------- 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
