@Jason I'm supplying a Java API (implemented in Clojure) so needed a solution quickly which just worked w/o me having to do special things.
Hence the gen-class+javadoc macro (http://gist.github.com/415269). But I feel there should be something like this available in contrib which handles the whole jing-bang of gen-class ! Currently I'm using the strategy of generating .class files from gen- class, then generating java-stubs as required, running javadoc and just deleting the java-stubs (as they provide no value in their own). Why do you think keeping the java-stubs is necessary? - Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en