I am trying to build geotools using
http://docs.geotools.org/stable/userguide/tutorial/quickstart/netbeans.html 
with the aim of investigating issues using geotools/geoserver with 
arcSDE direct connection.

However, with the repositories in POM there, I am not getting
it.geosolutions.jaiext.affine:jt-affine:jar:1.0.6, 
it.geosolutions.jaiext.algebra:jt-algebra:jar:1.0.6, 
it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.0.6, 
it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.0.6, 
it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.0.6, 
it.geosolutions.jaiext.border:jt-border:jar:1.0.6, 
it.geosolutions.jaiext.buffer:jt-buffer:jar:1.0.6, 
it.geosolutions.jaiext.crop:jt-crop:jar:1.0.6, 
it.geosolutions.jaiext.lookup:jt-lookup:jar:1.0.6, 
it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.0.6, 
it.geosolutions.jaiext.nullop:jt-nullop:jar:1.0.6, 
it.geosolutions.jaiext.rescale:jt-rescale:jar:1.0.6, 
it.geosolutions.jaiext.stats:jt-stats:jar:1.0.6, 
it.geosolutions.jaiext.warp:jt-warp:jar:1.0.6, 
it.geosolutions.jaiext.zonal:jt-zonal:jar:1.0.6, 
it.geosolutions.jaiext.binarize:jt-binarize:jar:1.0.6, 
it.geosolutions.jaiext.format:jt-format:jar:1.0.6, 
it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.0.6, 
it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.0.6, 
it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.0.6, 
it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.0.6, 
it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.0.6, 
it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.0.6, 
it.geosolutions.jaiext.classifier:jt-classifier:jar:1.0.6, 
it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.0.6, 
it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.0.6, 
it.geosolutions.jaiext:jt-jaiext:jar:1.0-SNAPSHOT: Failure to find 
it.geosolutions.jaiext.affine:jt-affine:jar:1.0.6

Clearly, I need another repository for this (do I need to add 
dependencies?).
I tried this POM but no joy.
     </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-shapefile</artifactId>
             <version>${geotools.version}</version>
         </dependency>
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-swing</artifactId>
             <version>${geotools.version}</version>
         </dependency>
     </dependencies>
     <repositories>
         <repository>
             <id>maven2-repository.dev.java.net</id>
             <name>Java.net repository</name>
             <url>http://download.java.net/maven/2</url>
         </repository>
         <repository>
             <id>osgeo</id>
             <name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
         </repository>
     <repository>
       <id>geosolutions</id>
       <name>GeoSolutions Repository</name>
       <url>http://maven.geo-solutions.it</url>
     </repository>
     <repository>
           <snapshots>
             <enabled>true</enabled>
           </snapshots>
           <id>boundless</id>
           <name>Boundless Maven Repository</name>
           <url>http://repo.boundlessgeo.com/main</url>
         </repository>
     </repositories>


Notice: This email and any attachments are confidential.
If received in error please destroy and immediately notify us.
Do not copy or disclose the contents.


------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to