Dasobert installation
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
$CLASSPATHenvironment 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/ dasobertThis will create a directory called
dasobertin your current location.
Compilation
For compilation apache - ant is required.
First you need to set up and export the environment variable
CLASSPATHcorrectly where, Java can find the libraries:
DASODIR="/path/to/dasobert"
CLASSPATH=".:$DASODIR/release/biojava.jar:$DASODIR/release/xerces.jar"
export DASODIR CLASSPATHNow Dasobert is compiled by doing
ant clean ; ant
Running the examples
you are now ready to run the examples see here
