mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
VfsUtilCore.fileToUrl API: VfsUtilCore.pathToUrl should also path convert to system-independent name
This commit is contained in:
@@ -123,7 +123,7 @@ public class JavaModuleBuilder extends ModuleBuilder implements SourcePathsBuild
|
||||
canonicalPath = myCompilerOutputPath;
|
||||
}
|
||||
compilerModuleExtension
|
||||
.setCompilerOutputPath(VfsUtilCore.pathToUrl(FileUtil.toSystemIndependentName(canonicalPath)));
|
||||
.setCompilerOutputPath(VfsUtilCore.pathToUrl(canonicalPath));
|
||||
}
|
||||
else {
|
||||
compilerModuleExtension.inheritCompilerOutputPath(true);
|
||||
|
||||
Reference in New Issue
Block a user