Notes about NAnt: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
Line 12: Line 12:
* create file c:\windows\nant.bat with content:  
* create file c:\windows\nant.bat with content:  
  @echo off
  @echo off
  "C:\Program Files\NAnt\bin\NAnt.exe" %*
  "C:\Program Files\NAnt\bin\NAnt.exe" %* -t:net-2.0


== usage ==
== usage ==

Revision as of 11:59, 27 August 2009

website

installation

  • unzip the files to eg. c:\program files\nant
  • create file c:\windows\nant.bat with content:
@echo off
"C:\Program Files\NAnt\bin\NAnt.exe" %* -t:net-2.0

usage

todo