Mercurial > dive4elements > river
view flys-backend/contrib/spatial-info.sh @ 5606:0d8564196d73
Break printing to rework the parametrization of the print job
There is now only one print button that opens a dialog
with input fields for additional attributes as specified by
desktop flys.
Currently the print button does not work and this commit
is part of a WIP.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 09 Apr 2013 11:51:29 +0200 |
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