在eclipse helios 2中下载插件的问题

时间:2011-03-30 08:59:48

标签: eclipse eclipse-plugin installation

我在eclipse helios2下载插件时遇到问题。更新站点是:http://fast-code.sourceforge.net/install.htm。它在helios1上工作得很好。

这是我得到的错误:

收集要安装的项目时发生错误 会话上下文是:(profile = epp.package.jee,phase = org.eclipse.equinox.internal.p2.engine.phases.Collect,operand =,action =)。 下载工件时出现问题:org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203。 下载的流不是有效的存档。检查服务器。

修改:这是我的site.XML:

<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/fastcodefeature_1.2.0.jar" id="fastcodefeature" version="1.2.0">
  <category name="FastCode"/>
   </feature>
   <category-def name="FastCode" label="FastCode">
   <description>
     Fast Code Eclipse Plugin
  </description>
   </category-def>
</site>

现在它获得特色版本:org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203?

2 个答案:

答案 0 :(得分:2)

请参阅“已下载的流不是有效的存档。请检查服务器”。可能存档无效?

答案 1 :(得分:2)

问题是你的fastcodefeature_1.2.0.jar文件不是有效的功能jar。它不包含MANIFEST.MF文件。我建议重建你的功能(和相关的插件)。档案 - &gt;出口 - &gt;可部署的功能应该可以解决问题。