A single test is failing: retry: test property extension (
WT-249).
It looks like ant changed the handling of un-initialized tasks.
New in ant 1.7, ant resets the RealObject to null, but this happens only when the task executes successfully.
In this case, webtest try to reuse a step that failed...