17. Output

There are three ways to specify an output binding in the configuration:

Command line (long): --output port=uri
Command line (short): -oport=uri
XML configuration: <cc:output port="portname" href="uri"/>
Ant task: For detailed information on how to specify input and output files in the Ant task, see Section 2.2, “Input and output files and filesets” and Section 4.3, “output”

The result(s) that appear on the named output port will be written to the specified URI. The string “-” may be used for exactly one output URI to bind that output to stdout.

If the uri does not contain an equals sign, the port specification can be left out and the output will be applied to the primary output port.