JQassistant commandline report task is not generating asciidoc html files

Viewed 43

Love the idea behind this tool, but I'm struggling with the documentation.

I am trying to generate a report of jar files using the commandline.

When I run ./bin/jqassistant.sh:

  • scan, I see the generated associated neo4j store
  • analyze produces jqassistant/reports/jqassistant-report.xml
  • report produces jqassistant-report.html

Now I'm trying to create asciidoc files as described here: https://101.jqassistant.org/generate-reports-about-structures-and-metrics/index.html

I've placed an index.adoc file in jqassistant folder, but I do not see any corresponding html files generated in jqassistant/reports/asciidoc/

I'm new to jqassistant, so it's possible I am missing a configuration step, but I have a suspicion the asciidoc-report plugin is not being loaded.

Is there clear documentation on all the parameters to pass to commandline, including any configuration files such as .jqassisant.yml?

I created a file jqassistant/index.adoc

:toc: left
= My Project

// tag::default[]
[[default]]
== jQAssistant Rules

This section describes that default rules that are executed during each build.
// end::default[]


I ran /bin/jqassistant.sh analyze /bin/jqasisstant.sh report

I expected to see a file in jqassistant/report/asciidoc/index.html

0 Answers
Related