The docs are stale, the release is here: http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.2/sbt.msi
Hi all,
I have created a large project using lots of subprojects using sbt. I did not have any problems that I could not solve by reading the getting started guide. I like it very much so far.
However, one of the main reasons I decided to try out sbt (before we were just building from inside intellij IDEA) was the ability to painlessly switch libraries like the scala version for all subprojects without having to click through a million modal dialogs.
I noticed that the .msi available from the setup page http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html is 0.11.3. Also, the sbt version that is included in the typesafe stack is 0.11.3. But I could not get 0.11.3 to work with scala 2.10. Uninstalling the typesafe stack on my local machine and installing the standalone .deb gave me sbt version 0.12.0, which works with scala 2.10.
But my colleagues are using windows. Is there a windows .msi available for a current version of sbt like 0.12.0? Alternatively, will the typesafe stack be upgraded to scala 2.10 soon? If not, what is the recommended way to use scala 2.10 from windows?
best regards,
Rüdiger
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-build-t...@googlegroups.com.
To post to this group, send email to simple-b...@googlegroups.com.
Visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hmm.... This is the one I'm using. I wonder if it bundled 0.11.3-2 launcher...,
Can you check if sbt.version is set in your project/build.properties file?
No, I think my packaging process is using stale launchers. So that's the 0.11.3-2 launcher packaged with the 0.12.2 script updates.
Since the launcher is so stable, its mostly a non-issue. I'll work on fixing the build and updating the release process for sbt.