weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 174 forks source link

Exception after upgrade from 1.0.4 to 1.0.5 #95

Closed Gonzih closed 10 years ago

Gonzih commented 10 years ago

Hi, just upgraded hiccup to 1.0.5 and now I'm receiving error message:

Caused by: java.lang.IllegalStateException: *html-mode* already refers to: 'hiccup.util/*html-mode* in namespace: hiccup.compiler

What changed? I just refer all hiccup.core namespace in my code.

Thanks!

weavejester commented 10 years ago

You might have some old class files in your target directory that are causing a conflict. Try a lein clean or just remove your target directory.

Gonzih commented 10 years ago

Yes, it helped. Thanks!

On Thu, Feb 06, 2014 at 04:35:24AM -0800, James Reeves wrote:

You might have some old class files in your target directory that are causing a conflict. Try a lein clean or just remove your target directory.


Reply to this email directly or view it on GitHub: https://github.com/weavejester/hiccup/issues/95#issuecomment-34318854