I'm using clojure 1.3 and whenever I use auto-complete I get ClassNotFoundException errors when I type in: "clojure." (or anything with a trailing dot which causes the auto completion window to pop up). I remember the error back with clojure 1.2 - and apparently with clojure 1.3 the exception which is being thrown on ns-resolve has changed. This is a fix for that.
I'm using clojure 1.3 and whenever I use auto-complete I get ClassNotFoundException errors when I type in: "clojure." (or anything with a trailing dot which causes the auto completion window to pop up). I remember the error back with clojure 1.2 - and apparently with clojure 1.3 the exception which is being thrown on ns-resolve has changed. This is a fix for that.