view README @ 77:48d1a9a082c2 0.5

Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' to make the sources to be able to be formatted with jalopy (http://jalopy.sourceforge.net). artifacts/trunk@695 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 21 Feb 2010 23:05:32 +0000
parents 9449f296cd54
children aa9f2f5ff032
line wrap: on
line source

Create a new H2 database for usage in the artifact database:

$ java -cp `find ~/.m2/ -name h2\*.jar` org.h2.tools.RunScript \
    -user USER \
    -password PASSWORD \
    -url jdbc:h2:artifact-database/doc/example-conf/artifacts.db \
    -script artifact-database/doc/schema-h2.sql

http://dive4elements.wald.intevation.org