Notes about NAnt: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
m (1 revision)
 
Line 6: Line 6:
* see also http://nant.sourceforge.net/release/0.86-beta1/help/introduction/installation.html
* see also http://nant.sourceforge.net/release/0.86-beta1/help/introduction/installation.html


* download NAnt [https://sourceforge.net/project/showfiles.php?group_id=31650&package_id=23704&release_id=560184 0.86-beta1]
* download NAnt [http://nant.sourceforge.net/nightly/latest/nant-bin.zip nant-0.86-nightly-2009-05-05]
** the beta version does not work for me ([http://sourceforge.net/project/showfiles.php?group_id=31650&package_id=23704&release_id=560184 0.86-beta1]); message: Property 'sdkInstallRoot' has not been set.
 
* unzip the files to eg. c:\program files\nant
* unzip the files to eg. c:\program files\nant
* create file c:\windows\nant.bat with content:  
* create file c:\windows\nant.bat with content:  

Revision as of 11:55, 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" %*

usage

todo