Created
May 11, 2012 20:43
-
-
Save jsuereth/2662300 to your computer and use it in GitHub Desktop.
Step 1 is always failure
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
| ➜ sbt -Dsbt.repo.proxy.url=http://localhost:8081/ -no-share | |
| Detected sbt version 0.12.0-Beta2 | |
| Starting sbt: invoke with -help for other options | |
| Getting net.java.dev.jna jna 3.2.3 ... | |
| :: problems summary :: | |
| :::: WARNINGS | |
| module not found: net.java.dev.jna#jna;3.2.3 | |
| ==== proxy-maven: tried | |
| http://localhost:8081/net/java/dev/jna/jna/3.2.3/jna-3.2.3.pom | |
| ==== proxy-ivy: tried | |
| http://localhost:8081/net.java.dev.jna/jna/3.2.3/ivys/ivy.xml | |
| ==== local: tried | |
| /home/jsuereth/project/personal/tmp/project/.ivy/local/net.java.dev.jna/jna/3.2.3/ivys/ivy.xml | |
| :::::::::::::::::::::::::::::::::::::::::::::: | |
| :: UNRESOLVED DEPENDENCIES :: | |
| :::::::::::::::::::::::::::::::::::::::::::::: | |
| :: net.java.dev.jna#jna;3.2.3: not found | |
| :::::::::::::::::::::::::::::::::::::::::::::: |
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
| ➜ sbt -Dsbt.repo.proxy.ivy.url=http://localhost:8081/ -no-share | |
| Detected sbt version 0.12.0-Beta2 | |
| Starting sbt: invoke with -help for other options | |
| Getting net.java.dev.jna jna 3.2.3 ... | |
| downloading http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.3/jna-3.2.3.jar ... | |
| [SUCCESSFUL ] net.java.dev.jna#jna;3.2.3!jna.jar (3297ms) | |
| :: retrieving :: org.scala-sbt#boot-jna | |
| confs: [default] | |
| 1 artifacts copied, 0 already retrieved (838kB/13ms) | |
| Getting org.scala-sbt sbt 0.12.0-Beta2 ... | |
| :: problems summary :: | |
| :::: WARNINGS | |
| module not found: org.scala-sbt#sbt;0.12.0-Beta2 | |
| ==== proxy-ivy: tried | |
| http://localhost:8081/org.scala-sbt/sbt/0.12.0-Beta2/ivys/ivy.xml | |
| ==== local: tried | |
| /home/jsuereth/project/personal/tmp/project/.ivy/local/org.scala-sbt/sbt/0.12.0-Beta2/ivys/ivy.xml | |
| ==== Maven Central: tried | |
| http://repo1.maven.org/maven2/org/scala-sbt/sbt/0.12.0-Beta2/sbt-0.12.0-Beta2.pom | |
| ==== sonatype-snapshots: tried | |
| https://oss.sonatype.org/content/repositories/snapshots/org/scala-sbt/sbt/0.12.0-Beta2/sbt-0.12.0-Beta2.pom |
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
| ➜ sbt -Dsbt.repo.proxy.maven.url=http://localhost:8081/ -no-share | |
| Detected sbt version 0.12.0-Beta2 | |
| Starting sbt: invoke with -help for other options | |
| Getting net.java.dev.jna jna 3.2.3 ... | |
| :: problems summary :: | |
| :::: WARNINGS | |
| module not found: net.java.dev.jna#jna;3.2.3 | |
| ==== proxy-maven: tried | |
| http://localhost:8081/net/java/dev/jna/jna/3.2.3/jna-3.2.3.pom | |
| ==== local: tried | |
| /home/jsuereth/project/personal/tmp/project/.ivy/local/net.java.dev.jna/jna/3.2.3/ivys/ivy.xml | |
| ==== typesafe-ivy-releases: tried | |
| http://repo.typesafe.com/typesafe/ivy-releases/net.java.dev.jna/jna/3.2.3/ivys/ivy.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to resolve this issue
]