slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

Can't run Lein Spec. Unable to resolve symbol: file i n this context (spec.clj:16) #62

Closed peterhadlaw closed 10 years ago

peterhadlaw commented 11 years ago

I'm simply trying to run some tests and lein spec is failing with speclj. Here is the beginning of a very long stack trace. (Let me know if you need more).

Exception in thread "main" java.lang.Exception: Unable to resolve symbol: file i n this context (spec.clj:16) at clojure.lang.Compiler.analyze(Compiler.java:5206) at clojure.lang.Compiler.analyze(Compiler.java:5152) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3037) at clojure.lang.Compiler.analyzeSeq(Compiler.java:5372) at clojure.lang.Compiler.analyze(Compiler.java:5191) at clojure.lang.Compiler.analyze(Compiler.java:5152) at clojure.lang.Compiler$HostExpr$Parser.parse(Compiler.java:831) at clojure.lang.Compiler.analyzeSeq(Compiler.java:5370) at clojure.lang.Compiler.analyze(Compiler.java:5191)......................... ...

A little more information, I'm running this on an ARM based computer using the OpenJDK that comes with Ubuntu.

Thanks!

slagyr commented 10 years ago

Gosh. With the new leiningen task in 2.8.1, this may be resolved. Let me know if it persists.