module not found: org.scala-tools.sbt#sbt_2.9.0;0.7.7

53 views
Skip to first unread message

lhankewitz

unread,
Jun 13, 2011, 5:59:31 AM6/13/11
to scala-labs
Hello,

as defined in the downloaded scala-labs\labs\project\build.properties
I should use scala 2.9.0 and sbt 0.7.7.

I started sbt with version 0.7.7 (but also with 0.7.4 and 0.7.5) and
compile is ok,
but when I call
sbt reload I I get the following message:
-------------------------------------------------------------------------------------------------------------------
[info] Building project ScalaLabs-solutions 1.0 against Scala 2.9.0
[info] using ScalaLabsProject with sbt 0.7.7 and Scala 2.9.0
> reload
Getting org.scala-tools.sbt sbt_2.9.0 0.7.7 ...

:: problems summary ::
:::: WARNINGS
module not found: org.scala-tools.sbt#sbt_2.9.0;0.7.7

==== local: tried

C:\Users\me\.ivy2/local/org.scala-tools.sbt/sbt_2.9.0/0.7.7/
ivys/ivy.xml

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

C:\Users\me\.ivy2/local/org.scala-tools.sbt/sbt_2.9.0/0.7.7/
jars/sbt_2.9.0.jar

==== Maven2 Local: tried

file://C:\Users\me/.m2/repository/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.pom

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

file://C:\Users/me/.m2/repository/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.jar

==== sbt-db: tried

http://databinder.net/repo/org.scala-tools.sbt/sbt_2.9.0/0.7.7/ivys/ivy.xml

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

http://databinder.net/repo/org.scala-tools.sbt/sbt_2.9.0/0.7.7/jars/sbt_2.9.0.jar

==== Maven Central: tried

http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.pom

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.jar

==== Scala-Tools Maven2 Repository: tried

http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.pom

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.jar

==== Scala-Tools Maven2 Snapshots Repository: tried

http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.pom

-- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
sbt_2.9.0.jar:

http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt_2.9.0-0.7.7.jar

::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-tools.sbt#sbt_2.9.0;0.7.7: not found
::::::::::::::::::::::::::::::::::::::::::::::

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-tools.sbt#sbt_2.9.0;0.7.7: not found
Error during sbt execution: Error retrieving required libraries
(see C:\Users\me\develop\scala\scala-labs\labs\project\boot
\update.log for complete log)
Error: Could not retrieve sbt 0.7.7
-------------------------------------------------------------------------------------------------------------------

Unfortunately I didn't found any repository location from which sbt
can download sbt_2.9.0-0.7.7.jar.


Did I missed to configure something?

Kind regards,

Lutz


Raymond Roestenburg

unread,
Jun 13, 2011, 8:03:14 AM6/13/11
to scala...@googlegroups.com
Did you try to delete the boot directory of the project, run sbt clean-
lib clean-cache clean-plugins update? Are you sure your sbt is
referring to sbt 0.7.7?
I think it should try to get the installer plugin, please check
sbt.boot.properties file, make sure you have no classifiers line in
there. I think cleaning your cache and a fresh sbt install should
work, let me know how that goes.
--
Raymond Roestenburg

code: http://github.com/RayRoestenburg
blog: http://roestenburg.agilesquad.com
twtr: @RayRoestenburg

On Jun 13, 2011, at 11:59, lhankewitz <l.han...@googlemail.com>
wrote:

Raymond Roestenburg

unread,
Jun 13, 2011, 8:04:45 AM6/13/11
to scala...@googlegroups.com
I tried just now and I'm getting the same error MSG

--
Raymond Roestenburg

On Jun 13, 2011, at 11:59, lhankewitz <l.han...@googlemail.com>
wrote:

> Hello,


>
> as defined in the downloaded scala-labs\labs\project\build.properties
> I should use scala 2.9.0 and sbt 0.7.7.
>
> I started sbt with version 0.7.7 (but also with 0.7.4 and 0.7.5) and
> compile is ok,
> but when I call
> sbt reload I I get the following message:

> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------

> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------
>

Raymond Roestenburg

unread,
Jun 13, 2011, 8:31:45 AM6/13/11
to scala...@googlegroups.com
You can set the def.scala version to 2.7.7 in project/build.properties, should work fine.

def.scala.version=2.7.7

keep the build.scala.version to 2.9.0

lhankewitz

unread,
Jun 13, 2011, 1:44:56 PM6/13/11
to scala-labs
Thanks a lot,

def.scala.version=2.7.7 solved the problem.

Lutz

On 13 Jun., 14:31, Raymond Roestenburg <raymond.roestenb...@gmail.com>
wrote:
> You can set the def.scala version to 2.7.7 in project/build.properties,
> should work fine.
>
> def.scala.version=2.7.7
>
> keep the build.scala.version to 2.9.0
>
> >http://databinder.net/repo/org.scala-tools.sbt/sbt_2.9.0/0.7.7/ivys/i...
>
> >          -- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
> > sbt_2.9.0.jar:
>
> >http://databinder.net/repo/org.scala-tools.sbt/sbt_2.9.0/0.7.7/jars/s...
>
> >        ==== Maven Central: tried
>
> >http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt...
>
> >          -- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
> > sbt_2.9.0.jar:
>
> >http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.0/0.7.7/sbt...
>
> >        ==== Scala-Tools Maven2 Repository: tried
>
> >http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.0/0....
>
> >          -- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
> > sbt_2.9.0.jar:
>
> >http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.0/0....
>
> >        ==== Scala-Tools Maven2 Snapshots Repository: tried
>
> >http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.0/0...
>
> >          -- artifact org.scala-tools.sbt#sbt_2.9.0;0.7.7!
> > sbt_2.9.0.jar:
>
> >http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.0/0...
>
> >                ::::::::::::::::::::::::::::::::::::::::::::::

Raymond Roestenburg

unread,
Jun 13, 2011, 2:23:28 PM6/13/11
to scala...@googlegroups.com
you're welcome!
Reply all
Reply to author
Forward
0 new messages