新版本eclipse(luna)安装veloeclipse插件的问题

因为要使用volecity做view层的开发,为方便开发,想在eclipse上安装veloeclipse插件。但是在安装几次的过程中都出现了 Failed to prepare partial IU: [R]com.googlecode.veloeclipse.ui 2.0.8的问题。不明所以,经上网查询,可能是下载的插件不完整导致,到eclipse的安装目录下找到了artifacts.xml文件,删除文件中 关veloeclipse的部分:
<artifact classifier='osgi.bundle' id='com.googlecode.veloeclipse.ui' version='2.0.8'>
      <properties size='1'>
        <property name='download.size' value='2166851'/>
      </properties>
      <repositoryProperties size='1'>
        <property name='artifact.folder' value='true'/>
      </repositoryProperties>
    </artifact>

然后又重试了2次,依然是报同样的错误,继续google,发现可能是需要先安装eclipse对2.0风格的支持的插件,下面是google上的解决方法:
So, go to Help -> Install New Software..., choose "The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.4" from the "Work with" list and then in the "Eclipse Tests, Examples, and Extras" category check "Eclipse 2.0 Style Plugin Support" and install it. After restarting Eclipse, install veloeclipse again and this time the installation will succeed.

按照这个方法重试后,问题解决。


系统:64位win7
eclipse版本:luna
veloeclipse:2.0.8

你可能感兴趣的:(新版本eclipse(luna)安装veloeclipse插件的问题)