1

My update site looks like

http://<host>:<port>/jenkins/job/.../target/site/site.xml

When I try to update eclipse using this update site, eclipse automatically suffixes it with /content.xml.

After which I get a p2.core.ProvisionException stating unable to read repository.

What can be done to avoid this additional appending of content.xml causing this issue.

4

1 回答 1

0

您通常不会site.xml在更新站点 URL 中包含 ,因此只需指定:

http://<host>:<port>/jenkins/job/.../target/site/

Eclipse 应该寻找site.xml(旧样式更新站点)和content.xml(p2 存储库样式更新站点)。

于 2014-08-01T16:43:52.763 回答