-
Notifications
You must be signed in to change notification settings - Fork 148
Nant Tasks
rollynoel edited this page Jun 13, 2013
·
18 revisions
Added by Rodrigo B. de Oliveira
Compiles boo programs.
target | Output type, one of **library**, **exe**, **winexe.** Optional. Default: exe. |
output | The output assembly. Required. |
pipeline | AssemblyQualifiedName for the CompilerPipeline type to use. Optional. |
tracelevel | Enables compiler tracing, useful for debugging the compiler, one of: Off, Error, Warning, Info, Verbose. Optional. Default: Off. |