Installation of library

It is possible to install dasobert by downloading the .jar files from http://www.derkholm.net/svn/repos/dasobert/trunk/release/ and putting their location into your

$CLASSPATH
environment variable.

Installation from source

The Dasobert DAS client library source is available under the LGPL from http://www.derkholm.net/svn/repos/dasobert/trunk/

Checking out the code

To check out the code the version control system Subversion is required.

To check it out do the following:

  
  svn co http://www.derkholm.net/svn/repos/dasobert/trunk/ dasobert
This will create a directory called
dasobert
in your current location.

Compilation

For compilation apache - ant is required.

First you need to set up and export the environment variable

CLASSPATH
correctly where, Java can find the libraries:
DASODIR="/path/to/dasobert"
CLASSPATH=".:$DASODIR/release/biojava.jar:$DASODIR/release/xerces.jar"
export DASODIR CLASSPATH
Now Dasobert is compiled by doing
ant clean ; ant

Running the examples

you are now ready to run the examples see here

Java version

Dasobert requires Java 1.4.2+