Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not generate clojure documentation #187

Open
fielixlv opened this issue Oct 11, 2019 · 3 comments
Open

Could not generate clojure documentation #187

fielixlv opened this issue Oct 11, 2019 · 3 comments

Comments

@fielixlv
Copy link

when i execute the command: boot codox -n project-name target. It raises an exception:
Could not generate clojure documentation for xxx...
Caused by: java.lang.ClassNotFoundException: com.netflix.hystrix.exception.HystrixBadRequestException

the codes as below,how to solve it? thx!
image

image

@weavejester
Copy link
Owner

You need to ensure that class is on your classpath when running Codox.

@fielixlv
Copy link
Author

fielixlv commented Oct 12, 2019

You need to ensure that class is on your classpath when running Codox.

but the class is in a java file of my clojure project, it's not a jar file, how to do this ?

@weavejester
Copy link
Owner

This is really a Boot question, but from a cursorary glance of the Boot README, it looks like you can specify directories to put on the classpath through the :resource-paths option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants