log("area : " + this.getArea());
Publication publication= getPublication();
SiteTree tree = publication.getTree(getArea());
SiteTreeNode node = tree.getNode("/");
node.deleteChildren();
tree.save();
} catch (
Exception e) {
throw new BuildException(e);
}