From 2daa62596d118f3b83bf81ec5a6da535e2e900eb Mon Sep 17 00:00:00 2001 From: Vladimir Orlov Date: Tue, 11 Feb 2014 12:33:40 +0400 Subject: [PATCH] fixed build of patches, and corrected updater dependency. --- platform/bootstrap/src/com/intellij/idea/Main.java | 2 +- updater/src/com/intellij/updater/ConsoleUpdaterUI.java | 1 - updater/updater.iml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/bootstrap/src/com/intellij/idea/Main.java b/platform/bootstrap/src/com/intellij/idea/Main.java index 41ecb243088e..1d4264ef25d2 100644 --- a/platform/bootstrap/src/com/intellij/idea/Main.java +++ b/platform/bootstrap/src/com/intellij/idea/Main.java @@ -153,7 +153,7 @@ public class Main { System.getProperty("java.home") + "/bin/java", "-Xmx500m", "-classpath", - copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar" + File.pathSeparator + PathManager.getLibPath() + "/openapi.jar", + copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar" + File.pathSeparator + PathManager.getLibPath() + "/util.jar" + File.pathSeparator + PathManager.getLibPath() + "/trove4j.jar", "-Djava.io.tmpdir=" + tempDir, "com.intellij.updater.Runner", "install", diff --git a/updater/src/com/intellij/updater/ConsoleUpdaterUI.java b/updater/src/com/intellij/updater/ConsoleUpdaterUI.java index d1765b01bd0a..c1114dd173f6 100644 --- a/updater/src/com/intellij/updater/ConsoleUpdaterUI.java +++ b/updater/src/com/intellij/updater/ConsoleUpdaterUI.java @@ -25,7 +25,6 @@ public class ConsoleUpdaterUI implements UpdaterUI { } public void showError(Throwable e) { - Runner.printStackTrace(e); e.printStackTrace(); } diff --git a/updater/updater.iml b/updater/updater.iml index 2fc83fdfc4c3..275f44bc5a99 100644 --- a/updater/updater.iml +++ b/updater/updater.iml @@ -8,7 +8,7 @@ - +