- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse nightlies stalled?
Mon, 2010-02-22, 13:22
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
Mon, 2010-02-22, 14:27
#2
Re: Eclipse nightlies stalled?
OK, I understand. Thanks for the info.
Gr. Silvio
Wed, 2010-02-24, 18:07
#3
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
>
Wed, 2010-02-24, 21:47
#4
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
Wed, 2010-02-24, 22:27
#5
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
>
Wed, 2010-02-24, 22:37
#6
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
Wed, 2010-02-24, 22:47
#7
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
Wed, 2010-02-24, 22:57
#8
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
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