target = theProject.getDefaultTarget();
}
if (getLogger().isDebugEnabled()) {
getLogger().debug("executing target "+target+" with log priority level "+myPriorityLevel);
}
theProject.executeTarget(target);
theProject.fireBuildFinished(mySAXException);
} catch (Exception e) {
getLogger().error(e.getMessage(), e);
while (!myStack.isEmpty()) {
String tag = (String) myStack.pop();