开发者

Anyone have experience in building an Eclipse RCP application with Gradle?

开发者 https://www.devze.com 2023-02-08 09:10 出处:网络
Does anyone have experience in building an application based on Eclipse RCP with Gradle? I\'d like especially t开发者_如何学Co know:

Does anyone have experience in building an application based on Eclipse RCP with Gradle? I'd like especially t开发者_如何学Co know:

  • How reasonable is it to build Eclipse RCP plugins and products with Gradle?
  • Are there any Gradle plugins to achieve this task (like the Tycho plugin for Maven)?
  • Do you know any tutorials or articles describing such an approach?


Questions is three years old, nevertheless... Here is the solution: https://github.com/akhikhl/wuff


there is a pdePlugin available for Gradle written by Gregory Boissinot. The plugin is available at https://github.com/gboissinot/gradleplugins. It contains two examples about a) building product based app b) building feature based app

As a matter of fact, the plugin is a wrapper of the pde build. internally it starts the eclipse pde build.

regards, René

0

精彩评论

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