- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse plugin with 2.8.0.Beta1 - bad scala library ?
Fri, 2010-01-29, 13:39
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,
Fri, 2010-01-29, 14:07
#2
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,
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