| Ant task to check for localisation problems.
Ant parameters:
- FileSet: Files to check
- messageSet: Set the severity for a particular message.
This is done by setting the attributes
error to the
issue that has to be used (e.g. error="CantParseIssue" )
and severity to one of the defined severity levels:
- ERROR: This issue will be marked as error
- WARNING: This issue will be marked as error
- INFORMATION: This issue will be marked as error
- IGNORED: This issue will be marked to be
ignored. By default all issues are marked as "IGNORED".
- reffile: Reference file
- verbose: Verbosity:
- 0: Errors only
- 1: Errors and warnings
- 2: Errors, warnings and information.
- outfile: IF given, all output is written to this file
- failonerr: Stop after first checked file in case of errors.
In case the output is redirected to a file, summary information is displayed
on the ant output.
author: sreindl |