- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Problem upgrading scala plugin to 2.7.3 fina
Maybe I'm duing something wrong. But when I do:
Help > Software Updates ...
Then Update
And I get this error:
An error occurred while collecting items to be installed
No repository found containing: ch.epfl.lamp.sdt.core/osgi.bundle/2.7.3.final
No repository found containing: ch.epfl.lamp.sdt/org.eclipse.update.feature/2.7.3.final
No repository found containing: scala.library/osgi.bundle/2.7.3.final
No repository found containing: scala.tools.nsc/osgi.bundle/2.7.3.final
I use this repository:
What am I doing wrong?
Thomas
Help > Software Updates ...
Then Update
And I get this error:
An error occurred while collecting items to be installed
No repository found containing: ch.epfl.lamp.sdt.core/osgi.bundle/2.7.3.final
No repository found containing: ch.epfl.lamp.sdt/org.eclipse.update.feature/2.7.3.final
No repository found containing: scala.library/osgi.bundle/2.7.3.final
No repository found containing: scala.tools.nsc/osgi.bundle/2.7.3.final
I use this repository:
http://www.scala-lang.org/scala-eclipse-plugin
What am I doing wrong?
Thomas










Re: Problem upgrading scala plugin to 2.7.3 fina
- Sebastien
2009/1/13 Thomas Sant Ana <mailleux [at] gmail [dot] com>
Re: Problem upgrading scala plugin to 2.7.3 fina
I can't see the release in here, and so maven is not picking it up:
http://scala-tools.org/repo-releases/org/scala-lang/scala-library/
Re: Re: Problem upgrading scala plugin to 2.7.3 fina
-Josh
On Tue, Jan 13, 2009 at 6:52 PM, Sam Stainsby <sam [at] sustainablesoftware [dot] com [dot] au> wrote:
Re: Re: Problem upgrading scala plugin to 2.7.3 fina
On Tue, Jan 13, 2009 at 11:52 PM, Sam Stainsby
wrote:
> I can't see the release in here, and so maven is not picking it up:
>
> http://scala-tools.org/repo-releases/org/scala-lang/scala-library/
The original poster was talking about the Scala Eclipse plugin and its
update site which isn't related to the scala-tools.org maven
repositiory.
Cheers,
Miles
Re: Re: Problem upgrading scala plugin to 2.7.3 fina
http://furiouspurpose.blogspot.com/2008/10/eclipse-update-problems-no-repository.html
Turns out eclipse has a bug, and this error occurs sometimes. To fix it, remove the update site and add it again.
Thomas
On Tue, Jan 13, 2009 at 9:52 PM, Sam Stainsby <sam [at] sustainablesoftware [dot] com [dot] au> wrote:
Re: Re: Problem upgrading scala plugin to 2.7.3 fina
On Tue, Jan 13, 2009 at 11:58 PM, Thomas Sant Ana wrote:
> Found the solution here:
>
> http://furiouspurpose.blogspot.com/2008/10/eclipse-update-problems-no-re...
>
> Turns out eclipse has a bug, and this error occurs sometimes. To fix it,
> remove the update site and add it again.
Thanks for the heads up ...
Cheers,
Miles
Re: Re: Problem upgrading scala plugin to 2.7.3 fina
On Wed, Jan 14, 2009 at 5:13 AM, Miles Sabin <miles [at] milessabin [dot] com> wrote: