/**
* (non-Javadoc)
* @see org.apache.tools.ant.Task#execute()
*/
public void execute() throws BuildException {
DocumentCreator creator = new DocumentCreator();
// File contentDirectory = new File(getPublication().getDirectory(), get
try {
creator.create(
getPublication(),
new File(getPublication().getDirectory(), getAuthoringPath()),
getArea(),
getParentId(),
getChildId(),