NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1026 (closed enhancement: fixed)

Opened 2012-02-27T22:38:44-06:00

Last modified 2012-10-19T13:58:43-05:00

Integrate Beanshell into the scripting framework

Reported by: dscho Owned by: dscho
Priority: major Milestone: imagej2-b5-scripting
Component: Scripting Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #12

Description

Beanshell is literally the bread and butter of the Fiji scripting framework, primarily because it is almost 100% compatible with the Java language, allowing scripts to be converted to proper Java in a smooth way.

This is looking good, there is already support for Beanshell in the 'script-editor' branch, but things have been postponed as we agreed to concentrate on other things for beta1.

Change History

comment:1 Changed 2012-02-27T22:44:01-06:00 by dscho

  • Type changed from defect to enhancement

comment:2 Changed 2012-02-27T22:44:07-06:00 by dscho

  • Status changed from new to accepted

comment:3 Changed 2012-07-12T14:18:40-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:4 Changed 2012-09-06T19:02:16-05:00 by dscho

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:5 Changed 2012-10-10T15:21:50-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta5

comment:6 Changed 2012-10-19T13:58:43-05:00 by curtis

  • Status changed from accepted to closed
  • Resolution set to fixed

Initial version done in eb11a6ad, and polished further in 7e0cea20.