This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Eclipse plugin with 2.8.0.Beta1 - bad scala library ?

2 replies
fanf
Joined: 2009-03-17,
User offline. Last seen 2 years 30 weeks ago.

Hello,

I tried to use the Scala Eclipse plugin with 2.8.0.Beta1, with the
update URL indicated here: http://www.scala-lang.org/node/4587

But the plugin on the
http://www.scala-lang.org/scala-eclipse-plugin-beta-preview URL seems
to use an other Scala library than the Beta1 (2.8.0.r20671-b20100126103123).

Is this intentionnal ?

That seems to breack the use of Lift 2.8.0 SNAPSHOT with
"java.lang.AbstractMethodError" errors (if I compile and jetty:run my
program from maven command line, everything is ok).

Thanks,

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse plugin with 2.8.0.Beta1 - bad scala library ?

On Fri, Jan 29, 2010 at 12:39 PM, Francois wrote:
> I tried to use the Scala Eclipse plugin with 2.8.0.Beta1, with the update
> URL indicated here:  http://www.scala-lang.org/node/4587
>
> But the plugin on the
> http://www.scala-lang.org/scala-eclipse-plugin-beta-preview  URL seems to
> use an other Scala library than the Beta1 (2.8.0.r20671-b20100126103123).
>
> Is this intentionnal ?
>
> That seems to breack the use of Lift 2.8.0 SNAPSHOT with
> "java.lang.AbstractMethodError" errors (if I compile and jetty:run my
> program from maven command line, everything is ok).

It's not intentional that it breaks Lift, however it is intentional
that the IDE is shipping with a very slightly later revision of the
core toolchain ... unfortunately there were a couple of last minute
showstoppers for the IDE with the earlier revision.

Bear in mind that whilst this release is a beta of the compiler and
libraries, it's merely a *preview* of the IDE ... I still strongly
encourage people to follow trunk if they're working with Eclipse.

FWIW, I strongly suspect that the current nightly will build Lift successfully.

Cheers,

Miles

fanf
Joined: 2009-03-17,
User offline. Last seen 2 years 30 weeks ago.
Re: Eclipse plugin with 2.8.0.Beta1 - bad scala library ?

Le 29/01/2010 13:45, Miles Sabin a écrit :
> It's not intentional that it breaks Lift, however it is intentional
> that the IDE is shipping with a very slightly later revision of the
> core toolchain ... unfortunately there were a couple of last minute
> showstoppers for the IDE with the earlier revision.

OK

> Bear in mind that whilst this release is a beta of the compiler and
> libraries, it's merely a *preview* of the IDE ... I still strongly
> encourage people to follow trunk if they're working with Eclipse.
>
> FWIW, I strongly suspect that the current nightly will build Lift successfully.

Yep, no problem, I will continue to use nightly with Scala Snapshot and
home compiled Lift.

Thanks for the answer,

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland