mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
logging
This commit is contained in:
@@ -208,6 +208,8 @@ public class IncProjectBuilder {
|
||||
private void runBuild(CompileContext context) throws ProjectBuildException {
|
||||
context.setDone(0.0f);
|
||||
|
||||
LOG.info("Building project '" + context.getProject().getProjectName() + "'; isRebuild:" +context.isProjectRebuild() + "; isMake:" + context.isMake());
|
||||
|
||||
if (context.isProjectRebuild()) {
|
||||
cleanOutputRoots(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user