~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/types/resourcefileset.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
  <!-- Documenting T:NAnt.DotNet.Types.ResourceFileSet-->
 
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;resourcefileset&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;resourcefileset&gt;</td>
 
22
        <td class="NavBar-Cell" align="right">
 
23
                        v0.90</td>
 
24
      </tr>
 
25
    </table>
 
26
    <h1>&lt;resourcefileset&gt;</h1>
 
27
    <p> Specialized <a href="../types/fileset.html">&lt;fileset&gt;</a> class for managing resource files. </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">dynamicprefix</td>
 
39
          <td style="text-align: center;">bool</td>
 
40
          <td> Indicates whether prefixes should be dynamically generated by taking the path of the resource relative to the basedir and appending it to the specified prefix. The default is <b>false</b>. </td>
 
41
          <td style="text-align: center;">False</td>
 
42
        </tr>
 
43
        <tr>
 
44
          <td valign="top">prefix</td>
 
45
          <td style="text-align: center;">string</td>
 
46
          <td> Indicates the prefix to prepend to the actual resource. This is usually the default namspace of the assembly. </td>
 
47
          <td style="text-align: center;">False</td>
 
48
        </tr>
 
49
        <tr>
 
50
          <td valign="top">basedir</td>
 
51
          <td style="text-align: center;">directory</td>
 
52
          <td> The base of the directory of this fileset. The default is the project base directory. </td>
 
53
          <td style="text-align: center;">False</td>
 
54
        </tr>
 
55
        <tr>
 
56
          <td valign="top">casesensitive</td>
 
57
          <td style="text-align: center;">bool</td>
 
58
          <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>
 
59
          <td style="text-align: center;">False</td>
 
60
        </tr>
 
61
        <tr>
 
62
          <td valign="top">defaultexcludes</td>
 
63
          <td style="text-align: center;">bool</td>
 
64
          <td> Indicates whether default excludes should be used or not. The default is <b>true</b>. </td>
 
65
          <td style="text-align: center;">False</td>
 
66
        </tr>
 
67
        <tr>
 
68
          <td valign="top">failonempty</td>
 
69
          <td style="text-align: center;">bool</td>
 
70
          <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>
 
71
          <td style="text-align: center;">False</td>
 
72
        </tr>
 
73
        <tr>
 
74
          <td valign="top">id</td>
 
75
          <td style="text-align: center;">string</td>
 
76
          <td> The ID used to be referenced later. </td>
 
77
          <td style="text-align: center;">False</td>
 
78
        </tr>
 
79
        <tr>
 
80
          <td valign="top">refid</td>
 
81
          <td style="text-align: center;">string</td>
 
82
          <td> The ID to use as the reference. </td>
 
83
          <td style="text-align: center;">False</td>
 
84
        </tr>
 
85
      </table>
 
86
    </div>
 
87
    <h3>Nested Elements:</h3>
 
88
    <!--Array-->
 
89
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Include-->
 
90
    <h4>
 
91
      <a id="includes">
 
92
      </a>
 
93
                    &lt;includes&gt;
 
94
                </h4>
 
95
    <div class="nested-element">
 
96
      <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>
 
97
    <h4>
 
98
      <a id="includes">
 
99
      </a>
 
100
                    &lt;/includes&gt;
 
101
                </h4>
 
102
    <!--Array-->
 
103
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Include-->
 
104
    <h4>
 
105
      <a id="include">
 
106
      </a>
 
107
                    &lt;include&gt;
 
108
                </h4>
 
109
    <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>
 
110
    <h4>
 
111
      <a id="include">
 
112
      </a>
 
113
                    &lt;/include&gt;
 
114
                </h4>
 
115
    <!--Array-->
 
116
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Exclude-->
 
117
    <h4>
 
118
      <a id="excludes">
 
119
      </a>
 
120
                    &lt;excludes&gt;
 
121
                </h4>
 
122
    <div class="nested-element">
 
123
      <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>
 
124
    <h4>
 
125
      <a id="excludes">
 
126
      </a>
 
127
                    &lt;/excludes&gt;
 
128
                </h4>
 
129
    <!--Array-->
 
130
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.Exclude-->
 
131
    <h4>
 
132
      <a id="exclude">
 
133
      </a>
 
134
                    &lt;exclude&gt;
 
135
                </h4>
 
136
    <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>
 
137
    <h4>
 
138
      <a id="exclude">
 
139
      </a>
 
140
                    &lt;/exclude&gt;
 
141
                </h4>
 
142
    <!--Array-->
 
143
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.IncludesFile-->
 
144
    <h4>
 
145
      <a id="includesList">
 
146
      </a>
 
147
                    &lt;includesList&gt;
 
148
                </h4>
 
149
    <div class="nested-element">
 
150
      <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>
 
151
    <h4>
 
152
      <a id="includesList">
 
153
      </a>
 
154
                    &lt;/includesList&gt;
 
155
                </h4>
 
156
    <!--Array-->
 
157
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.IncludesFile-->
 
158
    <h4>
 
159
      <a id="includesfile">
 
160
      </a>
 
161
                    &lt;includesfile&gt;
 
162
                </h4>
 
163
    <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>
 
164
    <h4>
 
165
      <a id="includesfile">
 
166
      </a>
 
167
                    &lt;/includesfile&gt;
 
168
                </h4>
 
169
    <!--Array-->
 
170
    <!--NestedElementArray=T:NAnt.Core.Types.FileSet.ExcludesFile-->
 
171
    <h4>
 
172
      <a id="excludesfile">
 
173
      </a>
 
174
                    &lt;excludesfile&gt;
 
175
                </h4>
 
176
    <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>
 
177
    <h4>
 
178
      <a id="excludesfile">
 
179
      </a>
 
180
                    &lt;/excludesfile&gt;
 
181
                </h4>
 
182
    <!--Element-->
 
183
    <h4>
 
184
      <a id="patternset">
 
185
      </a>
 
186
                    &lt;<a href="../types/patternset.html">patternset</a>&gt;
 
187
                </h4>
 
188
    <div class="nested-element"> Adds a nested set of patterns, or references a standalone patternset. <p /></div>
 
189
    <h4>
 
190
      <a id="patternset">
 
191
      </a>
 
192
                    &lt;/<a href="../types/patternset.html">patternset</a>&gt;
 
193
                </h4>
 
194
    <h3>Requirements</h3>
 
195
    <div style="margin-left: 20px;">
 
196
      <b>Assembly:</b> NAnt.DotNetTasks (0.90.3780.0)
 
197
            </div>
 
198
  </body>
 
199
</html>
 
 
b'\\ No newline at end of file'