Open
Description
Hi,
What I would like to achieve is report generation by Concordion when tests are executed from test-jar.
The issue I experience is related to attaching custom static files with use of @ConcordionResources
annotation.
Basically, in runtime Concordion tries to do something like this:
List<File> rootPaths = fixture.getClassPathRoots()
Execution from test-jar implies that rootPaths list is always empty, so those static files can not be resolved during test execution.
Could you please provide any recommendation on how this problem could be solved?
Maybe there is some way to provide these root paths via system property...
Thanks!