Introducing KotlinPaths to impose some discipline on compiler/library location

Original commit: 4ed07cd9ae
This commit is contained in:
Andrey Breslav
2012-11-21 18:16:09 +04:00
parent cd020e3cfc
commit 3a0b4505ef
@@ -84,7 +84,7 @@ public class KotlinBuilder extends ModuleLevelBuilder {
File outputDir = representativeTarget.getOutputDir();
CompilerEnvironment environment = CompilerEnvironment.getEnvironmentFor(PathUtil.getCompilerPathForJpsPlugin(), outputDir);
CompilerEnvironment environment = CompilerEnvironment.getEnvironmentFor(PathUtil.getKotlinPathsForJpsPlugin(), outputDir);
if (!environment.success()) {
environment.reportErrorsTo(messageCollector);
return ExitCode.ABORT;