You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NAnt

Build file

The path and file name of the nant build file.

Target Framework

The .NET framework you want the project built for.

Targets

The build targets you want NAnt to execute.

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the NAnt Action. The pattern for this action is ^NAnt.*

If you create a property collector for this action, make sure you select the Path Finder PlugIn type and give it a name that will match the pattern above in blue. Example names listed here, search the table's Plugin column for "NAnt".

For more in-depth explanations on property collectors see Managing Property Collectors.

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.

Logging

The logging tab contains NAnt specific logging options. You can also choose to log to an output file.

Properties

Enter a list of properties you want passed to NAnt. A property should be on its own line and be in the format property_name= property.

 

 

 

  • No labels