I've deployed a snapshot of dbfit 2.x java binary builds to the maven
repository if you need something that's compatible with the latest
fitnesse.
have a look at
http://maven.neuri.com/com/neuri/dbfit/
you'll need the "core" jar and a db specific jar for the database
which you're using.
if you are using maven, you can fetch that using maven by including
<parent>
<artifactId>mysql</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
change mysql to your db type eg oracle, derby, db2 or postgres
note that the groupId is changed to com.neuri.dbfit to avoid conflicts
with org.dbfit stuff that was previously deployed to ibiblio.
--
gojko adzic
http://gojko.net