**** Merged from MCS ****
[mono-project.git] / mcs / nant / README-nant.txt
blob66c04bef1169a723318d286db0c95b59f55cf722
1 NAnt\r
2 \r
3 What is it? \r
4 -----------\r
5 NAnt is a .NET based build tool. In theory it is kind of like make without \r
6 make's wrinkles. In practice it's a lot like Ant. \r
7   \r
8 If you are not familiar with Jakarta Ant you can get more information at the\r
9 Jakarta project web site.\r
10 http://jakarta.apache.org/\r
13 Why NAnt?\r
14 ---------\r
15 Because Ant was too Java specific.\r
16 Because Ant needed the Java runtime.  NAnt only needs the .NET runtime.\r
19 The Latest Version\r
20 ------------------\r
21 Details of the latest version can be found on the NAnt project web site\r
22 http://nant.sourceforge.net/\r
25 Documentation\r
26 -------------\r
27 Documentation is available in HTML format, in the doc/ directory.\r
30 License\r
31 -------\r
32 Copyright (C) 2001 Gerry Shaw\r
34 This program is free software; you can redistribute it and/or modify\r
35 it under the terms of the GNU General Public License as published by\r
36 the Free Software Foundation; either version 2 of the License, or\r
37 (at your option) any later version.\r
39 This program is distributed in the hope that it will be useful,\r
40 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
42 GNU General Public License for more details.\r
44 You should have received a copy of the GNU General Public License\r
45 along with this program; if not, write to the Free Software\r
46 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
48 In addition, as a special exception, Gerry Shaw gives permission to link the \r
49 code of this program with the Microsoft .NET library (or with modified versions \r
50 of Microsoft .NET library that use the same license as the Microsoft .NET \r
51 library), and distribute linked combinations including the two.  You must obey \r
52 the GNU General Public License in all respects for all of the code used other \r
53 than the Microsoft .NET library.  If you modify this file, you may extend this \r
54 exception to your version of the file, but you are not obligated to do so.  If \r
55 you do not wish to do so, delete this exception statement from your version.\r
57 A copy of the GNU General Public License is available in the COPYING.txt file \r
58 included with all NAnt distributions.\r
60 For more licensing information refer to the GNU General Public License on the \r
61 GNU Project web site.\r
62 http://www.gnu.org/copyleft/gpl.html\r