stefanofornari / BshConsole

A BeanShell console with history, vars/commands completion and more...
Apache License 2.0
2 stars 1 forks source link

Status update - 20180804 #18

Open stefanofornari opened 6 years ago

stefanofornari commented 6 years ago

BshConsole v1.0.0 is not general available and can be downloaded from maven central here.

A few important note: BshConsole is based on the latest (HEAD/SNAPSHOT) of Beanshell 2.1.0; this has not been released yet and is currently (Aug 4th, 2018) available only building from source as a maven snapshot. This prevented to release a version of BshConsole. To overcome this problem, BshConsole uses a released version of a Beanshell snapshot from the fork https://github.com/stefanofornari/beanshell. You should be able to replace a fresh build of the Beanshell jar into /lib without any problem. If you encounter any issues, please open a ticket.

Next step