protected void setUp() throws Exception {
   super.setUp();
   configureProject("src/testsupport/anttest-build.xml");
 }
 protected void tearDown() throws Exception {
   cleanup();
   super.tearDown();
 }