无法在 Eclipse 中安装 AEM 开发人员工具插件
Can't install AEM developer tool plugin in Eclipse
我尝试通过在本地下载 com.adobe.granite.ide.p2update-1.0.4.zip 并安装来在 eclipse 中安装 AEM 开发人员工具插件。但失败并显示以下消息:
Cannot complete the install because one or more required items could not be found.
`Software being installed: AEM Developer Tools 1.0.4 (com.adobe.granite.ide.feature.feature.group 1.0.4)
Missing requirement: Sling IDE Tools, M2e-based 1.0.6 (org.apache.sling.ide.m2e-feature.feature.group 1.0.6) requires 'org.sonatype.tycho.m2e.feature.feature.group 0.0.0' but it could not be found
Cannot satisfy dependency:
From: AEM Developer Tools 1.0.4 (com.adobe.granite.ide.feature.feature.group 1.0.4)
To: org.apache.sling.ide.m2e-feature.feature.group 1.0.6
所以我的 eclipse(Luna 版本)遗漏了什么,我想也许我需要安装另一个插件或其他可以提供 "org.sonatype.tycho.m2e.feature.feature.group" 的东西,我用谷歌搜索了 "org.sonatype.tycho.m2e.feature.feature.group" 但没有获取有关它的确切信息。
问题通过在eclipse中设置网络代理解决。在eclipse-->preferences-->general-->network connections中设置你的网络代理,然后重新安装插件,tata~~~问题解决:)
尝试在 eclipse 网站上找到这个 "org.sonatype.tycho.m2e.feature.feature.group"
包并放入插件文件夹,然后 运行 作为 eclipse 的管理员,它应该可以工作。
在我的例子中,它显示需要 org.eclipse.equinox.ds
,所以我只是得到它需要的东西。它可以用于类似的情况。
我尝试通过在本地下载 com.adobe.granite.ide.p2update-1.0.4.zip 并安装来在 eclipse 中安装 AEM 开发人员工具插件。但失败并显示以下消息:
Cannot complete the install because one or more required items could not be found. `Software being installed: AEM Developer Tools 1.0.4 (com.adobe.granite.ide.feature.feature.group 1.0.4) Missing requirement: Sling IDE Tools, M2e-based 1.0.6 (org.apache.sling.ide.m2e-feature.feature.group 1.0.6) requires 'org.sonatype.tycho.m2e.feature.feature.group 0.0.0' but it could not be found Cannot satisfy dependency: From: AEM Developer Tools 1.0.4 (com.adobe.granite.ide.feature.feature.group 1.0.4) To: org.apache.sling.ide.m2e-feature.feature.group 1.0.6
所以我的 eclipse(Luna 版本)遗漏了什么,我想也许我需要安装另一个插件或其他可以提供 "org.sonatype.tycho.m2e.feature.feature.group" 的东西,我用谷歌搜索了 "org.sonatype.tycho.m2e.feature.feature.group" 但没有获取有关它的确切信息。
问题通过在eclipse中设置网络代理解决。在eclipse-->preferences-->general-->network connections中设置你的网络代理,然后重新安装插件,tata~~~问题解决:)
尝试在 eclipse 网站上找到这个 "org.sonatype.tycho.m2e.feature.feature.group"
包并放入插件文件夹,然后 运行 作为 eclipse 的管理员,它应该可以工作。
在我的例子中,它显示需要 org.eclipse.equinox.ds
,所以我只是得到它需要的东西。它可以用于类似的情况。