log("area for the destination :" + this.getSecarea());
Publication publication = getPublication();
SiteTree tree = publication.getSiteTree(this.getSecarea());
SiteTreeNode node = tree.getNode(this.getSecdocumentid());
node.acceptReverseSubtree(this);
} catch (Exception e) {
throw new BuildException(e);
}
}
}