t.setProject(getProject());
t.setTaskName(getTaskName());
root.configure(t);
Thread.currentThread().setContextClassLoader(cl);
t.execute();
} catch (UnsupportedClassVersionError e) {
throw new BuildException("Requires JDK 5.0 or later. Please download it from http://java.sun.com/j2se/1.5/");
} catch (ClassNotFoundException e) {
throw new BuildException(e);
} catch (InstantiationException e) {