log("Using templatePath: " + templatePath, project.MSG_VERBOSE);
ve.setProperty("torque" + VelocityEngine.FILE_RESOURCE_LOADER_PATH,
templatePath);
// TR: We need our own FileResourceLoader
ve.addProperty(VelocityEngine.RESOURCE_LOADER, "torquefile");
ve.setProperty("torquefile." + VelocityEngine.RESOURCE_LOADER
+ ".instance",
new TorqueFileResourceLoader(this));
}