You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.html 1.1 KiB

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