log(msg, Project.MSG_WARN);
return;
}
Project subModule = configureSubModule(file, directory);
subModule.fireSubBuildStarted();
try {
// buildFile should be in the same directory of buildModule
File buildfile = new File(directory, EasyAntConstants.DEFAULT_BUILD_FILE);
if (buildfile.exists()) {