[postgis-users] hack PostGIS driver for JUMP-1.1

Carl Anderson carl.anderson@vadose.org
Sun Jan 4 16:24:05 2004


---------------------- multipart/mixed attachment
>From: Ralph Mason <masonralph@y...>

>Has anyone modified the Postgis driver to run with Postgres 7.4 and
> Jump 1.1?

I spent this weekend setting up eclipse to be able to edit the JUMP-1.0  
driver.

A (barely) working driver for JUMP-1.1 is attached

notes


JUMP PostGIS Driver 1.1 pre

This is a quick hack to get the driver running.
Changed 3 methods in PostGISConnection
    added dummy stub parameter TaskManager to
       executeQuery(String query, TaskManager Tm)
       executeUpdate(String query, FeatureCollection collection,  
TaskMonitor Tm)
       executeQuery(String query, Collection exceptions, TaskMonitor  
Tm)

with no other changes
carl.anderson@vadose.org (01-03-2004)

Note: This driver is intended for use with JUMP 1.1, which is available  
at
www.vividsolutions.com/jump.

Installation:

1. unzip the jar file: postgisdriver-1.1-pre.jar into the lib/ext/
directory of
   the JUMP installation.


don't forget to put pg73jdbc2.jar in the CLASSPATH list in the startup  
file
   JUMPWorkbench.bat
or
   JUMPWorkbench-unix.sh


C.

---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: postgisdriver-1.1-pre.jar
Type: application/octet-stream
Size: 37044 bytes
Desc: not available
Url : http://lists.refractions.net/pipermail/postgis-users/attachments/20040104/9362a26d/postgisdriver-1.1-pre.obj

---------------------- multipart/mixed attachment--