提交 ff80b579 编写于 作者: N Nicolas De Loof

JDK8 installer require exclusive access to the installation directory, so can’t log there.

上级 a98ccdff
......@@ -240,7 +240,7 @@ public class JDKInstaller extends ToolInstaller {
// Prevent a trailing slash from escaping quotes
expectedLocation = expectedLocation.substring(0, expectedLocation.length() - 1);
}
String logFile = expectedLocation + "\\jdk.exe.install.log";
String logFile = new FilePath(launcher.getChannel(), expectedLocation).getParent().createTempFile("install", "log").getRemote();
ArgumentListBuilder args = new ArgumentListBuilder();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册