[ImageJ-devel] ImageJ netbeans plugin development...

Chris chris at gaiag.net
Fri Dec 21 08:44:40 CST 2012


I have set up Netbeans for ImageJ plugin development, but I am getting some errors that seem to imply that the version of ImageJ in the repository is not the latest.   For example,  the line 

IJ.setThreshold(imj, 1.0, 255.0);

gives the error:

no suitable method found for setThreshold(ImagePlus,double,double)

and the line

imageRoi.setZeroTransparent(true);

gives the error:

cannot find symbol: method setZeroTransparent(boolean)

The Netbeans output gives the error:

Failed to execute goal on project ij-app: Could not resolve dependencies for project net.imagej:ij-app:jar:2.0.0-SNAPSHOT: Failed to collect dependencies for [net.imagej:ij-core:jar:2.0.0-SNAPSHOT (compile), net.imagej:ij-io:jar:2.0.0-SNAPSHOT (compile), net.imagej:ij-ui:jar:2.0.0-SNAPSHOT (compile), net.java.sezpoz:sezpoz:jar:1.9 (compile), net.imagej:ij-commands-app:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-commands-data:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-commands-debug:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-commands-display:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-commands-misc:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-legacy:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-options:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-script-beanshell:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-script-java:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-ui-swing-script-editor:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-platforms:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-tools:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-ui-swing:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-ui-swing-commands:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-ui-swing-tools:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-ui-swing-updater:jar:2.0.0-SNAPSHOT (runtime), net.imagej:ij-updater-ssh:jar:2.0.0-SNAPSHOT (runtime), org.swinglabs:swing-layout:jar:1.0.3 (compile), imagej:ij:jar:2.0-SNAPSHOT (compile)]: Failed to read artifact descriptor for mpicbg:imglib:jar:2.0-SNAPSHOT: Failure to find net.imglib2:pom-imglib:pom:2.0-SNAPSHOT in http://maven.imagej.net/content/repositories/releases was cached in the local repository, resolution will not be reattempted until the update interval of imagej.releases has elapsed or updates are forced -> [Help 1]

I don't know how to begin to resolve these errors.  Thanks in advance for any help.

Chris Coulon



Christopher Coulon, Ph.D.
The GAIA Group
http://gaiag.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20121221/6e289553/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-2.tiff
Type: image/tiff
Size: 132622 bytes
Desc: not available
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20121221/6e289553/attachment-0001.tiff>


More information about the ImageJ-devel mailing list