view flys-backend/contrib/spatial-info.sh @ 5036:d6860fca89e4 dami

Pull information about the backend into dgm. While the api of cx_oracle and psycopg2 is compatible enough, the query syntax is not :(
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 20 Feb 2013 10:40:07 +0100
parents e2deda3b77a7
children
line wrap: on
line source
#!/bin/bash

mvn -e \
    -Dlog4j.configuration=file://`readlink -f contrib/log4j.properties` \
    -Dflys.backend.user=USER \
    -Dflys.backend.password=PASSWORD \
    -Dflys.backend.url=jdbc:postgresql://THE.DATABASE.HOST:PORT/DBNAME \
    -Dflys.backend.spatial.river=Saar \
    -Dexec.mainClass=de.intevation.flys.backend.SpatialInfo \
    exec:java

http://dive4elements.wald.intevation.org