Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « doc « nant « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 635c2ca1233dfb01fa6e696986bf188828cca4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>

<head>
	<meta http-equiv="Content-Language" content="en-ca">
	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
	<link rel="stylesheet" type="text/css" href="style.css" />
	<title>NAnt - A .NET Build Tool</title>
</head>

<body>
	<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
		<tr><td class="NavBar-Cell" width="100%"><b>NAnt</b> : A .NET Build Tool</td></tr>
	</table>

	<h1><span class="N">N</span><span class="Ant">Ant</span> Home Page</h1>

	<p>September 18, 2001 Gerry Shaw -- <a title="Send email to Gerry Shaw" href="mailto:gerry_shaw@yahoo.com">gerry_shaw@yahoo.com</a></p>
	<p>NAnt is a .NET based build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like <a title="Ant home page" href="http://jakarta.apache.org/ant/">Ant</a>. NAnt has only been tested with Beta 2 .NET SDK, build 2914.</p>
	<p>The idea for NAnt came from <a title="Hazware home page" href="http://www.hazware.com/xbHome.htm"> Hazware's XBuild</a> project. After emailing the author for a beta 2 version of the tool and getting no response I decided to port the code to .NET beta 2. Due to the number of changes from .NET beta 1 to beta 2 the result was a total rewrite.</p>
	<ul>
		<li><a title="NAnt files page on SourceForge" href="http://sourceforge.net/project/showfiles.php?group_id=31650"><b>Download latest version</b></a> from SourceForge</li>
		<li><a title="NAnt web site on SourceForge" href="http://nant.sourceforge.net">Home page</a> on SourceForge</li>
		<li><a title="NAnt project summary on SourceForge" href="http://sourceforge.net/projects/nant/">Project summary</a> on SourceForge</li>
		<li><a title="Version history of NAnt" href="changelog.html">Changes</a></li>
		<li><a title="Tasks still being worked on" href="todo.html">To do</a></li>
		<li><a title="Project credits" href="authors.html">Authors</a></li>
		<li><a title="Software license agreement" href="license.html">License</a></li>
	</ul>

	<h2>Getting Started</h2>
	<p>Since the software is still in heavy development you are going to be on your own. You can see NAnt build itself by doing the following:</p>
	<ol>
		<li>Download the latest released version.</li>
		<li>Unzip the distribution into a new folder.</li>
		<li>Using a command prompt (so you can see the build output) cd into the
			folder where NAnt was unzipped.</li>
		<li>Type <code>bin\nant</code> at the command prompt to build NAnt.</li>
	</ol>

	<p><a href="http://sourceforge.net"><img valign="middle" src="http://sourceforge.net/sflogo.php?group_id=31650" width="88" height="31" border="0" alt="SourceForge logo (link to home page)"></a></p>
</body>

</html>