Mercurial > dive4elements > river
view contrib/make_flys_release/h2/createArtifacts.sh @ 5485:3b5e1535a459
Datacage: Experimental support for '{XPath}' expressions in attributes similiar to XSLT. Using this feature you can shorten the written template a lot because it reduces the necessity to create dynamic attributes with <dc:attribute>.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 28 Mar 2013 08:03:14 +0100 |
parents | 3ba2917e49d3 |
children | 19472d3877d6 |
line wrap: on
line source
#!/bin/bash mkdir -p artifactsdb DIR=`dirname $0` DIR=`readlink -f "$DIR"` CLASSPATH= for l in `find "$DIR" -name \*.jar -print`; do CLASSPATH=$CLASSPATH:$l done export CLASSPATH if [ $# != 1 ]; then echo "Usage: $0 <schema_file>" fi java org.h2.tools.RunScript \ -url jdbc:h2:`readlink -f artifactsdb`/artifacts \ -script "$1"