-
-
Save michalmarczyk/454589 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
java -cp "d:/xPrograms/leiningen/1.2.0/leiningen-1.2.0-RC2-standalone.jar;src;classes" leiningen.core uberjar | |
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: defproject in this context (project.clj:1) | |
at clojure.lang.Compiler.analyze(Compiler.java:5200) | |
at clojure.lang.Compiler.analyze(Compiler.java:5146) | |
at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3031) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:5366) | |
at clojure.lang.Compiler.analyze(Compiler.java:5185) | |
at clojure.lang.Compiler.analyze(Compiler.java:5146) | |
at clojure.lang.Compiler.eval(Compiler.java:5423) | |
at clojure.lang.Compiler.load(Compiler.java:5852) | |
at clojure.lang.Compiler.loadFile(Compiler.java:5815) | |
at clojure.lang.RT$3.invoke(RT.java:296) | |
at leiningen.core$read_project.invoke(core.clj:54) | |
at leiningen.core$read_project.invoke(core.clj:58) | |
at leiningen.core$_main.doInvoke(core.clj:102) | |
at clojure.lang.RestFn.applyTo(RestFn.java:138) | |
at leiningen.core.main(Unknown Source) | |
Caused by: java.lang.Exception: Unable to resolve symbol: defproject in this context | |
at clojure.lang.Compiler.resolveIn(Compiler.java:5672) | |
at clojure.lang.Compiler.resolve(Compiler.java:5616) | |
at clojure.lang.Compiler.analyzeSymbol(Compiler.java:5579) | |
at clojure.lang.Compiler.analyze(Compiler.java:5167) | |
... 14 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment