ingo@0: ============
ingo@0: DEPENDENCIES
ingo@0: ============
ingo@0: 
ingo@0: - JUnit 3.8.1
ingo@0: - Log4j 1.2.14
ingo@0: - Restlet 2.0-SNAPSHOT
ingo@0: - Restlet-XML 2.0-SNAPSHOT
ingo@0: 
ingo@0: 
ingo@0: ============================
ingo@0: COMPILATION AND INSTALLATION
ingo@0: ============================
ingo@0: 
ingo@0: This project is based on maven2. To compile/install this client, just do:
ingo@0: 
ingo@0:     mvn compile package
ingo@0: 
ingo@0: The result will be an jar-archive in the ``target`` directory.
ingo@0: 
ingo@0: If you want to use the contrib script ``run.sh`` (see below), you will need
ingo@0: the jars of the dependencies as well. Therefore, just do:
ingo@0: 
ingo@0:     mvn compile package dependency:copy-dependencies
ingo@0: 
ingo@0: This command will compile the sources, build a jar of those and download the
ingo@0: depending jar archives to ``target/dependency``.
ingo@0: 
ingo@0: 
ingo@0: =============
ingo@0: CONFIGURATION
ingo@0: =============
ingo@0: 
ingo@0: Currently, this client reads two configuration files:
ingo@0: 
ingo@0:     - the artifact configuration (conf/demo-config.conf)
ingo@0:     - the logging configuration (conf/log4j.properties)
ingo@0: 
ingo@0: 
ingo@0: ==================
ingo@0: RUNNING THE CLIENT
ingo@0: ==================
ingo@0: 
ingo@0: There is a bash script in the ``contrib`` directory. This might be used to
ingo@0: start the console based client. Note, that you need the jars of the depending
ingo@0: libraries in the ``target`` directory.
ingo@0: 
ingo@0:     sh bin/run.sh
ingo@0: