Mercurial > dive4elements > framework
view README @ 293:a367a0d011af
Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact.
artifacts/trunk@2331 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Jul 2011 14:22:23 +0000 |
parents | aa9f2f5ff032 |
children | 48d14cf857db |
line wrap: on
line source
Create a new H2 database for usage in the artifact database: $ mkdir testdb $ for i in h2-1.3.152 artifact-database-1.0-SNAPSHOT artifacts-common-1.0-SNAPSHOT log4j-1.2.14 ; do > export CLASSPATH=$CLASSPATH:`find ~/.m2/ -name $i.jar` > done $ java org.h2.tools.RunScript \ > -url jdbc:h2:`readlink -f testdb`/artifacts.db \ > -script artifact-database/doc/schema-h2.sql