- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Using 2.8 with Eclipse Plugin
Sun, 2009-05-17, 20:47
On Sun, May 17, 2009 at 5:55 PM, Ian Clarke wrote:
> So I want to work on a project that relies on a planned feature for
> 2.8, specifically the continuations support. Is it possible for me to
> work on this from within the Scala Eclipse Plugin? If it is possible,
> I'd appreciate some instructions for setting this up, as I'm rather
> unfamiliar with the plugin's internals.
I'd recommend against trunk for a couple of weeks. Fortunately the
continuations scalac plugin builds against 2.7.4.final and I believe
can be used from the 2.7.4.final release of the Scala IDE ...
according to Ingo you just need to specify Xpluginsdir in the in your
project-specific Scala compiler settings.
Cheers,
Miles
Mon, 2009-06-08, 00:57
#2
Re: Using 2.8 with Eclipse Plugin
On Sun, May 17, 2009 at 2:47 PM, Miles Sabin wrote:
> On Sun, May 17, 2009 at 5:55 PM, Ian Clarke wrote:
>> So I want to work on a project that relies on a planned feature for
>> 2.8, specifically the continuations support. Is it possible for me to
>> work on this from within the Scala Eclipse Plugin? If it is possible,
>> I'd appreciate some instructions for setting this up, as I'm rather
>> unfamiliar with the plugin's internals.
>
> I'd recommend against trunk for a couple of weeks. Fortunately the
> continuations scalac plugin builds against 2.7.4.final and I believe
> can be used from the 2.7.4.final release of the Scala IDE ...
> according to Ingo you just need to specify Xpluginsdir in the in your
> project-specific Scala compiler settings.
Its taken me a while, but I'm finally trying to follow this advice.
Unfortunately, I can't find the plugin. I downloaded the latest 2.8
snapshot (scala-2.8.0.r18001-b20090607020209.zip) from
http://www.scala-lang.org/node/212/distributions but can't find any
plugins in there.
Where can I find the continuations plugin?
Thanks,
Ian.
So I want to work on a project that relies on a planned feature for
2.8, specifically the continuations support. Is it possible for me to
work on this from within the Scala Eclipse Plugin? If it is possible,
I'd appreciate some instructions for setting this up, as I'm rather
unfamiliar with the plugin's internals.
Thanks,
Ian.