I am trying to compile my own version of clojure -contrib with Maven. I get the following exception:
Exception in thread "main" java.lang.IllegalStateException: Can't dynamically bind non-dynamic var: clojure.contrib.pprint/*format-str*, compiling:(dispatch.clj:90)
I also use the following command to compile it:
mvn package -Dclojure.jar=/usr/local/share/jars/clojure.jar
clojure.jar refers to the actual jar (i.e. the same directory) because I am using the version that I compiled from the Git repository.
Any ideas?
Thanks in advance for your comments! =)
Hugo
source share