Hello All, 

I want to use database calls from within my project and in
order to do that I have included jtds in my project, added the
following lines in POM 



<dependency>
            <groupId>net.sourceforge.jtds</groupId>
            <artifactId>jtds</artifactId>
            <version>1.2</version>                      
 </dependency>




and installed jtds jar into maven repository by using 



mvn install:install-file -DgroupId=net.sourceforge.jtds -DartifactId=jtds 
-Dversion=1.2 -Dpackaging=jar -Dfile=jtds-1.2.jar



as specified in maven documentation, but I am still getting the following error 
on build



 package net.sourceforge.jtds does not exist



I am new to maven2 so not sure what I am missing, any clues please.

Regards,

Imran.




       
____________________________________________________________________________________Choose
 the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/

Reply via email to