public static TestSuite suite() {
System.setProperty("org.jacoco.ant.dumpTaskWithServerTest.classes.dir",
TestTarget.getClassPath());
final File file = new File(
"src/org/jacoco/ant/DumpTaskWithServerTest.xml");
return new AntUnitSuite(file, DumpTaskWithServerTest.class);
}