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

Eclipse nightlies stalled?

8 replies
Silvio Bierman
Joined: 2009-02-16,
User offline. Last seen 1 year 16 weeks ago.

Hello all,

I may have missed some announcement of this but it seems like there has been
no nightly since Feb-14. Is there a particular problem causing that or are
we just waiting for another major step forward to be completed?

Gr. Silvio

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse nightlies stalled?

On Mon, Feb 22, 2010 at 12:22 PM, Silvio Bierman
wrote:
> I may have missed some announcement of this but it seems like there has been
> no nightly since Feb-14. Is there a particular problem causing that or are
> we just waiting for another major step forward to be completed?

Scala IDE nightlies depend on the nightly of the main Scala toolchain
building. That hasn't been the case since the 14th,

http://www.scala-lang.org/node/212/distributions

Cheers,

Miles

Silvio Bierman
Joined: 2009-02-16,
User offline. Last seen 1 year 16 weeks ago.
Re: Eclipse nightlies stalled?

OK, I understand. Thanks for the info.

Gr. Silvio

Razvan Cojocaru 2
Joined: 2009-11-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Eclipse nightlies stalled?

Sorry, I don't understand. IDE depedens on those but builds when itself
changes, right? Does this mean there's been no changes to the plugin since
the 14th?

Why wouldn't a "nightly" build be triggered when the underlying code
changed?

Miles Sabin wrote:
>
> On Mon, Feb 22, 2010 at 12:22 PM, Silvio Bierman
> wrote:
>> I may have missed some announcement of this but it seems like there has
>> been
>> no nightly since Feb-14. Is there a particular problem causing that or
>> are
>> we just waiting for another major step forward to be completed?
>
> Scala IDE nightlies depend on the nightly of the main Scala toolchain
> building. That hasn't been the case since the 14th,
>
> http://www.scala-lang.org/node/212/distributions
>
> Cheers,
>
>
> Miles
>

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse nightlies stalled?

On Wed, Feb 24, 2010 at 5:00 PM, Razvan Cojocaru wrote:
> Sorry, I don't understand. IDE depedens on those but builds when itself
> changes, right? Does this mean there's been no changes to the plugin since
> the 14th?
>
> Why wouldn't a "nightly" build be triggered when the underlying code
> changed?

There have been plenty of changes since the 14th.

The nightly build happens ... nightly. If a part of the build fails it
all fails. Hence no command line tools, no IDE. Try again tomorrow.

Cheers,

Miles

--
Miles Sabin
tel: +44 (0)7813 944 528
skype: milessabin
http://www.chuusai.com/
http://twitter.com/milessabin

Razvan Cojocaru 2
Joined: 2009-11-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Eclipse nightlies stalled?

Sorry, I don't understand. IDE depedens on those but builds when itself
changes, right? Does this mean there's been no changes to the plugin since
the 14th?

Why wouldn't a "nightly" build be triggered when the underlying code
changed?

Miles Sabin wrote:
>
> On Mon, Feb 22, 2010 at 12:22 PM, Silvio Bierman
> wrote:
>> I may have missed some announcement of this but it seems like there has
>> been
>> no nightly since Feb-14. Is there a particular problem causing that or
>> are
>> we just waiting for another major step forward to be completed?
>
> Scala IDE nightlies depend on the nightly of the main Scala toolchain
> building. That hasn't been the case since the 14th,
>
> http://www.scala-lang.org/node/212/distributions
>
> Cheers,
>
>
> Miles
>

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse nightlies stalled?

On Wed, Feb 24, 2010 at 9:19 PM, Razvan Cojocaru wrote:
> Sorry, I don't understand. IDE depedens on those but builds when itself
> changes, right?

Not really. The IDE nightly build is part of the main nightly build.
Nothing is triggered by changes, it's time based. And if one part
fails it all fails.

> Does this mean there's been no changes to the plugin since
> the 14th?

No. There have been lots of changes since the 14th. But no new nightly
builds since then because the main toolchain build has been failing.

Cheers,

Miles

Stephen Haberman
Joined: 2009-07-17,
User offline. Last seen 42 years 45 weeks ago.
Re: Eclipse nightlies stalled?

> Try again tomorrow.

After some annoyances building (e.g. I commented out generating the
scaladoc, man that takes forever), this is working for me:

http://com-bizo-public.s3.amazonaws.com/tools/scala/ch.epfl.lamp.sdt_2.8...

Huge disclaimer that this is just my one-off build, nothing at all
official.

Also, Miles, I'm getting an error about:

AT: RangePosition(Option.scala, 584, 592, 5738)
scala.tools.nsc.FatalError: trait Product does not have a member
productElementName

Given productElementName is post-beta1, should I assume this is because
I'm still using a beta1 library on my project's classpath while the IDE
is nightly?

Thanks,
Stephen

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse nightlies stalled?

On Wed, Feb 24, 2010 at 9:43 PM, Stephen Haberman
wrote:
> Also, Miles, I'm getting an error about:
>
>    AT: RangePosition(Option.scala, 584, 592, 5738)
>    scala.tools.nsc.FatalError: trait Product does not have a member
>    productElementName
>
> Given productElementName is post-beta1, should I assume this is because
> I'm still using a beta1 library on my project's classpath while the IDE
> is nightly?

Ouch, yes ... as I was saying, the nightly IDE build is part of the
main nightly toolchain build, and mixing with beta1 libraries is a
recipe for disaster.

Cheers,

Miles

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