You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/08/06 08:41:10 UTC

[GitHub] [netbeans] JaroslavTulach opened a new pull request #1407: [NETBEANS-1159] Using UPL licensed graal-js-parser.

JaroslavTulach opened a new pull request #1407: [NETBEANS-1159] Using UPL licensed graal-js-parser.
URL: https://github.com/apache/netbeans/pull/1407
 
 
   I've took the [first UPL version](https://github.com/JaroslavTulach/graaljs/commit/b73460ebc4f768bfb6fcfa8832969dd34705da32) of the graal.js parser and [modified it](https://github.com/JaroslavTulach/graaljs/commits/Nb82Parser) to work with current NetBeans JavaScript editing infrastructure. Then I created Graal.js JAR using folling steps:
   ```bash
   $ git clone https://github.com/JaroslavTulach/graaljs.git
   $ cd graaljs/graal-js/
   graaljs/graal-js/$ git checkout 5122842
   graaljs/graal-js$ mx build --project GRAAL_JS_PARSER
   graaljs/graal-js$ ls -l mxbuild/dists/graal-js-parser.jar
   ```
   I used [mx 5.229.5](https://github.com/graalvm/mx/commit/081fc1c7eb9b518d1b1fe8ce52665726ccdd7a8) to perform the build, but newer version shall be OK as well.
   
   The graal-js-parser has been uploaded as `45DDABD792FFC2E675BA1D89F5C4D1DD2248DFC6-graal-js-parser-5122842.jar` to our binaries set and this pull request is using it.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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