comparison contrib/README @ 440:b8e19b790b92

Extracted README-ish ChangeLog entry for contrib/run.sh to proper place (contrib/README).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Oct 2012 22:24:58 +0200
parents
children
comparison
equal deleted inserted replaced
439:d044ee5bc2d8 440:b8e19b790b92
1 run.sh:
2
3 From ChangeLog,
4 2009-09-09 Sascha L. Teichmann <sascha.teichmann@intevation.de>
5
6 * artifact-database/doc/artifactdb-example-conf.xml: removed
7 * artifact-database/doc/example-conf/conf.xml: Re-added here.
8
9 The configuration is now found in a subdirectory set by the
10 system property 'artifact.database.dir'. If this property is
11 not set '~/.artitactdb' is used. This directory should contain
12 a file 'conf.xml' with the configuration details.
13 If the artifact database is started as a standalone the config
14 directory is searched for 'log4j.properties' to configure the
15 logging.
16 The H2 database is also search in this directory with the
17 name 'artifacts.db' if the connection url in config.xml is
18 not overwritten.
19
20 [...]
21
22 * contrib/run.sh: Little start script to launch artifact database for test
23 purpose from classes without the need to build packages.
24 Background: The maven exec:exec goal does not work consistently for me (slt).
25 At home it does, at work it doe not. Anyway. Usage:
26
27 $ ./contrib/run.sh \
28 -Dartifact.database.dir=artifact-database/doc/example-conf/ \
29 de.intevation.artifactdatabase.App

http://dive4elements.wald.intevation.org