Skip to content

Instantly share code, notes, and snippets.

@cdemyanovich
Created December 6, 2010 02:29
Show Gist options
  • Save cdemyanovich/729740 to your computer and use it in GitHub Desktop.
Save cdemyanovich/729740 to your computer and use it in GitHub Desktop.
failure installing lein-search plugin
$ lein plugin install lein-search 0.3.3
Downloading: org/clojure/clojure/1.1.0/clojure-1.1.0.pom from central
Downloading: org/clojure/clojure-contrib/1.1.0/clojure-contrib-1.1.0.pom from central
Downloading: org/clojure/clojure-contrib/1.1.0/clojure-contrib-1.1.0.pom from clojure
Transferring 1K from clojure
Downloading: org/clojure/clojure/1.1.0/clojure-1.1.0.jar from central
Downloading: org/clojure/clojure-contrib/1.1.0/clojure-contrib-1.1.0.jar from central
Downloading: org/clojure/clojure-contrib/1.1.0/clojure-contrib-1.1.0.jar from clojure
Transferring 3215K from clojure
Copying 2 files to /var/folders/Qc/QcHVL6pTFVmL3sdeOxoGwk+++TI/-Tmp-/lein-c20dc40b-5eb0-4755-ae00-3165d3787009/lib
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.pom from central
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.pom from clojure
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.pom from clojure-snapshots
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.pom from clojars
Transferring 1K from clojars
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.pom from clojure
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.pom from clojure-snapshots
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.pom from clojars
Transferring 1K from clojars
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.pom from central
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.pom from clojure
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.pom from clojure-snapshots
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.pom from clojars
Transferring 1K from clojars
[INFO] snapshot org.clojure:clojure:1.1.0-master-SNAPSHOT: checking for updates from clojure
[INFO] snapshot org.clojure:clojure:1.1.0-master-SNAPSHOT: checking for updates from clojure-snapshots
[INFO] snapshot org.clojure:clojure:1.1.0-master-SNAPSHOT: checking for updates from clojars
[INFO] snapshot org.clojure:clojure:1.1.0-master-SNAPSHOT: checking for updates from central
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.pom from clojure
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.pom from clojure-snapshots
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.pom from clojars
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.pom from central
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.jar from central
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.jar from clojure
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.jar from clojure-snapshots
Downloading: lein-clojars/lein-clojars/0.5.0/lein-clojars-0.5.0.jar from clojars
Transferring 4K from clojars
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.jar from clojure
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.jar from clojure-snapshots
Downloading: com/jcraft/jsch/0.1.42/jsch-0.1.42.jar from clojars
Transferring 181K from clojars
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.jar from central
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.jar from clojure
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.jar from clojure-snapshots
Downloading: swank-clojure/swank-clojure/1.1.0/swank-clojure-1.1.0.jar from clojars
Transferring 36K from clojars
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.jar from clojure
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.jar from clojure-snapshots
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.jar from clojars
Downloading: org/clojure/clojure/1.1.0-master-SNAPSHOT/clojure-1.1.0-master-SNAPSHOT.jar from central
An error has occurred while processing the Maven artifact tasks.
Diagnosis:
Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) swank-clojure:swank-clojure:jar:1.1.0
3) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)
Exception in thread "main" Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) swank-clojure:swank-clojure:jar:1.1.0
3) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)
(NO_SOURCE_FILE:0)
at clojure.lang.Compiler.eval(Compiler.java:5440)
at clojure.lang.Compiler.eval(Compiler.java:5391)
at clojure.core$eval.invoke(core.clj:2382)
at clojure.main$eval_opt.invoke(main.clj:235)
at clojure.main$initialize.invoke(main.clj:254)
at clojure.main$script_opt.invoke(main.clj:270)
at clojure.main$main.doInvoke(main.clj:354)
at clojure.lang.RestFn.invoke(RestFn.java:552)
at clojure.lang.Var.invoke(Var.java:390)
at clojure.lang.AFn.applyToHelper(AFn.java:195)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.main.main(main.java:37)
Caused by: Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) swank-clojure:swank-clojure:jar:1.1.0
3) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)
at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:175)
at org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:678)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
at leiningen.deps$deps.invoke(deps.clj:79)
at leiningen.deps$deps.invoke(deps.clj:87)
at leiningen.deps$deps.invoke(deps.clj:90)
at leiningen.deps$deps.invoke(deps.clj:91)
at leiningen.plugin$install.invoke(plugin.clj:43)
at leiningen.plugin$plugin.invoke(plugin.clj:77)
at clojure.lang.Var.invoke(Var.java:373)
at clojure.lang.AFn.applyToHelper(AFn.java:169)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.core$apply.invoke(core.clj:540)
at leiningen.core$apply_task.invoke(core.clj:187)
at leiningen.core$_main.doInvoke(core.clj:245)
at clojure.lang.RestFn.applyTo(RestFn.java:138)
at clojure.core$apply.invoke(core.clj:540)
at leiningen.core$_main.invoke(core.clj:250)
at user$eval171.invoke(NO_SOURCE_FILE:1)
at clojure.lang.Compiler.eval(Compiler.java:5424)
... 11 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.1.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) swank-clojure:swank-clojure:jar:1.1.0
3) org.clojure:clojure:jar:1.1.0-master-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:170)
... 35 more
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment