@Override
  protected void setUp() throws Exception {
    super.setUp();

    project = new TestProject("jsparservalidator", new String[] {"com.aptana.projects.webnature"});
    validator = createValidator();
  }
 @Override
 protected void tearDown() throws Exception {
   if (project != null) {
     project.delete();
     project = null;
   }
   validator = null;
   super.tearDown();
 }
 @Override
 protected void tearDown() throws Exception {
   validator = null;
   super.tearDown();
 }
  @Override
  protected void setUp() throws Exception {
    super.setUp();

    validator = createValidator();
  }