tomfaulhaber / autodoc

The robot to automatically generate documentation for Clojure code. Used to generate the API docs for clojure.org.
121 stars 26 forks source link

sh does not exist #12

Open ctford opened 11 years ago

ctford commented 11 years ago

Hi,

I tried to run autodoc 0.9.0 with lein2 preview 10 on https://github.com/ctford/leipzig and I got the following error:

zanzibar:leipzig ctford$ lein autodoc
Exception in thread "main" java.lang.IllegalAccessError: sh does not exist

I'm using Mac OSX Mountain Lion.

Cheers,

Chris

solussd commented 11 years ago

I also get this error, on Mountain Lion.

tomfaulhaber commented 11 years ago

Sorry to be slow responding to this issue. I'm baking a new version of autodoc with lein2 support (which turned out to lead down a rabbit hole). The new version fixes this issue.

ctford commented 11 years ago

Cool. Thanks!