Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "print" tags can also be set to true to print out additional information about the job: <printDriverStatistics>, <printSystemProperties>, <printUserClassPath>, <printDriversDetailed>, and <printInputFiles>. The meaning of each should be self-explanatory.

The following will turn on all verbose output but turn off the printing of the system properties.

No Format

<control>
    <verbose>true</verbose>
    <printSystemProperties>false</printSystemProperties>
<control>

The settings of individual "print" commands will always override the verbose setting for that particular print out.

verbose

The <verbose> tag should be set to true to enable verbose debugging output when the XML input file is processed. This turns on all of the "print" elements described above, which can still be turned off individually by setting them to false after verbose has been turned on.

...