开发者

Build system for eclipse plugins & RCP [closed]

开发者 https://www.devze.com 2023-04-06 16:44 出处:网络
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I wonder if there is build system with following capabilities:

  1. Install & update dependencies (plugins) in target platform on developer machine.
  2. Retrieve & pack binary dependencies into OSGi bundle (from maven repos, maybe).

i.e. this build system should satisfy following use case:

  1. Developer checks out plugin sources from scm.
  2. Build system checks if plugin dependencies present in target platform, if no — installs them.
  3. Build system checks for binary dependencies, fetches them and packs into OSGi bundle project in workspace.

I know about Tycho, but don't know if it can provision dependencies as separate process, not during build.

Also I know about B3 project which has required features, but i've failed to build its plugins for Eclipse 3.7 (it depends on old Xtext & google-collections).


I'm using buckminster, works with 3.5, 3.6, 3.7


Okay, now I know about target platforms in Eclipse, so I'll use them for fetching plugin dependencies.

For binary dependencies I can use Maven.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号