projectProperties.put(PropertiesHelper.DISTRIBUTED_MODULE, module);
projectProperties.put(PropertiesHelper.DISTRIBUTED_AGENT_LOGDIR, getAgentLogDir());
projectProperties.put(PropertiesHelper.DISTRIBUTED_AGENT_OUTPUTDIR, getAgentOutputDir());
LOG.info("Starting remote build on agent: " + agent.getMachineName() + " of module: " + module);
buildResults = agent.doBuild(getChildBuilderElement(), projectProperties);
final String rootDirPath;
try {
// watch out on Windoze, problems if root dir is c: instead of c:/
LOG.debug("rootDir: " + rootDir + "; rootDir.cp: " + rootDir.getCanonicalPath());