Docs with SQL changelogs gives error

When I try to generate documentation, I get the following error:

SEVERE [liquibase.integration] Unexpected error running Liquibase: Could not find directory or directory was empty for includeAll ‘/Users/frans/Projects/pfs/database/liq/’
liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Could not find directory or directory was empty for includeAll '/Users/frans/Projects/pfs/database/liq/

The directory is there with all the changelog files. The includeAll I use:

The table docs are ok and also the changelog filenames are visible in the html page.

Hi @fvl,
try to check permissions on your project folder and childs, and maybe you can try to move under /Users/Shared directory and test it again. Sometimes i encountered a permission issues under user folder.

KR,
Costin

1 Like

Hi Costin,

Thanks for your reply. The permissions are good. The doc function creates a new directory below the doc directory with the name liq (the name of my changelog directory).

Kind Regards,
Frans

The image is from the web page and the arrow points to the text below:

The link is to the new created …/doc/liq directory with suffix .sql.html! The changelog files are stored in …/liq