I am looking for the latest eclipse build specifically for 4.2.
In this downloads page the latest is the 4.2 Maintenance Build
but when I go to the download area following this link the page is I see:
我正在寻找专门针对4.2的最新eclipse构建。在这个下载页面中,最新版本是4.2维护版本,但是当我按照此链接进入下载区域时,我看到该页面:
Why is the status with red X? Is the build broken?
为什么红色X的状态?构建是否破碎?
2 个解决方案
#1
0
Maintenance builds are produced periodically to incorporate fixes into an existing release. They are typically built from tagged plug-in and feature pojects in a maintenance branch of the Git repository (i.e. R3_7_maintenance). Maintenance builds are promoted to a minor or service release (i.e. R3.7 or R3.7.1) after development teams have deemed one to be stable following one or more test-fix pass cycles.
定期生成维护版本,以将修复程序合并到现有版本中。它们通常是在Git存储库的维护分支(即R3_7_maintenance)中由标记的插件和功能部件构建的。在开发团队认为在一个或多个测试修复通过周期之后保持稳定之后,维护版本被提升为次要或服务版本(即R3.7或R3.7.1)。
Maintenance builds don't have to be stable. Go for release builds of the current and stable builds of the next version. Integration builds should be stable too - but actually I see some test failures there too.
维护构建不必稳定。去寻找下一版本的当前和稳定版本的发布版本。集成构建也应该是稳定的 - 但实际上我也看到了一些测试失败。
#2
0
One line above your download link is a description of the different kinds of builds, which you should read to understand that a maintenance build is not your best option.
下载链接上方的一行是对不同类型构建的描述,您应该阅读这些内容以了解维护构建不是您的最佳选择。
#1
0
Maintenance builds are produced periodically to incorporate fixes into an existing release. They are typically built from tagged plug-in and feature pojects in a maintenance branch of the Git repository (i.e. R3_7_maintenance). Maintenance builds are promoted to a minor or service release (i.e. R3.7 or R3.7.1) after development teams have deemed one to be stable following one or more test-fix pass cycles.
定期生成维护版本,以将修复程序合并到现有版本中。它们通常是在Git存储库的维护分支(即R3_7_maintenance)中由标记的插件和功能部件构建的。在开发团队认为在一个或多个测试修复通过周期之后保持稳定之后,维护版本被提升为次要或服务版本(即R3.7或R3.7.1)。
Maintenance builds don't have to be stable. Go for release builds of the current and stable builds of the next version. Integration builds should be stable too - but actually I see some test failures there too.
维护构建不必稳定。去寻找下一版本的当前和稳定版本的发布版本。集成构建也应该是稳定的 - 但实际上我也看到了一些测试失败。
#2
0
One line above your download link is a description of the different kinds of builds, which you should read to understand that a maintenance build is not your best option.
下载链接上方的一行是对不同类型构建的描述,您应该阅读这些内容以了解维护构建不是您的最佳选择。