Compile Rhino without Build Tool #1631
StSchnell
started this conversation in
Show and tell
Replies: 1 comment
-
If you want to just build the equivalent of the old non-module jar file which contains the core, tools, and xml, without running any of the tests, I've had success with
The jar will end up at I don't use the scriptengine, but you can build it separately with
and find the jar at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I can see is Gradle the build tool for Rhino. I made several attempts to compile Rhino with Gradle, but unfortunately I was not successful. Short explanation: I am not a Java developer, so I have not yet had any contact with this build tool. So I asked myself if there was another way to build a rhino.jar. Here my Windows batch file to build rhino.jar from rhino-master.zip.
As far as I can see this builds a complete rhino.jar. If I have overlooked anything, I would be grateful for any information.
Beta Was this translation helpful? Give feedback.
All reactions