3

有没有人能够成功安装 Oracle Enterprise Pack for Eclipse 和 Liferay IDE?似乎对蓝宝石的东西存在相互排斥的依赖关系,我找不到安装两者的技巧。

这是 Eclipse 在尝试安装 Liferay IDE 时给出的错误:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Liferay IDE 1.3.1.v201108310601 (com.liferay.ide.eclipse.tools.feature.group 1.3.1.v201108310601)
  Software currently installed: Oracle Web Tier Tools 1.7.3.201107052114 (oracle.eclipse.tools.indigo.webtier.feature.group 1.7.3.201107052114)
  Only one of the following can be installed at once: 
    Sapphire Modeling Framework 0.2.3.201106221307 (org.eclipse.sapphire.modeling 0.2.3.201106221307)
    Sapphire Modeling Framework 0.3.0.201106221325 (org.eclipse.sapphire.modeling 0.3.0.201106221325)
  Cannot satisfy dependency:
    From: Liferay Portlet Core 1.5.0.v201108310601 (com.liferay.ide.eclipse.portlet.core 1.5.0.v201108310601)
    To: bundle org.eclipse.sapphire.modeling 0.3.1
  Cannot satisfy dependency:
    From: Liferay IDE 1.3.1.v201108310601 (com.liferay.ide.eclipse.tools.feature.group 1.3.1.v201108310601)
    To: com.liferay.ide.eclipse.portlet.core [1.5.0.v201108310601]
  Cannot satisfy dependency:
    From: Oracle Web Tier Tools 1.7.3.201107052114 (oracle.eclipse.tools.indigo.webtier.feature.group 1.7.3.201107052114)
    To: oracle.eclipse.tools.webtier.jsf [4.0.2.201107052114]
  Cannot satisfy dependency:
    From: Oracle WebLogic Server Tools 4.0.2.201107052114 (oracle.eclipse.tools.weblogic 4.0.2.201107052114)
    To: bundle org.eclipse.sapphire.modeling [0.2.3,0.3.0)
  Cannot satisfy dependency:
    From: Oracle Web Tier Tools JSF 4.0.2.201107052114 (oracle.eclipse.tools.webtier.jsf 4.0.2.201107052114)
    To: bundle oracle.eclipse.tools.weblogic [4.0.2,4.1.0)
4

2 回答 2

2

Liferay IDE 的最新版本需要特定版本的 Sapphire 才能运行,因此它不能与 Oracle 共同安装,Oracle 也需要不同的特定版本。

唯一的解决方法是下载 Liferay IDE 源代码并手动构建它,在构建它之前,为所有下载 Liferay IDE 插件(其中 5 个具有蓝宝石deps)打开蓝宝石要求的有效版本范围。注意:这意味着任何时候 Liferay IDE 中基于蓝宝石的功能实际上遇到了需要的东西,它可能会失败,但其他一切都会正常工作。如果您有兴趣解决这个问题,我很乐意提供帮助,但我们应该在这里继续对话:Liferay IDE 论坛

于 2011-09-14T09:51:02.243 回答
0

我得到了解决方案。首先安装oracle pack,然后安装liferay Ide插件。它对我有用

于 2016-01-21T07:37:13.360 回答