简体   繁体   English

在Eclipse Helios 2中下载插件时出现问题

[英]Problem downloading plugin in eclipse helios 2

I am having problem in downloading my plug-in in eclipse helios2. 我在Eclipse helios2中下载插件时遇到问题。 the update site is: http://fast-code.sourceforge.net/install.htm . 更新站点是: http : //fast-code.sourceforge.net/install.htm It worked fine up to helios1. 直到helios1都工作正常。

This is the error I get : 这是我得到的错误:

An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). 收集要安装的会话会话上下文时发生错误:(profile = epp.package.jee,phase = org.eclipse.equinox.internal.p2.engine.phases.Collect,operationnd =,action =)。 Problems downloading artifact: org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203. 下载工件时出现问题:org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203。 Downloaded stream not a valid archive. 下载的流不是有效的存档。 Check the server. 检查服务器。

Edit : here is my site.XML: 编辑 :这是我的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>

now where it is getting the featured version: org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203? 现在正在获取特色版本:org.eclipse.update.feature,fastcodefeature,1.0.0.201012110203?

See "Downloaded stream not a valid archive. Check the server." 请参阅“下载的流不是有效的存档。请检查服务器。” May be archive isn't valid? 可能是存档无效?

The problem is that your fastcodefeature_1.2.0.jar file is not a valid feature jar. 问题是您的fastcodefeature_1.2.0.jar文件不是有效的功能jar。 It does not contain a MANIFEST.MF file. 它不包含MANIFEST.MF文件。 I would recommend rebuilding your feature (and associated plugins). 我建议您重建功能(以及相关的插件)。 File -> Export -> Deployable features should do the trick. 文件->导出->可部署功能应该可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM