Hello Karthik, There are 3 steps involved in getting the API Docs generated. At which step did you have issues ? Did you successfully run the unit tests, use an asciidoc.adoc <https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/> file to reference the snippets before running `gradle asciidoctor` ? You need to follow the steps in that order to make it work.
Ensure you have the right version of gradle, try again and provide feedback here. We can set up a call if you like. Cheers, Isaac Kamga. On Tue, Sep 25, 2018 at 7:31 PM Karthik Ananthakrishnan <[email protected]> wrote: > Dear All, > > I was following the steps in the below link to generate API documentation > in Fineract CN. > Link: > https://cwiki.apache.org/confluence/display/FINERACT/Apache+Fineract+CN+API+Documentation > > When I ran Asciidoctor the documentation is not getting generated. A HTML > file with timestamp is getting generated. > > [image: AsciiDoctor.png] > > c:\All\fineractcn\fineract-cn-accounting\component-test>gradle asciidoctor > > Task :asciidoctor > io/console not supported; tty will not be manipulated > > Deprecated Gradle features were used in this build, making it incompatible > with Gradle 5.0. > Use '--warning-mode all' to show the individual deprecation warnings. > See > https://docs.gradle.org/4.10.1/userguide/command_line_interface.html#sec:command_line_warnings > > BUILD SUCCESSFUL in 1m 32s > 1 actionable task: 1 executed > > Can someone help me understand what i am missing.? > > Thanks, > Karthik >
