Hi Martin,

I am using NetBeans with Maven.  Here are the dependencies in my  
pom.xml:

     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.geotools</groupId>
       <artifactId>gt-main</artifactId>
       <version>2.5.2</version>
     </dependency>
     <dependency>
       <groupId>org.geotools</groupId>
       <artifactId>gt-shapefile</artifactId>
       <version>2.5.2</version>
     </dependency>
     <dependency>
       <groupId>org.geotools</groupId>
       <artifactId>gt-epsg-hsql</artifactId>
       <version>2.5.2</version>
     </dependency>

     <dependency>
       <groupId>org.geotools</groupId>
       <artifactId>gt2-image</artifactId>
       <version>2.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.geotools</groupId>
       <artifactId>gt2-geotiff</artifactId>
       <version>2.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_core</artifactId>
       <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_codec</artifactId>
       <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_imageio</artifactId>
       <version>1.1</version>
     </dependency>

Does this look right?  The above pulls in a file called geoapi-M1.jar,  
which contains org.opengis.referencing.cs.CSAuthorityFactory.  None of  
the other jars in my project contain this class.  Any further  
suggestions?

Thanks!

Greg

On Jan 14, 2009, at 1:34 AM, Martin Desruisseaux wrote:

> sure that there is only one GeoAPI.jar on the classpath, and that it  
> is the same


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to