Login  Register

Re: Plugin for compiling all plugins?

Posted by ctrueden on Jun 25, 2013; 3:33pm
URL: http://imagej.273.s1.nabble.com/Plugin-for-compiling-all-plugins-tp5003613p5003627.html

Hi Wilhelm,

> does anyone know of way to (re-)compile all other plugins within the
> <ImageJ>/plugins/ directory? Any hints appreciated...

Presumably you have the source code for all such plugins in the plugins
folder?

You say "all other plugins" -- does that mean you want to recompile the
other plugins from within a plugin of your own, at runtime? Or would it be
sufficient to use something like "javac -cp '../jars/*' *.java" on the
command line from the plugins folder?

Regards,
Curtis

P.S. If externally recompiling is sufficient, but you don't like the
command line, you could create an IDE project around your ImageJ folder,
setting your plugins folder as the source folder, and all JARs in the jars
folder as dependencies.


On Tue, Jun 25, 2013 at 1:52 AM, Burger Wilhelm <
[hidden email]> wrote:

> Hello group,
>
> does anyone know of way to (re-)compile all other plugins within the
> <ImageJ>/plugins/ directory? Any hints appreciated...
>
> --Wilhelm
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html