2012-07-26 260 views
0

我用束在命令行安裝

eclipsec.exe

-application org.eclipse.equinox.p2.director 
    -repository file:///d:/updatesite/target 
    -installIU myPlugin.feature.feature.group 
    -destination d:/eclipse/ 
    -profile SDKProfile 

,但我得到這個錯誤: 需要「捆綁org.eclipse.core.runtime 3.7.0」,但找不到

注:我使用maven第谷

回答

0

它的工作對我來說,當我加入靛藍更新站點到當前的存儲庫

-repository file:///d:/updatesite/target,http://download.eclipse.org/releases/indigo/ 
內置功能
+0

我如何獲得indigo更新站點的本地副本,以便它不會每次連接到互聯網,並且如果直接使用indigo updatesite,我會面臨連接錯誤的很多次。 – Syam 2012-07-26 10:59:51

+0

嘗試添加-artifactRepository選項並指向eclipse目錄,例如: '-artifactRepository file:/// D:/ eclipse' – becks 2012-07-26 11:52:33