Ciao Greg,
your pom seems to  miss some dependencies (one above all, referencing),
I would suggest to refer to the geotiff pom as a template.


Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Owner - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Wed, Jan 14, 2009 at 6:56 PM, Greg Ederer <[email protected]> wrote:
> 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
>

------------------------------------------------------------------------------
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