Created
January 31, 2012 11:48
-
-
Save jberkel/1710077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> gen-idea no-classifiers | |
[info] Trying to create an Idea module Apklib Sample | |
[info] Trying to create an Idea module tests | |
[info] Updating {file:/Users/jan/tmp/1709186/}tests... | |
[info] Resolving apklib-sample#apklib-sample_2.9.1;0.1 ... | |
[info] Resolving org.scala-lang#scala-library;2.9.1 ... | |
[info] Resolving com.actionbarsherlock#library;4.0.0-SNAPSHOT ... | |
[warn] module not found: com.actionbarsherlock#library;4.0.0-SNAPSHOT | |
[warn] ==== local: tried | |
[warn] /Users/jan/.ivy2/local/com.actionbarsherlock/library/4.0.0-SNAPSHOT/ivys/ivy.xml | |
[warn] ==== public: tried | |
[warn] http://repo1.maven.org/maven2/com/actionbarsherlock/library/4.0.0-SNAPSHOT/library-4.0.0-SNAPSHOT.pom | |
[warn] ==== Scala-Tools Maven2 Repository: tried | |
[warn] http://scala-tools.org/repo-releases/com/actionbarsherlock/library/4.0.0-SNAPSHOT/library-4.0.0-SNAPSHOT.pom | |
[info] Resolving android#compatibility-v4;r3-SNAPSHOT ... | |
[warn] module not found: android#compatibility-v4;r3-SNAPSHOT | |
[warn] ==== local: tried | |
[warn] /Users/jan/.ivy2/local/android/compatibility-v4/r3-SNAPSHOT/ivys/ivy.xml | |
[warn] ==== public: tried | |
[warn] http://repo1.maven.org/maven2/android/compatibility-v4/r3-SNAPSHOT/compatibility-v4-r3-SNAPSHOT.pom | |
[warn] ==== Scala-Tools Maven2 Repository: tried | |
[warn] http://scala-tools.org/repo-releases/android/compatibility-v4/r3-SNAPSHOT/compatibility-v4-r3-SNAPSHOT.pom | |
[warn] :::::::::::::::::::::::::::::::::::::::::::::: | |
[warn] :: UNRESOLVED DEPENDENCIES :: | |
[warn] :::::::::::::::::::::::::::::::::::::::::::::: | |
[warn] :: com.actionbarsherlock#library;4.0.0-SNAPSHOT: not found | |
[warn] :: android#compatibility-v4;r3-SNAPSHOT: not found | |
[warn] :::::::::::::::::::::::::::::::::::::::::::::: | |
[error] {file:/Users/jan/tmp/1709186/}tests/*:update: sbt.ResolveException: unresolved dependency: com.actionbarsherlock#library;4.0.0-SNAPSHOT: not found | |
[error] unresolved dependency: android#compatibility-v4;r3-SNAPSHOT: not found | |
[error] Failed to obtain dependency classpath | |
[error] java.lang.IllegalArgumentException | |
[error] Use 'last' for the full log. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment