Closed dscho closed 10 years ago
Progress: @ctrueden provided a handler plugin in the scripting-java
component. And he also provided an implementation for use in imagej-legacy
which should take care of it. All I have to do now is to test & merge it. ;-)
After some testing, I basically have it working. However, I'll let it sit overnight just in case I missed anything (my mind is very good at working even when I am asleep).
Fixed via scijava/scripting-java's overengineering goodness and imagej/imagej-legacy@94b86c57ebee80b6db14e70aa0e190e25fe903d1.
When running the sources of a PlugIn or a PlugInFilter, we really need to let ImageJ 1.x handle that. To minimize the dependency on ImageJ 1.x, this should be another type of plugin that the
imagej-legacy
artifact provides.