Hi all,

Does anyone know if theres a 1.3 compatible version of the clojure.contrib.gen-html-docs library at all? There's nothing listed under http://dev.clojure.org/display/design/Contrib+Projects and with the version I was using before ( from org.clojure.contrib/gen-html-docs/1.3.0-alpha4 ) I get the following problems:


Warning: *html-compatible* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *html-compatible* or change the name. Warning: *prxml-indent* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *prxml-indent* or change the name. Warning: *prxml-tag-depth* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *prxml-tag-depth* or change the name. Warning: *script* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *script* or change the name. Warning: *style* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *style* or change the name. Exception in thread "main" java.lang.IllegalStateException: Can't dynamically bind non-dynamic var: clojure.contrib.prxml/*prxml-tag-depth*
    at clojure.lang.Var.pushThreadBindings(Var.java:339)
    at clojure.core$push_thread_bindings.invoke(core.clj:1716)
    at clojure.contrib.prxml$eval141$fn__142.invoke(prxml.clj:117)
    at clojure.lang.MultiFn.invoke(MultiFn.java:172)
    at clojure.contrib.prxml$eval173$fn__174.invoke(prxml.clj:134)
    at clojure.lang.MultiFn.invoke(MultiFn.java:163)
    at clojure.contrib.prxml$prxml.doInvoke(prxml.clj:176)
    at clojure.lang.RestFn.invoke(RestFn.java:408)
at clojure.contrib.gen_html_docs$generate_documentation$fn__252.invoke(gen_html_docs.clj:449) at clojure.contrib.gen_html_docs$generate_documentation.invoke(gen_html_docs.clj:434) at clojure.contrib.gen_html_docs$generate_documentation_to_file.invoke(gen_html_docs.clj:457)
    at user$eval256.invoke(generate-docs2305799676692025099.clj:2)
    at clojure.lang.Compiler.eval(Compiler.java:6406)
    at clojure.lang.Compiler.load(Compiler.java:6843)
    at clojure.lang.Compiler.loadFile(Compiler.java:6804)
    at clojure.main$load_script.invoke(main.clj:282)
    at clojure.main$script_opt.invoke(main.clj:342)
    at clojure.main$main.doInvoke(main.clj:426)
    at clojure.lang.RestFn.invoke(RestFn.java:408)
    at clojure.lang.Var.invoke(Var.java:401)
    at clojure.lang.AFn.applyToHelper(AFn.java:161)
    at clojure.lang.Var.applyTo(Var.java:518)
    at clojure.main.main(main.java:37)

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to