`

在Zend Studio 10.6中安装SmartPDT 0.9.1出错后的解决方式

阅读更多

      在Zend Studio 10.6上安装SmartyPDT 0.9.1时,遇到错误报告,包含类似下面的内容:

   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

  

   在这个web: http://www.bar54.de/2013/02/phpeclipse-and-smarty/ 找到一个解决方式.下面对其中的

内容进行转贴.

 

There is a plugin named SmartyPDT which provides all required features for smarty programming. The project did no progress since a couple of month, however, it is publicly available on Google Code: http://code.google.com/p/smartypdt
Unfortunatly, the latest release download is not installable in Eclipse Kepler because of a missing dependency. If you try to, you will end up with an install error message such as:

1. Cannot complete the install because one or more required items could not be found.

2. Software being installed: Smarty Feature 0.91.0

3. (org.eclipse.php.smarty_feature.feature.group 0.91.0)

4. 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

 

If you are interested in installing it anyway, you need to modify the content.xml, included in the content.jar included in the downlaod zip archive.
You must remove the dependencies for the org.eclipse.php plugins on the lines 36 and 134.

Install SmartyPDT from archived update site

To simplify the installation, I have prepared a valid update site archive to download: smartypdt-0_9_1
Just download and open Eclipse. Go to help -> install new software -> click “add” button and the “archive” button in the new dialog to select the downloaded archive file.
Confirm the dialogs and you will be able to install the SmartyPDT feature to your Eclipse instance.

Note: This is just a download provided as is and as a convenience method to enable SmartyPDT installation in Eclipse Kepler. The complete development was done by https://code.google.com/p/smartypdt who are the owner of and responsible for the plugin.

 

      另外,SmartyPDT的官网: http://code.google.com/p/smartypdt/

分享到:
评论

相关推荐

    ZendStudio-9.0.3破解与汉化

    第一步:如果已经安装过Zend Studio 9.0.3的,请打开Zend Studio 9.0.3,在菜单中“help>Unregister”,如果显示是灰的跳过此步退出Zend Studio。如果显示可以点击的请点击,这时Zend Studio会重启,重启到要求你填注册...

    Zend Studio php开发环境 php开发软件

    在Work with框中复制此地址:http://archive.eclipse.org/technology/babel/update-site/R0.9.1/helios/,(提示:最后一个/线不能少)复制完地址后按回车键确认,这时会提示pending...(等待...),等侍完成后会出来很多...

    hibernate3+ proxool-0.9.1配置 和proxool-0.9.1.jar

    标题中的“hibernate3+ proxool-0.9.1配置”涉及到的是在Java开发中,使用Hibernate3 ORM框架与Proxool连接池的整合配置。Hibernate3是一款流行的持久层框架,它允许开发者用面向对象的方式来操作数据库,而Proxool...

    proxool-0.9.1.jar proxool_cglib-0.9.1.jar

    标题中的"proxool-0.9.1.jar"和"proxool_cglib-0.9.1.jar"是两个Java库文件,它们是Proxool项目在0.9.1版本时的实现。Proxool是一个开源的数据库连接池,它提供了一种灵活且高效的解决方案来管理数据库连接。在Java...

    qemu-0.9.1-windows

    在QEMU 0.9.1 for Windows版本中,用户可以下载安装文件并按照向导进行安装。安装后,用户可以配置虚拟机设置,如内存大小、CPU数量、网络配置等,然后加载相应的操作系统镜像开始使用。请注意,运行某些较新的操作...

    Python库 | label-studio-0.9.1rc0.tar.gz

    安装Label Studio时,用户可以从官方GitHub仓库获取源代码,或者通过pip工具直接安装预编译的包,如我们的资源文件"**label-studio-0.9.1rc0.tar.gz**",解压后按照官方文档的指引进行配置和启动。 在实际应用中,...

    proxool-0.9.1.jar

    proxool-0.9.1.jar包是一个数据库连接池包,最新版解决前几个版本里在二次关闭一个rs集的时候警告等一些bug。proxool-0.9.1.jar监控在对中文监控出现乱码情况做了更改。具体是对org.logicalcobwebs.proxool.admin....

    Gephi-0.9.1 windows版本

    在Gephi 0.9.1 windows版本中,用户可以在Windows操作系统上享受到这一工具的强大功能。该版本经过个人验证,确认其在Windows环境下的可用性,为用户提供了一流的数据可视化体验。 Gephi的核心特性包括: 1. **...

    mac RedisDesktopManager-0.9.1

    在macOS上安装`mac-rdm-0.9.1.dmg`文件非常简单,只需双击打开安装包,然后将Redis Desktop Manager拖放到"应用程序"文件夹中即可。安装完成后,用户可以从Dock或"应用程序"目录启动软件,开始管理和操作Redis数据库...

    jjwt-0.9.1-API文档-中文版.zip

    赠送jar包:jjwt-0.9.1.jar; 赠送原API文档:jjwt-0.9.1-javadoc.jar; 赠送源代码:jjwt-0.9.1-sources.jar; 赠送Maven依赖信息文件:jjwt-0.9.1.pom; 包含翻译后的API文档:jjwt-0.9.1-javadoc-API文档-中文...

    spring-framework-0.9.1.zip

    在0.9.1版本中,开发者可以通过XML配置文件来定义对象间的依赖关系,这种配置方式虽然相比现在的注解方式略显繁琐,但却是Spring DI理念的最初体现。 面向切面编程(AOP)则是Spring提供的另一项关键功能,它允许...

    luabind-0.9.1.tar.gz 安装包

    在终端中输入`tar -zxvf luabind-0.9.1.tar.gz`,这将创建一个名为luabind-0.9.1的目录。 2. 配置:进入解压后的目录,`cd luabind-0.9.1`,然后运行配置脚本,如`./configure`。这个脚本会检查你的系统环境,确定...

    jjwt-0.9.1.zip

    标题中的"jjwt-0.9.1.zip"是一个压缩包文件,其核心内容与JWT(JSON Web Token)相关,并且版本号为0.9.1。JWT是一种开放标准(RFC 7519),定义了一种紧凑的、自包含的方式来安全地在各方之间传输信息作为JSON对象...

    Red5-0.9.1

    在安装Red5-0.9.1时,你需要下载解压提供的压缩包,包含以下文件和目录: 1. `bin`:包含启动和停止服务器的脚本。 2. `conf`:配置文件存放处,如`red5.properties`是服务器的主要配置文件。 3. `lib`:服务器运行...

    red5-0.9.1

    red5-0.9.1 red5-0.9.1

    proxool-0.9.1-source

    在这个0.9.1版本的源代码中,我们可以深入理解其内部工作原理,以及如何配置和定制以适应各种项目需求。 首先,Proxool的主要功能是管理数据库连接,以提高应用程序的性能和效率。它通过复用已存在的数据库连接,...

    red5-0.9.1.tar.gz

    在安装和部署Red5时,首先需要解压这个.tar.gz文件。在命令行中,可以使用`tar -zxvf red5-0.9.1.tar.gz`命令来解压。解压后,你会得到一个名为“red5-0.9.1”的目录,里面包含了Red5服务器的所有源代码、配置文件、...

    ADT-0.9.1.zip

    在ADT 0.9.1中,可能包括了对Android SDK的更紧密集成,这意味着开发者可以更流畅地与最新的API和库进行交互。此外,它可能增加了对新的设计模式或编程范例的支持,例如对Fragment的更友好处理,以适应多屏幕设备的...

Global site tag (gtag.js) - Google Analytics