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

Can nightlies of the Eclipse plug-in be used with Beta1 of the library?

3 replies
Erkki Lindpere
Joined: 2008-12-19,
User offline. Last seen 42 years 45 weeks ago.

I'm writing a Lift project and am using the lift build compatible with
Scala-2.8.0.Beta1

However, Miles recommends using nightlies of the Eclipse plug-in, which
has a newer snapshot of Scala-2.8.0

Is it ok if I use the Scala-2.8.0.Beta1 in the classpath (I'm using
M2Eclipse and am using Scala library from Maven Dependencies, not the
one provided by the plug-in)

I get an error "no-symbol does not have owner" in one project and I'm
wondering if it might come from incompatibility between the compiler and
library versions.

Erkki L

Kevin Wright
Joined: 2009-06-09,
User offline. Last seen 49 weeks 3 days ago.
Re: Can nightlies of the Eclipse plug-in be used with Beta1 of
Try doing a full clean and see if that sorts your problem.
I have one project where I'm working with the nightly plugin and maven-supplied 2.8 beta 1 on my classpath, things are generally good for me except for the otherwise known issues in eclipse.


On 7 February 2010 13:57, Erkki Lindpere <erkki@lap.ee> wrote:
I'm writing a Lift project and am using the lift build compatible with Scala-2.8.0.Beta1

However, Miles recommends using nightlies of the Eclipse plug-in, which has a newer snapshot of Scala-2.8.0

Is it ok if I use the Scala-2.8.0.Beta1 in the classpath (I'm using M2Eclipse and am using Scala library from Maven Dependencies, not the one provided by the plug-in)

I get an error "no-symbol does not have owner" in one project and I'm wondering if it might come from incompatibility between the compiler and library versions.

Erkki L



--
Kevin Wright

mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda

Erkki Lindpere
Joined: 2008-12-19,
User offline. Last seen 42 years 45 weeks ago.
Re: Can nightlies of the Eclipse plug-in be used with Beta1 of

I've done that 10s of times, no help.

Kevin Wright wrote:
> Try doing a full clean and see if that sorts your problem.
>
> I have one project where I'm working with the nightly plugin and
> maven-supplied 2.8 beta 1 on my classpath, things are generally good
> for me except for the otherwise known issues in eclipse.
>
>
>
> On 7 February 2010 13:57, Erkki Lindpere > wrote:
>
> I'm writing a Lift project and am using the lift build compatible
> with Scala-2.8.0.Beta1
>
> However, Miles recommends using nightlies of the Eclipse plug-in,
> which has a newer snapshot of Scala-2.8.0
>
> Is it ok if I use the Scala-2.8.0.Beta1 in the classpath (I'm
> using M2Eclipse and am using Scala library from Maven
> Dependencies, not the one provided by the plug-in)
>
> I get an error "no-symbol does not have owner" in one project and
> I'm wondering if it might come from incompatibility between the
> compiler and library versions.
>
> Erkki L
>
>
>
>

ijuma
Joined: 2008-08-20,
User offline. Last seen 22 weeks 2 days ago.
Re: Can nightlies of the Eclipse plug-in be used with Beta1 of

On Sun, 2010-02-07 at 15:57 +0200, Erkki Lindpere wrote:
> I'm writing a Lift project and am using the lift build compatible with
> Scala-2.8.0.Beta1
>
> However, Miles recommends using nightlies of the Eclipse plug-in, which
> has a newer snapshot of Scala-2.8.0
>
> Is it ok if I use the Scala-2.8.0.Beta1 in the classpath (I'm using
> M2Eclipse and am using Scala library from Maven Dependencies, not the
> one provided by the plug-in)

This has become a risky proposition since the substantial refactoring of
the compiler after Beta1. I'd recommend either sticking with an IDE
build from before the refactor (what I have been doing) or setting up a
system where you rebuild all your Scala dependencies with the nightly of
the plugin you intend to use.

Best,
Ismael

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