Unzip the source distribution file.
After you unpacked the jar, you'll get the following directory layout:
/db-ojb-xx /dist /doc /lib /profiles /samples /src ... /config ... /java ... /test ... build.properties build.xml ... release-notes.txt
For all fixes/changes/new features please check the release-notes.txt
file
The dist
directory contains a precompiled OJB jar file (backup this file before running
any of the supported ant tasks below if you want to keep it) and is used as
target directory of ant tasks described below.
The doc
directory contains the full html documentation of this OJB version.
The src/config
directory contains all OJB related configuration files.
Needless to say, check for proper ANT (1.7 or higher) installation before using the ant tasks.
ant clean
dist
directory and clean up all temporary files/directories.
ant jar
ant ojb-blank
ant junit
ant perf-test