Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Input and ouput


The two main options in the command-line arguments are those relative to the input (the source of the wiki) and output of the wiki:
  • "input": the input directory or directories where the input XML files and image resources are to be found. If there are more than one directory, the directories paths must be separated by the ";" character. See root directories and packages if you want an explanation on how to use the generator with more than one root directory
  • "output": the output directory

You must choose one or more input directories, and one output directory for the wiki.

Minimal options

Main Article: Basic usage

The minimal arguments for the command-line starting of the application only specifies the input and the output. For example:
      java -jar docGenerator.jar -input=wiki/input -output=wiki/output
      java -jar docGenerator.jar -input=wiki/input1;wiki/input2 -output=wiki/output

See also


Categories: configuration

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.