~mandel/ubuntuone-windows-installer/improve_logging

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/types/cvsfileset.html

  • Committer: Manuel de la Pena
  • Date: 2010-10-12 13:38:14 UTC
  • Revision ID: mandel@themacaque.com-20101012133814-nxp9kr2lx2jygmmx
Updated nant to work with .Net 4.0 and removed useless docs.

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
 
  <!-- Documenting T:NAnt.SourceControl.Types.CvsFileSet-->
4
 
  <head>
5
 
    <meta http-equiv="Content-Language" content="en-ca" />
6
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
 
    <link rel="stylesheet" type="text/css" href="../style.css" />
8
 
    <title>&lt;cvsfileset&gt; Type</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 href="http://nant.sourceforge.net">
15
 
            <b>NAnt</b>
16
 
          </a>
17
 
          <img alt="-&gt;" src="../images/arrow.gif" />
18
 
          <a href="../index.html">Help</a>
19
 
          <img alt="-&gt;" src="../images/arrow.gif" />
20
 
          <a href="../types/index.html">Type Reference</a>
21
 
          <img alt="-&gt;" src="../images/arrow.gif" /> &lt;cvsfileset&gt;</td>
22
 
        <td class="NavBar-Cell" align="right">
23
 
                        v0.90</td>
24
 
      </tr>
25
 
    </table>
26
 
    <h1>&lt;cvsfileset&gt;</h1>
27
 
    <p> 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. </p>
28
 
    <h3>Parameters</h3>
29
 
    <div class="table">
30
 
      <table>
31
 
        <tr>
32
 
          <th>Attribute</th>
33
 
          <th style="text-align: center;">Type</th>
34
 
          <th>Description</th>
35
 
          <th style="text-align: center;">Required</th>
36
 
        </tr>
37
 
        <tr>
38
 
          <td valign="top">usecvsignore</td>
39
 
          <td style="text-align: center;">bool</td>
40
 
          <td> Indicates whether the entires in the .cvsignore should be used to limit the file list; <b>true</b> to exclude files in .cvsignore, otherwise <b>false</b>. The default is <b>true</b>. </td>
41
 
          <td style="text-align: center;">False</td>
42
 
        </tr>
43
 
        <tr>
44
 
          <td valign="top">basedir</td>
45
 
          <td style="text-align: center;">directory</td>
46
 
          <td> The base of the directory of this fileset. The default is the project base directory. </td>
47
 
          <td style="text-align: center;">False</td>
48
 
        </tr>
49
 
        <tr>
50
 
          <td valign="top">casesensitive</td>
51
 
          <td style="text-align: center;">bool</td>
52
 
          <td> Indicates whether include and exclude patterns must be treated in a case-sensitive way. The default is <b>true</b> on Unix; otherwise, <b>false</b>. </td>
53
 
          <td style="text-align: center;">False</td>
54
 
        </tr>
55
 
        <tr>
56
 
          <td valign="top">defaultexcludes</td>
57
 
          <td style="text-align: center;">bool</td>
58
 
          <td> Indicates whether default excludes should be used or not. The default is <b>true</b>. </td>
59
 
          <td style="text-align: center;">False</td>
60
 
        </tr>
61
 
        <tr>
62
 
          <td valign="top">failonempty</td>
63
 
          <td style="text-align: center;">bool</td>
64
 
          <td> When set to <b>true</b>, causes the fileset element to throw a <a href="../../sdk/NAnt.Core.ValidationException.html">ValidationException</a> when no files match the includes and excludes criteria. The default is <b>false</b>. </td>
65
 
          <td style="text-align: center;">False</td>
66
 
        </tr>
67
 
        <tr>
68
 
          <td valign="top">id</td>
69
 
          <td style="text-align: center;">string</td>
70
 
          <td> The ID used to be referenced later. </td>
71
 
          <td style="text-align: center;">False</td>
72
 
        </tr>
73
 
        <tr>
74
 
          <td valign="top">refid</td>
75
 
          <td style="text-align: center;">string</td>
76
 
          <td> The ID to use as the reference. </td>
77
 
          <td style="text-align: center;">False</td>
78
 
        </tr>
79
 
      </table>
80
 
    </div>
81
 
    <h3>Nested Elements:</h3>
82
 
    <!--Array-->
83
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Include-->
84
 
    <h4>
85
 
      <a id="includes">
86
 
      </a>
87
 
                    &lt;includes&gt;
88
 
                </h4>
89
 
    <div class="nested-element">
90
 
      <i>Deprecated.</i>  The items to include in the fileset. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">string</td><td> The pattern or file name to include. </td><td style="text-align: center;">True</td></tr><tr><td valign="top">asis</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the file name will be added to the <a href="../types/fileset.html">&lt;fileset&gt;</a> without pattern matching or checking if the file exists. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">frompath</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the file will be searched for on the path. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the pattern will be included; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the pattern will be included; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div></div>
91
 
    <h4>
92
 
      <a id="includes">
93
 
      </a>
94
 
                    &lt;/includes&gt;
95
 
                </h4>
96
 
    <!--Array-->
97
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Include-->
98
 
    <h4>
99
 
      <a id="include">
100
 
      </a>
101
 
                    &lt;include&gt;
102
 
                </h4>
103
 
    <div class="nested-element"> The items to include in the fileset. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">string</td><td> The pattern or file name to include. </td><td style="text-align: center;">True</td></tr><tr><td valign="top">asis</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the file name will be added to the <a href="../types/fileset.html">&lt;fileset&gt;</a> without pattern matching or checking if the file exists. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">frompath</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the file will be searched for on the path. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the pattern will be included; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the pattern will be included; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div></div>
104
 
    <h4>
105
 
      <a id="include">
106
 
      </a>
107
 
                    &lt;/include&gt;
108
 
                </h4>
109
 
    <!--Array-->
110
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Exclude-->
111
 
    <h4>
112
 
      <a id="excludes">
113
 
      </a>
114
 
                    &lt;excludes&gt;
115
 
                </h4>
116
 
    <div class="nested-element">
117
 
      <i>Deprecated.</i>  The items to exclude from the fileset. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">string</td><td> The pattern or file name to exclude. </td><td style="text-align: center;">True</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the pattern will be excluded; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the pattern will be excluded; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div></div>
118
 
    <h4>
119
 
      <a id="excludes">
120
 
      </a>
121
 
                    &lt;/excludes&gt;
122
 
                </h4>
123
 
    <!--Array-->
124
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Exclude-->
125
 
    <h4>
126
 
      <a id="exclude">
127
 
      </a>
128
 
                    &lt;exclude&gt;
129
 
                </h4>
130
 
    <div class="nested-element"> The items to exclude from the fileset. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">string</td><td> The pattern or file name to exclude. </td><td style="text-align: center;">True</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the pattern will be excluded; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the pattern will be excluded; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div></div>
131
 
    <h4>
132
 
      <a id="exclude">
133
 
      </a>
134
 
                    &lt;/exclude&gt;
135
 
                </h4>
136
 
    <!--Array-->
137
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.IncludesFile-->
138
 
    <h4>
139
 
      <a id="includesList">
140
 
      </a>
141
 
                    &lt;includesList&gt;
142
 
                </h4>
143
 
    <div class="nested-element">
144
 
      <i>Deprecated.</i>  The files from which a list of patterns or files to include should be obtained. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top">asis</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns in the include file will be added to the <a href="../types/fileset.html">&lt;fileset&gt;</a> without pattern matching or checking if the file exists. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">frompath</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns in the include file will be searched for on the path. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns will be included; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the patterns will be included; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">file</td><td> The name of a file; each line of this file is taken to be a pattern. </td><td style="text-align: center;">True</td></tr></table></div></div>
145
 
    <h4>
146
 
      <a id="includesList">
147
 
      </a>
148
 
                    &lt;/includesList&gt;
149
 
                </h4>
150
 
    <!--Array-->
151
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.IncludesFile-->
152
 
    <h4>
153
 
      <a id="includesfile">
154
 
      </a>
155
 
                    &lt;includesfile&gt;
156
 
                </h4>
157
 
    <div class="nested-element"> The files from which a list of patterns or files to include should be obtained. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top">asis</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns in the include file will be added to the <a href="../types/fileset.html">&lt;fileset&gt;</a> without pattern matching or checking if the file exists. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">frompath</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns in the include file will be searched for on the path. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns will be included; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the patterns will be included; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">file</td><td> The name of a file; each line of this file is taken to be a pattern. </td><td style="text-align: center;">True</td></tr></table></div></div>
158
 
    <h4>
159
 
      <a id="includesfile">
160
 
      </a>
161
 
                    &lt;/includesfile&gt;
162
 
                </h4>
163
 
    <!--Array-->
164
 
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.ExcludesFile-->
165
 
    <h4>
166
 
      <a id="excludesfile">
167
 
      </a>
168
 
                    &lt;excludesfile&gt;
169
 
                </h4>
170
 
    <div class="nested-element"> The files from which a list of patterns or files to exclude should be obtained. <p></p><h3>Parameters</h3><div class="table"><table><tr><th>Attribute</th><th style="text-align: center;">Type</th><th>Description</th><th style="text-align: center;">Required</th></tr><tr><td valign="top" class="required">name</td><td style="text-align: center;">file</td><td> The name of a file; each line of this file is taken to be a pattern. </td><td style="text-align: center;">True</td></tr><tr><td valign="top">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the patterns will be excluded; otherwise, skipped. The default is <b>true</b>. </td><td style="text-align: center;">False</td></tr><tr><td valign="top">unless</td><td style="text-align: center;">bool</td><td> Opposite of <code>if</code>. If <b>false</b> then the patterns will be excluded; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div></div>
171
 
    <h4>
172
 
      <a id="excludesfile">
173
 
      </a>
174
 
                    &lt;/excludesfile&gt;
175
 
                </h4>
176
 
    <!--Element-->
177
 
    <h4>
178
 
      <a id="patternset">
179
 
      </a>
180
 
                    &lt;<a href="../types/patternset.html">patternset</a>&gt;
181
 
                </h4>
182
 
    <div class="nested-element"> Adds a nested set of patterns, or references a standalone patternset. <p /></div>
183
 
    <h4>
184
 
      <a id="patternset">
185
 
      </a>
186
 
                    &lt;/<a href="../types/patternset.html">patternset</a>&gt;
187
 
                </h4>
188
 
    <h3>Requirements</h3>
189
 
    <div style="margin-left: 20px;">
190
 
      <b>Assembly:</b> NAnt.SourceControlTasks (0.90.3780.0)
191
 
            </div>
192
 
  </body>
193
 
</html>
 
 
b'\\ No newline at end of file'