updateProcess.setListener(UpdateListener._singleton);
FSEntry fileEntry = new FSEntryFile(ddDir);
Document doc = DocumentFile.createDocument(fileEntry);
updateProcess.update(
doc
,DocumentUpdateProcess.Schedule.UPDATE_EVEN_IF_MODIFIED
);
} catch(Exception e) {