Using the example from the Manual/Samples page, I created a build.xml file where line 7 reads <ant dir="tests" file="allTests.xml" />.
I have the needed tests directory and the needed alltests.xml file in that directory. When I run the webtest -buildfile I get the error message '...build.xml:7: ant doesn't support the "file" attribute'. Has the ant syntax changed or am I simply misusing it? Thanks Vic Havens

