~ubuntu-branches/ubuntu/feisty/nant/feisty

« back to all changes in this revision

Viewing changes to doc/help/filters/expandproperties.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-06-12 23:30:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060612233036-a1uwh0949z0218ep
Tags: 0.84+0.85-rc4-1
* New upstream release
* Acknowledge NMU (Closes: #372588)
* Standards-Version 3.7.2
* Update to latest CLI policy package split.  Build-Depends-Indep: on
  cli-common-dev, libmono-winforms1.0-cil, libmono-winforms2.0-cil and
  mono-gmcs to get 1.0 and 2.0 packages
* Removed patches no longer needed:
  - 01-AssemblyInfoTask.cs.patch
  - 02-ScriptTask.cs.patch
  - 03-XmlResultFormatter.cs.patch
  - 04-SourceControl.patch
  - 05-ExceptionTest.cs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//w3c//dtd xhtml 1.1 strict//en" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
3
  <!-- Documenting T:NAnt.Core.Filters.ExpandProperties-->
4
4
  <head>
20
20
          <a href="../filters/index.html">Filter Reference</a>
21
21
          <img alt="-&gt;" src="../images/arrow.gif" /> &lt;expandproperties&gt;</td>
22
22
        <td class="NavBar-Cell" align="right">
23
 
                        v0.85-rc3</td>
 
23
                        v0.85-rc4</td>
24
24
      </tr>
25
25
    </table>
26
26
    <h1>&lt;expandproperties&gt;</h1>
29
29
    <p> This filter parses any NAnt properties or expressions found in its input, inlining their values in its output. </p>
30
30
    <p> Note: Due to limitations on buffering, expressions longer than 2048 characters are not guaranteed to be expanded. </p> Filters are intended to be used as a element of a <a href="../types/filterchain.html">&lt;filterchain&gt;</a>. <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">if</td><td style="text-align: center;">bool</td><td> If <b>true</b> then the filter will be used; 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 filter will be executed; otherwise, skipped. The default is <b>false</b>. </td><td style="text-align: center;">False</td></tr></table></div><h3>Examples</h3><ul class="examples"><li><p>Replace all properties with their corresponding values.</p><pre class="code">
31
31
&lt;expandproperties /&gt;
32
 
    </pre></li></ul><h3>Requirements</h3><div style="margin-left: 20px;"><b>Assembly:</b> NAnt.Core (0.85.1932.0)
 
32
    </pre></li></ul><h3>Requirements</h3><div style="margin-left: 20px;"><b>Assembly:</b> NAnt.Core (0.85.2344.0)
33
33
            </div></body>
34
34
</html>
 
 
b'\\ No newline at end of file'