office-gobmx/external/beanshell
Xisco Fauli 9f025bdad9 beanshell: upgrade to 2.1.1
* Adapt external/beanshell/java9.patch.0 to fix

[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.

Downloaded from https://github.com/beanshell/beanshell/releases/download/2.1.1/bsh-2.1.1-src.zip

Change-Id: I969813fd2bb2a910004b6c28f5ed9ba95c39895f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167764
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-05-17 11:50:35 +02:00
..
beanshell-invoke.patch beanshell: upgrade to 2.1.1 2024-05-17 11:50:35 +02:00
bsh-2.0b1-src.patch beanshell: upgrade to 2.1.1 2024-05-17 11:50:35 +02:00
ExternalPackage_beanshell.mk beanshell: upgrade to 2.1.1 2024-05-17 11:50:35 +02:00
ExternalProject_beanshell.mk add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic 2024-04-26 14:00:35 +02:00
java9.patch.0 beanshell: upgrade to 2.1.1 2024-05-17 11:50:35 +02:00
Makefile Fix building from inside modules moved to external 2013-10-18 21:52:01 +02:00
Module_beanshell.mk fdo#70393: move beanshell to a subdir of external 2013-10-17 10:42:45 +00:00
README fdo#70393: move beanshell to a subdir of external 2013-10-17 10:42:45 +00:00
UnpackedTarball_beanshell.mk beanshell: upgrade to 2.1.1 2024-05-17 11:50:35 +02:00

Java interpreter from [http://www.beanshell.org/] with some patches.

So you can write java in command shell; interactive java good for prototyping/macros.