~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/index.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
        <link rel="stylesheet" type="text/css" href="style.css" />
 
7
        <title>NAnt Help</title>
 
8
    </head>
 
9
    <body>
 
10
        <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
 
11
            <tr>
 
12
                <td class="NavBar-Cell">
 
13
                    <a href="http://nant.sourceforge.net/"><b>NAnt</b></a> <img src="images/arrow.gif" alt="-&gt;" width="13" height="9" />
 
14
                    Help
 
15
                </td>
 
16
                <td class="NavBar-Cell" align="right">
 
17
                    v0.90
 
18
                </td>
 
19
            </tr>
 
20
        </table>
 
21
        <table width="100%">
 
22
            <tr>
 
23
                <td>
 
24
                    <h1><span class="N">N</span><span class="Ant">Ant</span>
 
25
                        Help</h1>
 
26
                </td>
 
27
                <td style="text-align: right">
 
28
                    <a href="http://nant.sourceforge.net/"><img style="border-width: 0px;" alt="NAnt logo (link to home page)" src="images/logo.gif"
 
29
                            width="270" height="118" /></a>
 
30
                </td>
 
31
            </tr>
 
32
        </table>
 
33
        
 
34
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="introduction/index.html">Introduction</a></b><br />
 
35
            Requirements, installation, quick start, history of NAnt and other 
 
36
            miscellaneous topics.</p>
 
37
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="fundamentals/index.html">Fundamentals</a></b><br />
 
38
            The basic concepts needed to understand and use NAnt.</p>
 
39
        <p>
 
40
            <img alt=" >" src="images/bullet.gif" /> <b><a href="tasks/index.html">Task Reference</a></b>
 
41
            <br />
 
42
            List of Tasks.
 
43
        </p>
 
44
        <p>
 
45
            <img alt=" >" src="images/bullet.gif" /> <b><a href="types/index.html">Type Reference</a></b>
 
46
            <br />
 
47
            List of global (referencable) Types.
 
48
        </p>
 
49
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="functions/index.html">Function 
 
50
                    Reference</a></b><br />
 
51
            List of Functions that can be used in <a href="fundamentals/expressions.html">Expressions</a>.
 
52
        </p>
 
53
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="filters/index.html">Filter 
 
54
                    Reference</a></b><br />
 
55
            List of Filters that can be used in <a href="types/filterchain.html">FilterChains</a>.
 
56
        </p>
 
57
        <hr />
 
58
        <p>Portions of this document have been directly copied from the <a href="http://jakarta.apache.org/ant/manual/">
 
59
                Apache Ant user manual</a>.</p>
 
60
    </body>
 
61
</html>