|
Custom NAnt extension path |
|
NAntBuilder provides convenient way to manage NAnt extensions.
To use an NAnt extension (tasks/data types/filters/function), just add the assembly to "OPTION/NAnt/Extension Path".
Then the assembly will be visible to both NAnt and NAntBuilder.
NAnt will uses the assemblies for extension loading, while NAntBuilder uses them for Intellisense scanning.
|