Mercurial > dive4elements > river
view flys-backend/contrib/spatial-info.sh @ 5106:d16398d65a59 dami
Importer: Print a decent error when failing to parse a gew and exit.
This makes the importer easier to debug if you do not get your
mysterious errors at some other place.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 26 Feb 2013 19:39:04 +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