isHeadless
command-line property: the errors logs will not be presented as a popup window, but will create a log file if errors are encountered[1]
generationError.log
and will be in the parent directory of the output directory
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -isHeadless=true
However if the environment is headless, you will even not need to use the isHeadless
option, it will be selected automatically.
Encountered <number of errors> Errors when parsing the Wiki content Errors logged in <absolute path of the log file>
generationError.log
and will be in the parent directory of the output directorydocJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.