Module: |
jdbc-teradata |
|
Module Maintainer: |
||
Status: |
|
|
Email Help: |
Geotools-gt2-users@lists.sourceforge.net |
|
Volunteer: |
geotools-devel@lists.sourceforge.net |
|
IP Review: |
||
Plug-in: |
DataStoreFactorySPI |
JDBC plugin for Teradata.
There is no interesting development planned at this time.
IP Check: review.txt added, all headers are in place
Releasable: no blocking issues, but feedback from potential users is appreciated
Quality Assurance: 55% test coverage reported by cobertura
Stability: No planned API changes
Supported: Documentation available, module maintainer does watches user list, answers email.
IP review is completed - no known issues.
http://svn.osgeo.org/geotools/trunk/modules/plugin/jdbc-teradata/review.txt
The module maintainer will take care of assigning these issues to developers:
No major new developments planned at this time.
In order to run tests in this module first the teradata jdbc driver must be installed in the local maven repository. At the time of this writing the latest driver version is 13.00.00.27. Replace the version number as appropriate in the following steps.
mvn install:install-file -DgroupId=com.teradata -DartifactId=terajdbc4 -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=terajdbc4.jar |
mvn install:install-file -DgroupId=com.teradata -DartifactId=terajdbc4 -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=terajdbc4.jar |
mvn install:install-file -DgroupId=com.teradata -DartifactId=tdgssconfig -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=tdgssconfig.jar |
-Dteradata parameter is required to engage the dependency on the JDBC driver:
mvn clean install -Dteradata |