target = (String) myThreadTarget.get();
try {
myConsumer.startDocument();
Project theProject = new Project();
theProject.addBuildListener(this);
theProject.fireBuildStarted();
theProject.init();
ProjectHelper helper = ProjectHelper.getProjectHelper();
helper.parse(theProject, myBuildFile);
if (target.equals(EMPTY_STRING)) {
target = theProject.getDefaultTarget();