final ProgressDialog dlg = new ProgressDialog(
Utilities.createFrame(), Utilities.getParentDialog(this),
getProgressDialogTitle(), getInfo());
try
{
NewEntryTask newTask =
new NewEntryTask(getInfo(), dlg, entry, getLDIF(),
parentNode, controller);
for (Task task : getInfo().getTasks())
{
task.canLaunch(newTask, errors);
}