|
|
@@ -3356,11 +3356,68 @@ directory.</p> |
|
|
|
the cabarc tool. should not normally be necessary.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includes</td> |
|
|
|
<td valign="top">comma separated list of patterns of files that |
|
|
|
must be included. All files are included when omitted.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includesfile</td> |
|
|
|
<td valign="top">the name of a file. Each line of this file is |
|
|
|
taken to be an include pattern</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">excludes</td> |
|
|
|
<td valign="top">comma separated list of patterns of files that |
|
|
|
must be excluded. No files (except default excludes) are excluded |
|
|
|
when omitted.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">excludesfile</td> |
|
|
|
<td valign="top">the name of a file. Each line of this file is |
|
|
|
taken to be an exclude pattern</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">defaultexcludes</td> |
|
|
|
<td valign="top">indicates whether default excludes should be used |
|
|
|
or not ("yes"/"no"). Default excludes are used when omitted.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
|
<p>None yet available</p> |
|
|
|
</blockquote> |
|
|
|
<blockquote><pre> |
|
|
|
<cab cabfile="${dist}/manual.cab" |
|
|
|
basedir="htdocs/manual" |
|
|
|
/> |
|
|
|
</pre></blockquote> |
|
|
|
<p>cabs all files in the htdocs/manual directory in a file called |
|
|
|
manual.cab in the ${dist} directory.</p> |
|
|
|
<blockquote><pre> |
|
|
|
<cab cabfile="${dist}/manual.cab" |
|
|
|
basedir="htdocs/manual" |
|
|
|
excludes="mydocs/**, **/todo.html" |
|
|
|
/> |
|
|
|
</pre></blockquote> |
|
|
|
<p>cabs all files in the htdocs/manual directory in a file called |
|
|
|
manual.cab in the ${dist} directory. Files in the directory mydocs, |
|
|
|
or files with the name todo.html are excluded.</p> |
|
|
|
<blockquote><pre> |
|
|
|
<cab cabfile="${dist}/manual.cab" |
|
|
|
basedir="htdocs/manual" |
|
|
|
includes="api/**/*.html" |
|
|
|
excludes="**/todo.html" |
|
|
|
verbose="yes" |
|
|
|
/> |
|
|
|
</pre></blockquote> |
|
|
|
<p>cab all files in the htdocs/manual directory in a file called |
|
|
|
manual.cab in the ${dist} directory. Only html files under the |
|
|
|
directory api are archived, and files with the name todo.html are |
|
|
|
excluded. Output from the cabarc tool is displayed in the build |
|
|
|
output.</p> |
|
|
|
<hr> |
|
|
|
<h2><a name="netrexxc">NetRexxC</a></h2> |
|
|
|
<h3><b>Description:</b></h3> |
|
|
|