INSTANCE.projectProperties = projectProperties;
INSTANCE.errorHandler = errorHandler;
INSTANCE.taskListManager = taskListManager;
// INSTANCE.editorManager = new EditorManager(editorAdapter);
INSTANCE.editorAdapter = editorAdapter;
INSTANCE.buildManager = new AspectJBuildManager(
taskListManager,
compileProgressMonitor,
buildOptionsAdapter);
INSTANCE.buildManager.addListener(INSTANCE.BUILD_STATUS_LISTENER);