source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/CoreTasks/common.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.1 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>Common</title>
6<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
7</head>
8
9<body>
10
11<h2><a name="javac">Common Attributes of all Tasks</a></h2>
12<p>All tasks share the following attributes:</p>
13
14<table border="1" cellpadding="2" cellspacing="0">
15 <tr>
16 <td valign="top"><b>Attribute</b></td>
17 <td valign="top"><b>Description</b></td>
18 <td align="center" valign="top"><b>Required</b></td>
19 </tr>
20 <tr>
21 <td valign="top">id</td>
22 <td valign="top">Unique identifier for this task instance, can be
23 used to reference this task in scripts.</td>
24 <td valign="top">No</td>
25 </tr>
26 <tr>
27 <td valign="top">taskname</td>
28 <td valign="top">A different name for this task instance - will
29 show up in the logging output.</td>
30 <td valign="top">No</td>
31 </tr>
32 <tr>
33 <td valign="top">description</td>
34 <td valign="top">Room for your comments</td>
35 <td valign="top">No</td>
36 </tr>
37</table>
38
39<hr>
40<p align="center">Copyright &copy; 2001,2004 The Apache Software Foundation. All rights
41Reserved.</p>
42
43</body>
44</html>
45
Note: See TracBrowser for help on using the repository browser.