final IJavaProject javaGaeProject = UIUtils.getJavaGaeProject();
if (javaGaeProject == null) {
return;
}
fJavaProject = javaGaeProject;
CheckTools check = new CheckTools("Check tools", fJavaProject,
Activator.getDefault().getBundle());
if (!check.doCheck()) {
boolean openConfirm = MessageDialog
.openConfirm(
Display.getCurrent().getActiveShell(),
"Project should be configured to add OnPositive Concole Support",
"Do you want to configure project to add OnPositive Console Support now?");