Note that there are some explanatory texts on larger screens.

plurals
  1. POUnresolved local dependency with SBT, Maven, Play 2.0 on Windows
    primarykey
    data
    text
    <p>I have a first project named Carpooling wich is the domain project. The second Project is a Play 2.0 project named "proto-search"</p> <p>I have run mvn install for Carpooling and the jar target is at its place in <code>C:\Users\Java\.m2\repository</code> along with all other libs.</p> <p>But when I launch <code>play run</code> at the "proto-search" directory, all dependencies are resolved except the Carpooling one. I have :</p> <pre><code>[warn] module not found: com.s20#biim-model;1.3-SNAPSHOT [warn] ==== local: tried [warn] D:\code\play-2.0.4\framework\..\repository/local/com.s20/biim-model/1.3 -SNAPSHOT/ivys/ivy.xml [warn] ==== Typesafe Releases Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/com/s20/biim-model/1.3-SNAPS HOT/biim-model-1.3-SNAPSHOT.pom [warn] ==== Typesafe Snapshots Repository: tried [warn] http://repo.typesafe.com/typesafe/snapshots/com/s20/biim-model/1.3-SNAP SHOT/biim-model-1.3-SNAPSHOT.pom [warn] ==== OSS Sonatype: tried [warn] http://oss.sonatype.org/content/repositories/releases/com/s20/biim-mode l/1.3-SNAPSHOT/biim-model-1.3-SNAPSHOT.pom [warn] ==== Local Maven Repository: tried [warn] file://C:/Users/Java/.m2/repository/com/s20/biim-model/1.3-SNAPSHOT/bii m-model-1.3-SNAPSHOT.pom [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/com/s20/biim-model/1.3-SNAPSHOT/biim-mode l-1.3-SNAPSHOT.pom [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.s20#biim-model;1.3-SNAPSHOT: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [error] {file:/D:/code/biiim/proto-search/}searchengine/*:update: sbt.ResolveExc eption: unresolved dependency: com.s20#biim-model;1.3-SNAPSHOT: not found </code></pre> <p>I do have the file at <code>C:/Users/Java/.m2/repository/com/s20/biim-model/1.3-SNAPSHOT/biim-model-1.3-SNAPSHOT.pom</code></p> <p>My platform is currently Windows. My teammate all use linux and have no problems. Maybe it's the <em>file://</em> that doesn't work, but I tried a few workaround with no success.</p> <p>Any idea ?</p>
    singulars
    1. This table or related slice is empty.
    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