Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala plug-in for Eclipse Luna

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...

like image 919
PM 77-1 Avatar asked Dec 20 '22 12:12

PM 77-1


2 Answers

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.

like image 76
kiritsuku Avatar answered Dec 22 '22 00:12

kiritsuku


Not really addressing the issue here, but I will anyways add an answer for people who wants to install Scala IDE(stable version) in Eclipse Luna.

Instead of going to marketplaces, go to

help -> Install new software

copy the version you want to install from

http://scala-ide.org/download/nightly.html

and paste it in the dialog box in Eclipse , press ADD. It will list down the options,

select Scala IDE for Eclipse and finish.

Scala IDE will be installed in eclipse luna!

like image 43
druuu Avatar answered Dec 22 '22 01:12

druuu