.\" 
.\" gd2i manual page.
.\"
.\" Authors:
.\"	Sebastien Pouliot  <sebastien@ximian.com>
.\"
.\" Copyright (C) 2010 Novell, Inc (http://www.novell.com)
.\"

.de Sp
.if t .sp .5v
.if n .sp
..
.TH gd2i "Gendarme 3.10.0.0"
.SH NAME
Gendarme Defect To Ignore List
.SH SYNOPSIS
.PP
.B gd2i defects.xml list.ignore [--extra-check] [--syntax-check] [--quiet] [--version] [--help]
.SH DESCRIPTION
\fIgd2i\fP is small tool to help you create, or update, an ignore-list 
baseline from an XML list of defects (generated by \fIGendarme\fP).
.SH OPTIONS
.TP
.I "defects.xml"
The, XML formatted, list of defects produced by Gendarme on your project.
.TP
.I "list.ignore"
The, text, file listing ignored defects entries for your project. If the 
file does not already exists (i.e. an update) then it will be created.
See gendarme(5) for the format of this file.
.TP
.I "--extra-check"
Report ignore entries, from an existing 'list.ignore' file, that does 
not match any defect, from the 'defects.xml' file.
.TP
.I "--syntax-check"
Report syntax error found when processing an existing 'list.ignore' file.
.TP
.I "--quiet"
Used to disable progress and other information which is normally written to stdout.
.TP
.I "--version"
Display the tool's version number. This will match the Mono version number
that this copy of Gendarme was released with.
.TP
.I "--help"
Show help about the command-line options.
.SH EXIT STATUS
.TP
.I 0
The tool returns 0 when no error has occurred. 
.TP
.I 1
The tool returns 1 if some command-line parameter were not valid.
.TP
.I 2
The tool execution was interrupted by a non-handled exception. This
is likely a bug inside the tool and should be reported on Novell's
bugzilla (http://bugzilla.novell.com) or on the mailing-list.
.SH COPYRIGHT
Copyright (C) 2010 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS
Mailing lists are listed at the
http://groups.google.com/group/gendarme
.SH WEB SITE
http://www.mono-project.com/Gendarme
.SH SEE ALSO
.BR gendarme(1), gendarme(5), mono(1)
