*/
protected void doFileOperations()
{
Hashtable properties = project.getProperties();
AntPropertyTagsHandler antPropertyTagsHandler = new AntPropertyTagsHandler(properties);
TemplateEngine engine = null;
try {
engine = TemplateEngine.getEngineInstance();
engine.setTagHandlerFor("Ant", antPropertyTagsHandler);
}
catch (TemplateException e) {
throw new BuildException(Translator.getString(XDocletAntMessages.class, XDocletAntMessages.ERROR_CREATING_TEMPLATEENGINE));
}