Dashboard > GreenPepper Open Documentation Refactoring > ... > NAnt plugin > 1. Install NAnt plugin
  GreenPepper Open Documentation Refactoring Log In View a printable version of the current page.  
  1. Install NAnt plugin
Added by Laurent Cobos, last edited by Laurent Cobos on Aug 14, 2009  (view change)
Labels: 
(None)

1. Install NAnt plugin

The NAnt tasks are used during the Integration test phase of the build life cycle to execute the specifications of an application. They generate reports in plain HTML file format (*.html). By default, these files are generated in the build file directory.

There are two NAnt tasks :

  • <greenpepper>: Executes the specifications and generates reports
  • <freeze>: Downloads the specifications locally

    To use the NAnt Tasks for GreenPepper, you must load task extensions assembly: GreenPepper.Extensions.dll
    To do so, you have to indicate in your NAnt project file :
     <loadtasks assembly="${bin.dir}/GreenPepper.Extensions.dll" />
    

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators