mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixing tests
This commit is contained in:
@@ -88,7 +88,7 @@ public class CompilerManagerImpl extends CompilerManager {
|
||||
addCompilableFileType(StdFileTypes.JAVA);
|
||||
|
||||
final File projectGeneratedSrcRoot = CompilerPaths.getGeneratedDataDirectory(project);
|
||||
FileUtil.createIfDoesntExist(projectGeneratedSrcRoot);
|
||||
projectGeneratedSrcRoot.mkdirs();
|
||||
final LocalFileSystem lfs = LocalFileSystem.getInstance();
|
||||
myWatchRoots = lfs.addRootsToWatch(Collections.singletonList(FileUtil.toCanonicalPath(projectGeneratedSrcRoot.getPath())), true);
|
||||
Disposer.register(project, new Disposable() {
|
||||
|
||||
Reference in New Issue
Block a user