Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1777 jmachado 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
  <head>
4
    <title>Ant-contrib Tasks: RunTarget</title>
5
  </head>
6
 
7
  <body>
8
    <h1>RunTarget</h1>
9
    <p>
10
      Ant task that runs a target without creating a new project.
11
    </p>
12
    <h2>Parameters</h2>
13
    <table border="1" cellpadding="2" cellspacing="0">
14
      <tr>
15
        <th>Attribute</th>
16
        <th>Description</th>
17
        <th>Required</th>
18
      </tr>
19
      <tr>
20
        <td valign="top">target</td>
21
        <td valign="top">The name of the target to run.</td>
22
        <td align="center" valign="top">Yes.</td>
23
      </tr>
24
    </table>
25
 
26
    <hr />
27
 
28
    <h2>Example</h2>
29
    <pre>
30
      <code>
31
      TO BE DONE
32
      </code>
33
    </pre>
34
    <p align="center">Copyright &copy; 2003 Ant-Contrib Project. All
35
    rights Reserved.</p>
36
 
37
  </body>
38
</html>