我刚刚安装了Eclipse Kepler的最新版本,即RC3 (可以在http://www.eclipse.org/downloads/index-developer.php上找到)。我在以前的所有版本中都在使用这个"smartyPDT“插件(可以在https://code.google.com/p/smartypdt/找到),但是我似乎不能再安装这个插件了。我得到了错误
Cannot complete the install because one or more required items could not be found.
Software being installed: Smarty Feature 0.91.0
(org.eclipse.php.smarty_feature.feature.group 0.91.0)
Missing requirement: Smarty Feature 0.91.0 (org.eclipse.php.smarty_feature.feature.group 0.91.0) requires 'org.eclipse.php 0.0.0' but it could not be found我尝试使用旧版本的smartyPdt,它是0.9.0,也是0.9.1。你知道如何解决这个问题吗?或者更好的是,如何让SmartyPDT与Kepler一起工作?
发布于 2013-07-10 15:55:34
这里有一个快速解决方案,只需使用juno更新站点安装兼容版本的->与smarty插件即可:
(1)启动eclipse。
(2)在帮助菜单下,点击安装新软件。
(3)点击Add。
(4)输入任意名称,然后在location字段中输入,然后按ok。
(5)从下拉列表中选择新添加的更新站点,然后选择Eclipse PDT并安装。
(6) eclipse重启后,现在可以安装了。
如果您已经通过更新站点安装了PDT ***:** *
org.eclipse.php_3.2.0.201306051924,的整个文件夹
smartyeclipse-4.3keplerpdtpluginsfeatures
发布于 2013-11-17 02:07:05
这些步骤只适用于我在Eclipse Kepler上的工作:
<代码>G29
您拥有最新版本的PDT和Smarty插件。
发布于 2015-04-13 16:55:21
要将Smarty PDT安装到最新的PDT,请使用http://p2-dev.pdt-extensions.org/更新站点。此功能位于“文本编辑器/生产力工具”类别下。
https://stackoverflow.com/questions/17210411
复制相似问题