Hi Chris, > Or at minimum: install it to your local Maven repository cache.
If you decide to do this, here is the page explaining how: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html But you may want to read a bit more about Maven in general, too. Sonatype has a great book; here is the relevant chapter on dependencies: http://books.sonatype.com/mvnref-book/reference/pom-relationships-sect-project-dependencies.html Regards, Curtis On Fri, Jul 12, 2013 at 2:53 PM, Curtis Rueden <ctrue...@wisc.edu> wrote: > Hi Chris, > > > I use the versatile wand plugin for part of my image analysis, and it > > should be available in the repository, right? > > Nope, Versatile Wand is not part of Fiji, and not available from any Maven > repository. > > > So why doesn't my instance of ImageJ in NetBeans recognize it? > > You can hack around it by including a copy of the Versatile Wand source > with your plugin. But this ultimately causes problems because then you will > be shipping your own version of it which might conflict with a different > version installed by a user. > > The proper solution is to deploy the Versatile Wand JAR file to a Maven > remote repository you control. Or at minimum: install it to your local > Maven repository cache. But both of these are rather involved for someone > who is just getting started with Maven. > > A much easier approach would be to simply develop your plugin using the > Fiji Script Editor, which will automatically include all installed plugins > on your classpath when you compile and run. But then you can't use > NetBeans, of course. > > Regards, > Curtis > > > On Fri, Jul 12, 2013 at 2:34 PM, Chris <christopher.cou...@gmail.com>wrote: > >> I am making progress! I got my postcard project running, but now I am >> getting the error: Unrecognized command: "Versatile Wand" and can go no >> further. I use the versatile wand plugin for part of my image analysis, >> and it should be available in the repository, right? So why doesn't my >> instance of ImageJ in NetBeans recognize it? >> >> Chris Coulon >> _______________________________________________ >> ImageJ-devel mailing list >> ImageJ-devel@imagej.net >> http://imagej.net/mailman/listinfo/imagej-devel >> > >
_______________________________________________ ImageJ-devel mailing list ImageJ-devel@imagej.net http://imagej.net/mailman/listinfo/imagej-devel