~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/introduction/fog0000000041.html

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
    <head>
 
4
        <meta http-equiv="Content-Language" content="en-ca" />
 
5
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
6
        <meta name="description" content="Getting Started" />
 
7
        <link rel="stylesheet" type="text/css" href="../style.css" />
 
8
        <title>Getting Started</title>
 
9
    </head>
 
10
    <body>
 
11
        <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
 
12
            <tr>
 
13
                <td class="NavBar-Cell">
 
14
                    <a title="NAnt home page" href="http://nant.sourceforge.net"><b>NAnt</b></a> 
 
15
                    <img alt="->" src="../images/arrow.gif" /> 
 
16
                    <a href="../index.html">Help</a> 
 
17
                    <img alt="->" src="../images/arrow.gif" /> 
 
18
                    <a href="index.html">Introduction</a> <img height="9" alt="->" src="../images/arrow.gif" width="13" />
 
19
                    Getting Started
 
20
                </td>
 
21
                <td class="NavBar-Cell" align="right">
 
22
                    v0.90
 
23
                </td>
 
24
            </tr>
 
25
        </table>
 
26
        <h1>Getting Started</h1>
 
27
        
 
28
        <p>This topic will show you NAnt building itself.&nbsp; Before you begin make sure your system meets the <a href="fog0000000006.html">system requirements</a>.</p>
 
29
        <ol>
 
30
            <li>Download the <a title="NAnt files page on SourceForge" href="http://sourceforge.net/project/showfiles.php?group_id=31650">latest source release</a>.</li>
 
31
            <li>Unzip the distribution into a new folder.</li>
 
32
            <li>Open a command prompt and change the directory to the folder where NAnt was installed.</li>
 
33
            <li>Type <span style="white-space: nowrap;"><code>bin\nant</code></span> to build NAnt.</li>
 
34
            <li>Look at the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nant/nant/NAnt.build?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">NAnt.build</a> file to see how it works.</li>
 
35
        </ol>
 
36
        <p>If you did everything correctly you should see something like this:</p>
 
37
        <p><img height="313" alt="Console output" src="getting-started.gif" width="589" /></p>
 
38
    </body>
 
39
</html>