Package com.intellij.compiler.progress

Examples of com.intellij.compiler.progress.CompilerTask


    ApplicationManager.getApplication().assertIsDispatchThread();

    final String contentName =
        forceCompile ? CompilerBundle.message("compiler.content.name.compile") : CompilerBundle.message("compiler.content.name.make");
    final boolean isUnitTestMode = ApplicationManager.getApplication().isUnitTestMode();
    final CompilerTask compileTask = new CompilerTask(myProject, contentName, isUnitTestMode, true, true, isCompilationStartedAutomatically(scope));

    StatusBar.Info.set("", myProject, "Compiler");

    saveAndCommit(isUnitTestMode);
View Full Code Here

TOP

Related Classes of com.intellij.compiler.progress.CompilerTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.