有没有人知道一个很好的完整示例(来源,脚本,工作) 这涵盖了以下所有内容?
我们正在使用Headless PDE构建系统,但是是开放的 改为Buckminster或Maven。
谢谢,
Daniel Coupal
答案 0 :(得分:1)
查看Kai's MP3 Manager和相关的blog。
答案 1 :(得分:0)
使用eclipse 3.6.2,使用p2构建多个平台相当容易。默认情况下,您可以获得RCP产品,功能,p2存储库和多个平台拉链。有关主要步骤,请参阅http://pweclipse.blogspot.com/2010/09/simple-rcp-product-build.html。
我们使用masterBuild.sh bash [1]脚本来运行我们的构建,发布它,然后运行我们的自动化测试。我们将runtests [2]和test.xml [3]复制出标准的Eclipse Test Framework [4]。另请参阅Automating unit tests (junit) for Eclipse Plugin development
[4] http://www.eclipse.org/articles/Article-PDE-Automation/automation.html