Re: plugins.config and static functions with more than 1 argument
Posted by Alan Brooks on Jul 17, 2014; 4:11am
URL: http://imagej.273.s1.nabble.com/plugins-config-and-static-functions-with-more-than-1-argument-tp5008189p5008789.html
Hi Oli,
I have also had the same problem. I would like to distribute a suite of macros and plugins all as a single jar, but I don't know if it is possible.
My current work-around is to package the macros separately from the jar and then reference them in plugins.config as such:
Plugins>MyFolder, "My Macro", ij.plugin.Macro_Runner("UnpackedSuiteMacros/Best_Macro_Ever.ijm")
Ideas would be appreciated.
Thanks,
Alan