The ant target is "debug", not "solve". Run "ant" to see all the targets and their meaning:
[echo] solve Run bddbddb (BDD-based Datalog solver)
[echo] Required properties:
[echo] - work.dir (dir containing input/output BDD files)
[echo] - dlog.file (file specifying Datalog program)
[echo] Optional properties:
[echo] - max.heap (default=2048m)
[echo] - max.tuples (default=1000)
[echo] - verbose ([0..6]; default=4)
[echo] debug Run bddbddb's interactive interpreter
[echo] Required properties:
[echo] - work.dir (dir containing input/output BDD files)
[echo] - dlog.file (file specifying Datalog program)
[echo] Optional properties:
[echo] - max.heap (default=2048m)
[echo] - max.tuples (default=1000)
[echo] - verbose ([0..6]; default=4)