John Ericksen

Results 183 comments of John Ericksen

Yeah, from what I've seen it's a non-trivial migration. I hope it would be backwards compatible with < Java 9. I would love to see the dependency on tools.jar to...

I've been tinkering around with the new Javadoclet api. Bad news is that we won't have the (hack) ability to override the default comment text. But, this might mean we...

I mean, I don't know if the original intention of a javadoc doclet was to give the ability to swap in a different rendering engine for javadocs as we have....

Yeah, I think you're right. Plus we can use the standard doclet (`HtmlDoclet`) as guidance to how to write in the new API. For an implementation, my initial thought is...

I agree 100% @msgilligan, this deserves some planning w/ a design doc, and the Groovy possibility sounds fantastic.

If you're interested @msgilligan, I was able to convert one of my other doclets over to Java 9 [here](https://github.com/johncarl81/exportdoclet/tree/java_9_doclet). The meat of it [here](https://github.com/johncarl81/exportdoclet/blob/java_9_doclet/src/main/java/org/asciidoctor/ExportRenderer.java#L116) is [getting the Javadoc comment via...

The 1.5.0 Release Notes (and [Write Javadocs in AsciiDoc with Asciidoclet](https://asciidoctor.org/news/2013/06/03/asciidoclet-announcement/)) are blog entries and shouldn't be considered true documentation. I like having the main project documentation, especially for a...

Sounds good @mojavelinux, do you have a version of the asciidoctor.js antora documentation hosted somewhere?

Strange... can you try out 1.5.7-SNAPSHOT?

I just bumped one of my projects up to 1.5.6 and it built just fine... would you like to try it as well: https://github.com/johncarl81/parceler asciidoclet is used in the parceler-api...