我正在寻找一种使用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产品。
非常感谢任何帮助/指示。
答案 0 :(得分:2)
您希望http://www.vogella.com/articles/EclipsePDEBuild/article.html中列出的PDE版本(基于ant)。这是正确的地方,它没有为您的设置做什么?
有关基本RCP产品构建的示例,另请参阅http://pweclipse.blogspot.com/2010/09/simple-rcp-product-build.html。虽然它是基于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