This is a simple application that can be used to translate a AsciiDoc document into a HTML document with out the need to install Ruby if you already have Java installed.
Clone the repository then at the command line run:
mvn clean package assembly:single
This will place a packaged zip file that contains everything needed to run ADRunner.
ADRunner.sh filename1 .. filenameN
If you want to process more than one file at time use shell globs to pass in more than one file name at a time.