Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
318 stars 40 forks source link

Add GistMarkdownTagletClasspathLoader #73

Closed loddar closed 7 years ago

loddar commented 7 years ago

Add GistMarkdownTagletClasspathLoader and use it instead of ClasspathLoader from Velocity.

Abnaxos commented 7 years ago

That looked like a nice and pragmatic solution, but it doesn't work in IDEA:

Problem instantiating the template loader: ch.raffael.doclets.pegdown.mdt.gist.GistMarkdownTagletClasspathLoader. Look at your properties file and make sure the name of the template loader is correct.

Probably, IDEA's Velocity tries to load GistMarkdownTagletClasspathLoader using IDEA's ClassLoader instead of the plugin's ClassLoader, which will fail.