mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[remote dev] move the rhino library back from lib.jar to lib-client.jar (GTW-9946)
'intellij.platform.ide.util.io.impl' module depends on 'proxy-vole' library, where transitive dependency on rhino-runtime is excluded. So we need to have explicit dependency on 'rhino' library there. Otherwise, it is included in lib.jar instead of lib-client.jar, and isn't included in the classpath of the frontend process started from the IDE, leading to NoClassDefFoundError errors. Before it worked because 'intellij.platform.ide.impl' had dependency on 'rhino' library, but it was removed in 124621881da764. GitOrigin-RevId: 221684b33a90b1be65c6c4d48b3a64417db7c9b1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0006ec18d2
commit
7e54e98375
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="library" name="pty4j" level="project" />
|
||||
<orderEntry type="library" name="winp" level="project" />
|
||||
<orderEntry type="library" name="proxy-vole" level="project" />
|
||||
<orderEntry type="library" scope="RUNTIME" name="rhino" level="project" />
|
||||
<orderEntry type="library" name="jna" level="project" />
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user