Scala plug-in for Eclipse Luna

PM 77-1 picture PM 77-1 · Aug 6, 2014 · Viewed 8.1k times · Source

Do I understand correctly that the only version of Scala IDE compatible with Eclipse Luna is Scala IDE 4.0.0 Milestone 3?

I'm not familiar with this Milestone terminology. It seems to be something between stable version and nightly builds. Is it the same as Release Candidate? In old waterfall terminology would it be alpha or beta?

In other words: How safe is it?

If I already have Eclipse Luna and JDK 1.8, and want Scala support, do I really have a choice?

If someone already uses this combination, please share your experience.


And what is really confusing is that when I open Marketplace in Luna it offers 3.0x version.

Eclipse Marketplace

Go figure...

Answer

kiritsuku picture kiritsuku · Aug 7, 2014

Yes, 4.0 M3 is the minimum version that supports Luna. The upcoming versions will support Luna as well, but there are no plans to support older version of the Scala IDE on Luna.

Therefore, if you don't want to build an older version of Scala IDE, where you successfully included Luna support, there is no other way than to use 4.0M3+.

Milestones generally are equivalent to beta level I would say. M3 is the version before RC1 and RCs are not far away from final versions.

The milestones should be safe, even the nightlies are because they are already used to develop new versions of the IDE, but especially the nightlies could be broken for some days. For milestones it is more realistic that new features can be broken, but features that worked already in an older final version should be very safe.

The marketspace only offers the final version, if you want a milestone/nightly/RC you need to download it from the Scala IDE homepage.