scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Eclipse 4.2 (Juno) Support #83

Closed jrmooring closed 11 years ago

jrmooring commented 12 years ago

Scala Worksheet is not currently available in any of the Scala Ecosystem update sites for 4.2 (Juno).

Versions available in the update sites for 3.7 (Indigo) have compatibility issues with 4.2.

amrnt commented 12 years ago

I recommend you to see #67

jrmooring commented 12 years ago

Appears to be fixed with commit 9d4ea5bc2446c9d52fa51883428be3fcd65aed4e

pas256 commented 11 years ago

If thats true, wouldn't the nightly build have it. I just updated and its not there.

dragos commented 11 years ago

Are you using the 2.9 or 2.10 version? The 2.10 didn't build for a week because of a failure in the IDE build (upstream project).

dragos commented 11 years ago

the 2.10 nightly is working again. @pas256, could you please confirm it's working on Juno?

pas256 commented 11 years ago

I was using 2.9. Just switched to 2.10, and still cannot see a way to create a Scala Worksheet

dragos commented 11 years ago

As long as you could install it on Juno, it means this ticket is 'fixed'. Have you looked at the Getting Started guide?

ghost commented 11 years ago

I am noticing the same problem. Just downloaded Juno and nightlies and I can confirm that worksheet is missing.

ghost commented 11 years ago

It works if you use this update site: http://download.scala-ide.org/nightly-update-juno-master-29x

dragos commented 11 years ago

I'll try to clear things up a bit, as it looks like there's a lot of confusion around the different versions of the IDE, Eclipse and worksheet.

The Juno nightly (or milestone) update site contains only the Scala IDE plugin. The worksheet is a separate plugin that you can install from a different update site. The latest release version (0.1.1, that won't work with Juno) is in the ecosystem. The nightly build of the worksheet should work with the Juno version of the IDE, and can be installed from the nightly update site:

dotta commented 11 years ago

And the worksheet V0.1.2 release will be part of the forthcoming Scala IDE V2.1-M2 for Eclipse Juno Ecosystem. Stay tuned!

dotta commented 11 years ago

Commit c831173119cfa6f79876ae5b9ed4e9b18f7c0f58 fixes an issue with Juno support, and it has been backported in time for v0.1.2 release (happening really soon!)

dotta commented 11 years ago

V0.1.2 was just announced: http://scala-ide.org/blog/worksheet-0.1.2.html. And yes, it can be installed on Juno.