2011-03-30 46 views
0

我在eclipse helios2下載插件的問題。更新站點是:http://fast-code.sourceforge.net/install.htm。它運行良好直到helios1。在eclipse helios下載插件的問題2

這是我的錯誤:(配置= epp.package.jee,相= 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?

+1

您是否嘗試過從本地更新站點安裝?或者也許安裝一些以前的版本? – Tommi 2011-03-30 12:33:53

回答

2

請參閱「下載的流不是有效的歸檔,請檢查服務器。」可能存檔無效?

+0

但它適用於其他版本的eclipse。 – fastcodejava 2011-03-30 20:11:07

2

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

+0

但它適用於其他版本的eclipse。 – fastcodejava 2011-03-30 20:08:11