Note that there are some explanatory texts on larger screens.

plurals
  1. POUnderstanding How SBT, Scala, SBT-Idea and Play Framework Work Together
    primarykey
    data
    text
    <p>I am new and had built some simple Scala applications / tutorials using SBT. I move on to Play framework and generated an empty project using <code>g8 typesafehub/play-scala</code>. I did a few tests to make sure it was properly generated. That checked out good and I added sbt-idea plugin, <code>https://github.com/mpeltonen/sbt-idea</code>, to generate an IntelliJ project. This is where the hell broke loose.</p> <p>I had to find the right Scala, SBT, Play framework and sbt-idea versions combinations to get it compiled perfectly. Otherwise, the compilation would broke with out right errors or warnings that got me guessing. So far, the best "combination" I had was </p> <pre><code>Scala 2.9.2 Play 2.0.1 SBT 0.11.2 sbt-idea 1.1.0 </code></pre> <p>with the following warning</p> <pre><code> [warn] [NOT FOUND ] maven-plugins#maven-cobertura-plugin;1.3!maven-cobertura-plugin.plugin (282ms) [warn] ==== Typesafe Releases Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/maven-plugins/maven-cobertura-plugin/1.3/maven-cobertura-plugin-1.3.plugin [warn] [NOT FOUND ] maven-plugins#maven-findbugs-plugin;1.3.1!maven-findbugs-plugin.plugin (284ms) [warn] ==== Typesafe Releases Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/maven-plugins/maven-findbugs-plugin/1.3.1/maven-findbugs-plugin-1.3.1.plugin [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: FAILED DOWNLOADS :: [warn] :: ^ see resolution messages for details ^ :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: maven-plugins#maven-cobertura-plugin;1.3!maven-cobertura-plugin.plugin [warn] :: maven-plugins#maven-findbugs-plugin;1.3.1!maven-findbugs-plugin.plugin [warn] :::::::::::::::::::::::::::::::::::::::::::::: </code></pre> <p>If I use the latest versions, SBT 0.12 and Play 2.0.3 I would get a complilating error. Any idea or explanation how I can get all these works together nicely? It is a version mess to me right now. Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload