Use Graal.js parser for NetBeans 11 was: Where is `Oracle JS Parser Implementation` built from?

2019-01-11 Thread Jaroslav Tulach
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[1] 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




[1] https://search.maven.org/search?q=g:org.graalvm.js


Re: Use Graal.js parser for NetBeans 11 was: Where is `Oracle JS Parser Implementation` built from?

2019-01-11 Thread Emilian Bold
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
 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: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Where is `Oracle JS Parser Implementation` built from?

2019-01-11 Thread Emilian Bold
I imagine is not part of the Apache repository, I was just wondering
where was it referenced from in the Oracle repository.

OK, so I do remember correctly about a relicensing.

This means that we could actually include it in Apache NetBeans,
correct? No need for the run-time plugin.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Fri, Jan 11, 2019 at 10:44 PM Matthias Bläsing
 wrote:
>
> Hi Emilian,
>
> Am Freitag, den 11.01.2019, 22:35 +0200 schrieb Emilian Bold:
> > We suggest the plugin in NetBeans, but I don't know where the source
> > for it is.
> >
> > The plugin we point to is
> > http://plugins.netbeans.org/plugin/74901/oracle-js-parser-implementation
> >
> > I suspect it used to be part of the repository, so where is it? (I
> > also remember a discussion about relicensing some JS parser as
> > Apache,
> > I gather that went nowhere. Sorry if a bit fuzzy.)
>
> nope it is not part of the repository. If I remember correctly the
> change JS parser was redistributed by the javascript modules and was
> extracted because it was licenses GPLv2-CP.
>
> The graaljs parser can be found here:
>
> https://github.com/graalvm/graaljs
>
> The work, that externalized the parser should be rereviewed, as the
> license for the parser was changed to UPL.
>
> HTH
>
> Matthias
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Where is `Oracle JS Parser Implementation` built from?

2019-01-11 Thread Matthias Bläsing
Hi Emilian,

Am Freitag, den 11.01.2019, 22:35 +0200 schrieb Emilian Bold:
> We suggest the plugin in NetBeans, but I don't know where the source
> for it is.
> 
> The plugin we point to is
> http://plugins.netbeans.org/plugin/74901/oracle-js-parser-implementation
> 
> I suspect it used to be part of the repository, so where is it? (I
> also remember a discussion about relicensing some JS parser as
> Apache,
> I gather that went nowhere. Sorry if a bit fuzzy.)

nope it is not part of the repository. If I remember correctly the
change JS parser was redistributed by the javascript modules and was
extracted because it was licenses GPLv2-CP.

The graaljs parser can be found here:

https://github.com/graalvm/graaljs

The work, that externalized the parser should be rereviewed, as the
license for the parser was changed to UPL.

HTH

Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Where is `Oracle JS Parser Implementation` built from?

2019-01-11 Thread Emilian Bold
We suggest the plugin in NetBeans, but I don't know where the source for it is.

The plugin we point to is
http://plugins.netbeans.org/plugin/74901/oracle-js-parser-implementation

I suspect it used to be part of the repository, so where is it? (I
also remember a discussion about relicensing some JS parser as Apache,
I gather that went nowhere. Sorry if a bit fuzzy.)

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





[GitHub] ebarboni commented on a change in pull request #8: support for Apache NetBeans 10 artefacts and jdk > 8

2019-01-11 Thread GitBox
ebarboni commented on a change in pull request #8: support for Apache NetBeans 
10 artefacts and jdk > 8
URL: 
https://github.com/apache/incubator-netbeans-mavenutils/pull/8#discussion_r247142140
 
 

 ##
 File path: nbm-maven-plugin/pom.xml
 ##
 @@ -479,9 +479,9 @@
 
 
  
-org.codehaus.mojo
+org.netbeans.maven
 nbm-maven-harness
-8.2
+9.0-SNAPSHOT
 
 Review comment:
   sorry this was not intended. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





[GitHub] ebarboni opened a new pull request #8: support for Apache NetBeans 10 artefacts and jdk > 8

2019-01-11 Thread GitBox
ebarboni opened a new pull request #8: support for Apache NetBeans 10 artefacts 
and jdk > 8
URL: https://github.com/apache/incubator-netbeans-mavenutils/pull/8
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists