Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
What target are you running? I don't see any default target in your build file. Also the output you posted is just the last couple of lines. Please post the rest of the relevant output.
There is no default target in ant and you have not specified one in the <project> statement, so if you do not specify a target on the command line then ant will do nothing. And as it reported, is was successful at doing nothing.