mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
[r=yole] IDEA-85466 Can't make, build or run project which root is a drive letter
This commit is contained in:
@@ -132,7 +132,7 @@ public class CompilerPaths {
|
||||
projectName = projectName.substring(0, projectName.length() - ProjectFileType.DOT_DEFAULT_EXTENSION.length());
|
||||
}
|
||||
|
||||
projectName = projectName.toLowerCase(Locale.US);
|
||||
projectName = projectName.toLowerCase(Locale.US).replace(':', '_'); // replace ':' from windows drive names
|
||||
return projectName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user