簡體   English   中英

在Eclipse Helios 2中下載插件時出現問題

[英]Problem downloading plugin in eclipse helios 2

我在Eclipse helios2中下載插件時遇到問題。 更新站點是: http : //fast-code.sourceforge.net/install.htm 直到helios1都工作正常。

這是我得到的錯誤:

收集要安裝的會話會話上下文時發生錯誤:(profile = epp.package.jee,phase = org.eclipse.equinox.internal.p2.engine.phases.Collect,operationnd =,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?

請參閱“下載的流不是有效的存檔。請檢查服務器。” 可能是存檔無效?

問題是您的fastcodefeature_1.2.0.jar文件不是有效的功能jar。 它不包含MANIFEST.MF文件。 我建議您重建功能(以及相關的插件)。 文件->導出->可部署功能應該可以解決問題。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM