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

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