VfsUtilCore.fileToUrl API: VfsUtilCore.pathToUrl should also path convert to system-independent name

This commit is contained in:
Anton Makeev
2019-04-01 13:05:26 +02:00
parent e2520e973f
commit ceb1bbb2d1
11 changed files with 13 additions and 14 deletions
@@ -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);