-version
argument[1]
java -jar docGenerator.jar -version
java -jar -Dfile.encoding=UTF8 soft/docGenerator.jar -config=source/config.properties -input=source -output=wiki
Or with a bash file:#!/bin/bash java -jar -Dfile.encoding=UTF8 soft/docGenerator.jar -config=source/config.properties -input=source -output=wiki
System.exit(0)
at the end of the generation. It can be useful if the tool is used in a list of other tasks in ant or maven. See Preventing exit for more informationcheckHTTPLinks
is falsepageRank
property specifies the PageRank algorithm used to sort the Search results:allowMediawiki
is incompatible with allowMarkdown
. If the two propeties are set to true, the result will be as if only allowMediawiki
has been set to trueallowMediawiki
is incompatible with allowMarkdown
. If the two propeties are set to true, the result will be as if only allowMediawiki
has been set to true
java -jar docGenerator.jar -input=wiki/input -output=wiki/output
version
property[9]
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -$version=0.6
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -config=wiki/input/config.properties
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -cleaned=true -limit=500
java -jar docGenerator.jar -input=wiki/input;wiki2/input -index=myIndex.xml -output=wiki/output
allowMediawiki
is incompatible with allowMarkdown
. If the two propeties are set to true, the result will be as if only allowMediawiki
has been set to truedocJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.