Mercurial > dive4elements > river
view contrib/make_flys_release/h2/createDatacage.sh @ 4871:890eaa0a5162
Add ogr_connection parameter to allow directly setting the ogr
connection.
This allows the importer to connect with all supported and not just
OCI
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 23 Jan 2013 11:51:14 +0100 |
parents | 9d404069f361 |
children | 3ba2917e49d3 |
line wrap: on
line source
#!/bin/bash mkdir datacagedb DIR=`dirname $0` DIR=`readlink -f "$DIR"` CLASSPATH= for l in `find "$DIR" -name \*.jar -print`; do CLASSPATH=$CLASSPATH:$l done export CLASSPATH java org.h2.tools.RunScript \ -url jdbc:h2:`readlink -f datacagedb`/datacage \ -script $DIR/datacage.sql