Hi,
    This is the text inside the pom.xml file

  <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

 
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>tutorial</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>jar</packaging>
  <name>tutorial</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <geotools.version>8-SNAPSHOT</geotools.version>
  </properties>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</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>
   
    <dependency>
             <groupId> org.geotools</groupId>
             <artifactId>gt-jdbc-postgis</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>
            <snapshots>
                  <enabled>true</enabled>
            </snapshots>
            <id>opengeo</id>
            <name>OpenGeo Maven Repository</name>
            <url>http://repo.opengeo.org</url>
      </repository>
       
  </repositories>
     
 
 
</project>


Thank You.
Harshad Shrikhande
Researcher R&D
TCS Innovations Infra Lab, Chennai
Tata Consultancy Services
Cell:- 7200605821
Mailto: [email protected]
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________

-----Michael Bedward wrote: -----
To: Harshad S <[email protected]>
From: Michael Bedward <[email protected]>
Date: 09/26/2011 11:47AM
cc: [email protected]
Subject: Re: [Geotools-gt2-users] Reg PostGIS - Geotools Connection

Well, it would be easier to tell if you post your pom file to the list :)

Michael

On 26 September 2011 16:14, Harshad S <[email protected]> wrote:
> Hi,
>
>         Yes. It gives the following error  -  "Missing artifact
> org.geotools:gt-jdbc-postgis:jar:8-SNAPSHOT:compile" .   Is there something
> that I am missing in the pom.xml file.
>
>
> Thank You.
> Harshad Shrikhande
> Researcher R&D
> TCS Innovations Infra Lab, Chennai
> Tata Consultancy Services
> Cell:- 7200605821
> Mailto: [email protected]
> Website: http://www.tcs.com
> ____________________________________________
> Experience certainty. IT Services
> Business Solutions
> Outsourcing
> ____________________________________________
>
> -----Michael Bedward wrote: -----
>
> To: Harshad S <[email protected]>
> From: Michael Bedward <[email protected]>
> Date: 09/26/2011 11:29AM
> cc: [email protected]
> Subject: Re: [Geotools-gt2-users] Reg PostGIS - Geotools Connection
>
> Hello Harshad,
>
> Please check that you have included the gt-jdbc-postgis module in the
> dependencies section of your pom.xml file.
>
> Michael
>
>
> On 26 September 2011 15:31, Harshad S <[email protected]> wrote:
>> Hi all,
>>
>>             When I add this line to my code,  " import
>> org.geotools.data.postgis.PostgisNGDataStoreFactory", it throws up an
>> error
>> saying it can't be resolved. My geotools version is 8-Snapshot. Is the
>> error
>> coming because the geotools version has to be 8.0-M1.  Please help.
>>
>>
>>
>> Thank You.
>> Harshad Shrikhande
>> Researcher R&D
>> TCS Innovations Infra Lab, Chennai
>> Tata Consultancy Services
>> Cell:- 7200605821
>> Mailto: [email protected]
>> Website: http://www.tcs.com
>> ____________________________________________
>> Experience certainty. IT Services
>> Business Solutions
>> Outsourcing
>> ____________________________________________
>>
>> =====-----=====-----=====
>> Notice: The information contained in this e-mail
>> message and/or attachments to it may contain
>> confidential or privileged information. If you are
>> not the intended recipient, any dissemination, use,
>> review, distribution, printing or copying of the
>> information contained in this e-mail message
>> and/or attachments to it are strictly prohibited. If
>> you have received this communication in error,
>> please notify us by reply e-mail or telephone and
>> immediately and permanently delete the message
>> and any attachments. Thank you
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2dcopy1
>> _______________________________________________
>> Geotools-gt2-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>>
>>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to