File: index.html

package info (click to toggle)
nant 0.85-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,704 kB
  • ctags: 6,757
  • sloc: cs: 50,420; makefile: 129; cpp: 70; xml: 40; sh: 1
file content (61 lines) | stat: -rw-r--r-- 2,978 bytes parent folder | download | duplicates (3)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Language" content="en-ca" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link rel="stylesheet" type="text/css" href="style.css" />
        <title>NAnt Help</title>
    </head>
    <body>
        <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
            <tr>
                <td class="NavBar-Cell">
                    <a href="http://nant.sourceforge.net/"><b>NAnt</b></a> <img src="images/arrow.gif" alt="-&gt;" width="13" height="9" />
                    Help
                </td>
                <td class="NavBar-Cell" align="right">
                    v0.85
                </td>
            </tr>
        </table>
        <table width="100%">
            <tr>
                <td>
                    <h1><span class="N">N</span><span class="Ant">Ant</span>
                        Help</h1>
                </td>
                <td style="text-align: right">
                    <a href="http://nant.sourceforge.net/"><img style="border-width: 0px;" alt="NAnt logo (link to home page)" src="images/logo.gif"
                            width="270" height="118" /></a>
                </td>
            </tr>
        </table>
        
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="introduction/index.html">Introduction</a></b><br />
            Requirements, installation, quick start, history of NAnt and other 
            miscellaneous topics.</p>
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="fundamentals/index.html">Fundamentals</a></b><br />
            The basic concepts needed to understand and use NAnt.</p>
        <p>
            <img alt=" >" src="images/bullet.gif" /> <b><a href="tasks/index.html">Task Reference</a></b>
            <br />
            List of Tasks.
        </p>
        <p>
            <img alt=" >" src="images/bullet.gif" /> <b><a href="types/index.html">Type Reference</a></b>
            <br />
            List of global (referencable) Types.
        </p>
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="functions/index.html">Function 
                    Reference</a></b><br />
            List of Functions that can be used in <a href="fundamentals/expressions.html">Expressions</a>.
        </p>
        <p><img alt=" >" src="images/bullet.gif" /> <b><a href="filters/index.html">Filter 
                    Reference</a></b><br />
            List of Filters that can be used in <a href="types/filterchain.html">FilterChains</a>.
        </p>
        <hr />
        <p>Portions of this document have been directly copied from the <a href="http://jakarta.apache.org/ant/manual/">
                Apache Ant user manual</a>.</p>
    </body>
</html>