mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleaner warning
This commit is contained in:
@@ -415,7 +415,7 @@ public class IncProjectBuilder {
|
||||
}
|
||||
else {
|
||||
context.processMessage(new CompilerMessage(
|
||||
BUILD_NAME, BuildMessage.Kind.WARNING, "Output path " + outputRoot.getPath() + " intersects with a source root. Only files that were created by build will be cleaned.")
|
||||
"", BuildMessage.Kind.WARNING, "Output path " + outputRoot.getPath() + " intersects with a source root. Only files that were created by build will be cleaned.")
|
||||
);
|
||||
// clean only those files we are aware of
|
||||
for (BuildTarget<?> target : entry.getValue()) {
|
||||
|
||||
Reference in New Issue
Block a user