0

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:

enter image description here

Why is the status with red X? Is the build broken?

Charles
  • 50,943
  • 13
  • 104
  • 142
Cratylus
  • 52,998
  • 69
  • 209
  • 339

2 Answers2

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.

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.

Andreas Dolk
  • 113,398
  • 19
  • 180
  • 268
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.

Bananeweizen
  • 21,797
  • 8
  • 68
  • 88