Created
June 19, 2012 18:47
-
-
Save danhammer/2955838 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
dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean | |
Downloading: lein-swank/lein-swank/1.4.4/lein-swank-1.4.4.pom from repository central at http://repo1.maven.org/maven2 | |
Unable to locate resource in repository | |
[INFO] Unable to find resource 'lein-swank:lein-swank:pom:1.4.4' in repository central (http://repo1.maven.org/maven2) | |
Downloading: lein-swank/lein-swank/1.4.4/lein-swank-1.4.4.pom from repository clojars at http://clojars.org/repo/ | |
Transferring 1K from clojars | |
Downloading: lein-swank/lein-swank/1.4.4/lein-swank-1.4.4.jar from repository central at http://repo1.maven.org/maven2 | |
Unable to locate resource in repository | |
[INFO] Unable to find resource 'lein-swank:lein-swank:jar:1.4.4' in repository central (http://repo1.maven.org/maven2) | |
Downloading: lein-swank/lein-swank/1.4.4/lein-swank-1.4.4.jar from repository clojars at http://clojars.org/repo/ | |
Transferring 109K from clojars | |
Copying 2 files to /mnt/hgfs/Dropbox/github/danhammer/forma-clj/.lein-plugins | |
Exception in thread "main" java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:616) | |
at jline.ConsoleRunner.main(ConsoleRunner.java:69) | |
Caused by: java.lang.IllegalArgumentException: No matching field found: getDirectoryScanner for class org.apache.tools.ant.types.FileSet (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:457) | |
at clojure.lang.Var.invoke(Var.java:377) | |
at clojure.lang.AFn.applyToHelper(AFn.java:172) | |
at clojure.lang.Var.applyTo(Var.java:482) | |
at clojure.main.main(main.java:37) | |
... 5 more | |
Caused by: java.lang.IllegalArgumentException: No matching field found: getDirectoryScanner for class org.apache.tools.ant.types.FileSet | |
at clojure.lang.Reflector.getInstanceField(Reflector.java:245) | |
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:267) | |
at leiningen.util.plugins$plugin_files.invoke(plugins.clj:65) | |
at leiningen.util.plugins$download_plugins.invoke(plugins.clj:86) | |
at leiningen.core$_main.doInvoke(core.clj:327) | |
at clojure.lang.RestFn.invoke(RestFn.java:410) | |
at clojure.lang.AFn.applyToHelper(AFn.java:161) | |
at clojure.lang.RestFn.applyTo(RestFn.java:132) | |
at clojure.core$apply.invoke(core.clj:542) | |
at leiningen.core$_main.invoke(core.clj:334) | |
at user$eval42.invoke(NO_SOURCE_FILE:1) | |
at clojure.lang.Compiler.eval(Compiler.java:5424) | |
... 16 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment