~ubuntu-branches/ubuntu/raring/ant-contrib/raring

« back to all changes in this revision

Viewing changes to docs/manual/tasks/runtarget.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-09-26 08:45:47 UTC
  • Revision ID: james.westby@ubuntu.com-20090926084547-ynj34y27mg9dr60c
Tags: upstream-1.0~b3+svn177
ImportĀ upstreamĀ versionĀ 1.0~b3+svn177

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>