~mandel/ubuntuone-windows-installer/improve_logging

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/tasks/license.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.DotNet.Tasks.LicenseTask-->
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;license&gt; Task</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="../tasks/index.html">Task Reference</a>
21
 
          <img alt="-&gt;" src="../images/arrow.gif" /> &lt;license&gt;</td>
22
 
        <td class="NavBar-Cell" align="right">
23
 
                        v0.90</td>
24
 
      </tr>
25
 
    </table>
26
 
    <h1>&lt;license&gt;</h1>
27
 
    <p> Generates a <code>.licence</code> file from a <code>.licx</code> file. </p>
28
 
    <p> If no output file is specified, the default filename is the name of the target file with the extension <code>.licenses</code> appended. </p>
29
 
    <h3>Parameters</h3>
30
 
    <div class="table">
31
 
      <table>
32
 
        <tr>
33
 
          <th>Attribute</th>
34
 
          <th style="text-align: center;">Type</th>
35
 
          <th>Description</th>
36
 
          <th style="text-align: center;">Required</th>
37
 
        </tr>
38
 
        <tr>
39
 
          <td valign="top" class="required">input</td>
40
 
          <td style="text-align: center;">file</td>
41
 
          <td> Input file to process. </td>
42
 
          <td style="text-align: center;">True</td>
43
 
        </tr>
44
 
        <tr>
45
 
          <td valign="top">licensetarget</td>
46
 
          <td style="text-align: center;">string</td>
47
 
          <td>
48
 
            <i>Deprecated.</i>  Specifies the executable for which the .licenses file is generated. </td>
49
 
          <td style="text-align: center;">False</td>
50
 
        </tr>
51
 
        <tr>
52
 
          <td valign="top">output</td>
53
 
          <td style="text-align: center;">file</td>
54
 
          <td> Name of the license file to output. </td>
55
 
          <td style="text-align: center;">False</td>
56
 
        </tr>
57
 
        <tr>
58
 
          <td valign="top">target</td>
59
 
          <td style="text-align: center;">string</td>
60
 
          <td> Specifies the executable for which the .licenses file is generated. </td>
61
 
          <td style="text-align: center;">False</td>
62
 
        </tr>
63
 
        <tr>
64
 
          <td valign="top">failonerror</td>
65
 
          <td style="text-align: center;">bool</td>
66
 
          <td> Determines if task failure stops the build, or is just reported. The default is <b>true</b>. </td>
67
 
          <td style="text-align: center;">False</td>
68
 
        </tr>
69
 
        <tr>
70
 
          <td valign="top">if</td>
71
 
          <td style="text-align: center;">bool</td>
72
 
          <td> If <b>true</b> then the task will be executed; otherwise, skipped. The default is <b>true</b>. </td>
73
 
          <td style="text-align: center;">False</td>
74
 
        </tr>
75
 
        <tr>
76
 
          <td valign="top">timeout</td>
77
 
          <td style="text-align: center;">int</td>
78
 
          <td> The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out. </td>
79
 
          <td style="text-align: center;">False</td>
80
 
        </tr>
81
 
        <tr>
82
 
          <td valign="top">unless</td>
83
 
          <td style="text-align: center;">bool</td>
84
 
          <td> Opposite of <code>if</code>. If <b>false</b> then the task will be executed; otherwise, skipped. The default is <b>false</b>. </td>
85
 
          <td style="text-align: center;">False</td>
86
 
        </tr>
87
 
        <tr>
88
 
          <td valign="top">verbose</td>
89
 
          <td style="text-align: center;">bool</td>
90
 
          <td> Determines whether the task should report detailed build log messages. The default is <b>false</b>. </td>
91
 
          <td style="text-align: center;">False</td>
92
 
        </tr>
93
 
      </table>
94
 
    </div>
95
 
    <h3>Framework-configurable parameters</h3>
96
 
    <div class="table">
97
 
      <table>
98
 
        <tr>
99
 
          <th>Attribute</th>
100
 
          <th style="text-align: center;">Type</th>
101
 
          <th>Description</th>
102
 
          <th style="text-align: center;">Required</th>
103
 
        </tr>
104
 
        <tr>
105
 
          <td valign="top">exename</td>
106
 
          <td style="text-align: center;">string</td>
107
 
          <td> The name of the executable that should be used to launch the external program. </td>
108
 
          <td style="text-align: center;">False</td>
109
 
        </tr>
110
 
        <tr>
111
 
          <td valign="top">hascommandlinecompiler</td>
112
 
          <td style="text-align: center;">bool</td>
113
 
          <td> Indicates whether the current target framework has a command line tool for compiling licenses files. The default is <b>true</b>. </td>
114
 
          <td style="text-align: center;">False</td>
115
 
        </tr>
116
 
        <tr>
117
 
          <td valign="top">managed</td>
118
 
          <td style="text-align: center;">
119
 
            <a href="../enums/NAnt.Core.Types.ManagedExecution.html">ManagedExecution</a>
120
 
          </td>
121
 
          <td> Specifies whether the external program should be treated as a managed application, possibly forcing it to be executed under the currently targeted version of the CLR. </td>
122
 
          <td style="text-align: center;">False</td>
123
 
        </tr>
124
 
        <tr>
125
 
          <td valign="top">supportsassemblyreferences</td>
126
 
          <td style="text-align: center;">bool</td>
127
 
          <td> Indicates whether assembly references are supported by the current target framework. The default is <b>false</b>. </td>
128
 
          <td style="text-align: center;">False</td>
129
 
        </tr>
130
 
        <tr>
131
 
          <td valign="top">useruntimeengine</td>
132
 
          <td style="text-align: center;">bool</td>
133
 
          <td>
134
 
            <i>Deprecated.</i>  Specifies whether the external program is a managed application which should be executed using a runtime engine, if configured. The default is <b>false</b>. </td>
135
 
          <td style="text-align: center;">False</td>
136
 
        </tr>
137
 
      </table>
138
 
    </div>
139
 
    <h3>Nested Elements:</h3>
140
 
    <!--Element-->
141
 
    <h4>
142
 
      <a id="assemblies">
143
 
      </a>
144
 
                    &lt;<a href="../types/assemblyfileset.html">assemblies</a>&gt;
145
 
                </h4>
146
 
    <div class="nested-element"> Names of the references to scan for the licensed component. <p /></div>
147
 
    <h4>
148
 
      <a id="assemblies">
149
 
      </a>
150
 
                    &lt;/<a href="../types/assemblyfileset.html">assemblies</a>&gt;
151
 
                </h4>
152
 
    <h3>Examples</h3>
153
 
    <ul class="examples">
154
 
      <li>
155
 
        <p> Generate the file <code>component.exe.licenses</code> file from <code>component.licx</code>. </p>
156
 
        <pre class="code">
157
 
            &lt;license input="component.licx" licensetarget="component.exe" /&gt;
158
 
                </pre>
159
 
      </li>
160
 
    </ul>
161
 
    <h3>Requirements</h3>
162
 
    <div style="margin-left: 20px;">
163
 
      <b>Assembly:</b> NAnt.DotNetTasks (0.90.3780.0)
164
 
            </div>
165
 
  </body>
166
 
</html>
 
 
b'\\ No newline at end of file'