Skip to content

Nant Tasks

rollynoel edited this page Jun 13, 2013 · 18 revisions

Added by Rodrigo B. de Oliveira

<booc>

Compiles boo programs.

Parameters

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**.
### Nested elements * : source files. * : assembly references. * : embedded resources. ### Examples **Compiling a library** ``` ``` **Using a different pipeline** ``` ``` **Tracing** ``` ``` ## Runs embedded boo programs. ### Parameters None. ### Nested elements None.
Clone this wiki locally