generic build.xml file for ANT+TestNG+Selenium RC framework
Is there a generic structure of a build.xml file which can be used for running the test suite from ANT ?
I will have all the test cases specified in Testng.xml which will be run by build file.
But is there any generic structure for build.xml file containing tasks for testng ?