MagicNames.ANT_FILE_TYPE_FILE);
project.setKeepGoingMode(keepGoingMode);
if (proxy) {
//proxy setup if enabled
ProxySetup proxySetup = new ProxySetup(project);
proxySetup.enableProxies();
}
// RHQ NOTE: Besides parsing the build file, this will also execute the implicit ("") target.
ProjectHelper.configureProject(project, buildFile);
} finally {