Notes about NAnt: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
== installation ==
== installation ==
for installation on Windows, see [[Setup of Development Environment for Windows#NAnt]]
for installation on Windows, see [[Setup of Development Environment for Windows#NAnt]]
== Installer for NAnt ==
To make the installation more simpler, we have created our own NAnt Installer for Windows, which already includes the NAntContrib files.
For the sources of the installer, see https://github.com/openpetra/openpetra/tree/master/setup/tools/nant
The installer itself is available here: http://sourceforge.net/projects/openpetraorg/files/openpetraorg/Tools/NAnt-Setup-0.92.exe/download


== usage ==
== usage ==

Latest revision as of 18:46, 8 April 2016

website

installation

for installation on Windows, see Setup of Development Environment for Windows#NAnt

Installer for NAnt

To make the installation more simpler, we have created our own NAnt Installer for Windows, which already includes the NAntContrib files.

For the sources of the installer, see https://github.com/openpetra/openpetra/tree/master/setup/tools/nant

The installer itself is available here: http://sourceforge.net/projects/openpetraorg/files/openpetraorg/Tools/NAnt-Setup-0.92.exe/download

usage

problems

Error message when having .net 4.0 runtime installed: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

todo