0

I am trying to install few plugins through command line using:

eclipse.exe -application org.eclipse.equinox.p2.director -repository <repository> -installIU <features id>

Now during installing few features it shows Missing requirements. This can be resolved in eclipse install software UI by clicking on Contact all update sites, and i noticed that it needs the repository:
Juno - http://download.eclipse.org/releases/juno.
Now how do i do this via command line? I don't know what are feature groups of all missing requirements!!

4

1 回答 1

1

您可以指定以逗号分隔的存储库列表作为-repository. 查看安装对话框源,“联系所有站点”选项似乎就是这样做的。

于 2013-11-11T10:32:25.733 回答