Re: Lein build question

2011-07-09 Thread Mark Engelberg
Never mind. I figured out the problem. Somehow, one of the runs of lein must have gotten interrupted in a way that left the compiled duck-stream files corrupted in my classes directory. By manually deleting the contents of the classes directory and starting fresh, everything worked. --Mark --

Re: Lein build question

2011-07-09 Thread Mark Engelberg
More specifically, it seems to be that clojure.contrib.duck-streams is no longer being found even though the project.clj file is unchanged. Was duck-streams removed from the monolithic 1.2.0 contrib build? -- You received this message because you are subscribed to the Google Groups "Clojure" grou

Lein build question

2011-07-09 Thread Mark Engelberg
As of today, my lein uberjar command is no longer working on an unchanged project that compiled perfectly three days ago. The errors I'm getting seem to be suggesting that lein is no longer able to get the contrib library for 1.2. Can anyone think of any reason why this line: :dependencies [[o