NAnt SDK Documentation - v0.92

CommandLineOptions Properties

The properties of the CommandLineOptions class are listed below. For a complete list of CommandLineOptions class members, see the CommandLineOptions Members topic.

Public Instance Properties

BuildFile Gets or sets the buildfile that should be executed.
Debug Gets or sets a value indicating whether debug information should be displayed during the build process.
DefaultFrameworkObsolete. Gets or sets the target framework to use (overrides NAnt.exe.config settings)
EmacsMode Gets or sets a value indicating whether to produce emacs (and other editor) friendly output.
ExtensionAssemblies Gets a collection of assemblies to load extensions from.
FindInParent Gets a value indicating whether parent directories should be searched for a buildfile.
IndentationLevel Gets or sets the indentation level of the build output.
Listeners Gets a collection containing fully qualified type names of classes implementating IBuildListener that should be added to the project as listeners.
LogFile Gets or sets the name of the file to log output to.
LoggerType Gets or sets the Type of logger to add to the list of listeners.
NoLogo Gets or sets a value indicating whether the logo banner should be printed.
Pause Pauses before program ends.
Properties Gets or sets the list of properties that should be set.
Quiet Gets or sets a value indicating whether only error and debug debug messages should be displayed during the build process.
ShowHelp Gets or sets a value indicating whether the NAnt help should be printed.
ShowProjectHelp Gets or sets a value indicating whether Project help should be printed.
TargetFramework Gets or sets the target framework to use (overrides NAnt.exe.config settings)
Targets Gets a collection containing the targets that should be executed.
Verbose Gets or sets a value indicating whether more information should be displayed during the build process.

See Also

CommandLineOptions Class | NAnt.Core Namespace