Notes about NAnt: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
Line 4: Line 4:


== installation ==
== installation ==
* see also http://nant.sourceforge.net/release/0.86-beta1/help/introduction/installation.html
for installation on Windows, see [[Setup of Development Environment for Windows#NAnt]]
 
* 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
* create file c:\windows\nant.bat with content:
@echo off
"C:\Program Files\NAnt\bin\NAnt.exe" %* -t:net-2.0


== usage ==
== usage ==

Revision as of 13:41, 15 March 2010