【问题标题】:Eclipse RCP Product Export using Ant使用 Ant 的 Eclipse RCP 产品导出
【发布时间】:2012-06-22 04:32:10
【问题描述】:

我正在寻找一种使用 ant 导出 Eclipse RCP 产品的方法,但我找不到实现此目的的直接方法(当然是在搜索网络以及我们的论坛之后)。

我发现与我的问题更相关的链接是“http://stackoverflow.com/questions/9098378/how-to-build-eclipse-rcp-application-from-product-with-ant-on -jenkins”,但这并没有说明蚂蚁的用法。还有一个指南“http://www.vogella.com/articles/EclipsePDEBuild/article.html”,但即使在尝试之后,我也无法成功使用 Ant ni 导出 Eclipse 产品。

任何帮助/指针将不胜感激。

【问题讨论】:

    标签: eclipse ant eclipse-rcp


    【解决方案1】:

    您想要http://www.vogella.com/articles/EclipsePDEBuild/article.html 中列出的 PDE 构建(基于 ant)。那是正确的查看位置,它对您的设置有什么影响?

    另请参阅http://pweclipse.blogspot.com/2010/09/simple-rcp-product-build.html,了解基本 RCP 产品构建的示例。虽然它是基于 ant 的,但您仍然必须使用 eclipse 来运行它:

    eclipse/eclipse -application org.eclipse.ant.core.antRunner \
     -buildfile eclipse/plugins/org.eclipse.pde.build_3.6.0.v20100603/scripts/productBuild/productBuild.xml \
     -Dbuilder=/opt/local/rcp/builder  \
     -Dbase=/opt/local/rcp/base \
     -Dtimestamp=20100924-1100
    

    【讨论】:

    • 感谢您的更新。尝试上述过程后将提供更新。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-01-26
    • 1970-01-01
    • 2018-02-10
    • 2019-12-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多