File: index.html

package info (click to toggle)
nant 0.85.dfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,328 kB
  • ctags: 6,758
  • sloc: cs: 50,420; sh: 483; makefile: 137; cpp: 70; xml: 40
file content (122 lines) | stat: -rw-r--r-- 5,247 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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" />
    <meta name="description" content="Data Type Reference" />
    <link rel="stylesheet" type="text/css" href="../style.css" />
    <title>Data Type Reference</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 alt="-&gt;" src="../images/arrow.gif" />
          <a href="../index.html">Help</a>
          <img alt="-&gt;" src="../images/arrow.gif" />
                            Type Reference
                        </td>
        <td class="NavBar-Cell" align="right">
                            v0.85</td>
      </tr>
    </table>
    <h1>Type Reference</h1>
    <div class="table">
      <table>
        <tr>
          <th>Type</th>
          <th>Summary</th>
        </tr>
        <tr>
          <td>
            <a href="assemblyfileset.html">assemblyfileset</a>
          </td>
          <td> Specialized <a href="../types/fileset.html">&lt;fileset&gt;</a> class for managing assembly files. </td>
        </tr>
        <tr>
          <td>
            <a href="categories.html">categories</a>
          </td>
          <td> Controls the categories of tests to execute using the <a href="../tasks/nunit2.html">&lt;nunit2&gt;</a> task. </td>
        </tr>
        <tr>
          <td>
            <a href="credential.html">credential</a>
          </td>
          <td> Provides credentials for password-based authentication schemes. </td>
        </tr>
        <tr>
          <td>
            <a href="cvsfileset.html">cvsfileset</a>
          </td>
          <td> A <a href="../types/cvsfileset.html">&lt;cvsfileset&gt;</a> is a <a href="../types/fileset.html">&lt;fileset&gt;</a> with extra attributes useful in the context of the <a href="../tasks/cvs.html">&lt;cvs&gt;</a> task. </td>
        </tr>
        <tr>
          <td>
            <a href="dirset.html">dirset</a>
          </td>
          <td> A specialized <a href="../types/fileset.html">&lt;fileset&gt;</a> used for specifying a set of directories. </td>
        </tr>
        <tr>
          <td>
            <a href="fileset.html">fileset</a>
          </td>
          <td> Filesets are groups of files. These files can be found in a directory tree starting in a base directory and are matched by patterns taken from a number of patterns. Filesets can appear inside tasks that support this feature or at the project level, i.e., as children of <code>&lt;project&gt;</code>. </td>
        </tr>
        <tr>
          <td>
            <a href="filterchain.html">filterchain</a>
          </td>
          <td> Represent a chain of NAnt filters that can be applied to a <a href="../elements/NAnt.Core.Task.html">Task</a>. </td>
        </tr>
        <tr>
          <td>
            <a href="namespaceimports.html">namespaceimports</a>
          </td>
          <td> Contains a collection of <a href="../elements/NAnt.DotNet.Types.NamespaceImport.html">NamespaceImport</a> items. </td>
        </tr>
        <tr>
          <td>
            <a href="path.html">path</a>
          </td>
          <td>
            <p> Paths are groups of files and/or directories that need to be passed as a single unit. The order in which parts of the path are specified in the build file is retained, and duplicate parts are automatically suppressed. </p>
          </td>
        </tr>
        <tr>
          <td>
            <a href="proxy.html">proxy</a>
          </td>
          <td> Contains HTTP proxy settings used to process requests to Internet resources. </td>
        </tr>
        <tr>
          <td>
            <a href="resourcefileset.html">resourcefileset</a>
          </td>
          <td> Specialized <a href="../types/fileset.html">&lt;fileset&gt;</a> class for managing resource files. </td>
        </tr>
        <tr>
          <td>
            <a href="tarfileset.html">tarfileset</a>
          </td>
          <td> A <a href="../types/tarfileset.html">&lt;tarfileset&gt;</a> is a <a href="../types/fileset.html">&lt;fileset&gt;</a> with extra attributes useful in the context of the <a href="../tasks/tar.html">&lt;tar&gt;</a> task. </td>
        </tr>
        <tr>
          <td>
            <a href="warnaserror.html">warnaserror</a>
          </td>
          <td> Controls the behaviour of a compiler with regards to the reporting of warnings. </td>
        </tr>
        <tr>
          <td>
            <a href="zipfileset.html">zipfileset</a>
          </td>
          <td> A <a href="../types/zipfileset.html">&lt;zipfileset&gt;</a> is a <a href="../types/fileset.html">&lt;fileset&gt;</a> with extra attributes useful in the context of the <a href="../tasks/zip.html">&lt;zip&gt;</a> task. </td>
        </tr>
      </table>
    </div>
  </body>
</html>