mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed build of patches, and corrected updater dependency.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -25,7 +25,6 @@ public class ConsoleUpdaterUI implements UpdaterUI {
|
||||
}
|
||||
|
||||
public void showError(Throwable e) {
|
||||
Runner.printStackTrace(e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="openapi" />
|
||||
<orderEntry type="module" module-name="util" />
|
||||
<orderEntry type="library" name="Log4J" level="project" />
|
||||
<orderEntry type="module" module-name="testFramework" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
|
||||
Reference in New Issue
Block a user