Morning All: a quick update on my method not found errors with imageio-ext

I am in a bit of a case of version hell with respect to my recent uDig
1.2-M3 release. The https://imageio-ext.dev.java.net/ website lists
1.0.1 as available - so I think I made the mistake of downloading
that....

GeoTools is slurping up the following dependency:

    <dependency>
      <groupId>it.geosolutions.imageio-ext</groupId>
          <artifactId>imageio-ext-tiff</artifactId>
      <version>1.0.2</version>
    </dependency>

This is hardcoded into the plugin\geotiff\pom.xml; Simone I am going
to change this to being controlled with a dependency managment
reference in the root pom.xml (handy place to control all version
upgrades for the entire project).

The version referenced here, 1.0.2, does have public installer here on
the website (https://imageio-ext.dev.java.net/) it is just not
advertised on the home page and thus tricked me.

The installer used only targets the current JDK - in this case I need
to update a JRE so I may be in for a bit of work. I have had luck with
the maven targets before for installing into a JRE - the version in
svn is currently at 1.1-SNAPSHOT; I may need to revert my checkout to
the 1.0.2 tag to sort this out.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to