Notes about NAnt: Difference between revisions
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 [ | * 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
- http://nant.sourceforge.net/
- documentation, eg list of all tasks: http://nant.sourceforge.net/release/latest/help/tasks/index.html
installation
- download NAnt nant-0.86-nightly-2009-05-05
- the beta version does not work for me (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" %*
usage
- add custom scripts in c#: http://nant.sourceforge.net/release/latest/help/tasks/script.html; also see [1]
- see also ReplaceInFile in OpenPetra.build