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.

index.html 5.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- Content Stylesheet for Site -->
  3. <!-- start the processing -->
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  7. <meta name="author" value="Adam Murdoch">
  8. <meta name="email" value="adammurdoch@apache.org">
  9. <title>Apache Myrmidon - Introduction</title>
  10. </head>
  11. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  12. <table border="0" width="100%" cellspacing="0">
  13. <!-- TOP IMAGE -->
  14. <tr>
  15. <td colspan="2">
  16. <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
  17. </td>
  18. </tr>
  19. </table>
  20. <table border="0" width="100%" cellspacing="4">
  21. <tr><td colspan="2">
  22. <hr noshade="" size="1"/>
  23. </td></tr>
  24. <tr>
  25. <!-- LEFT SIDE NAVIGATION -->
  26. <td valign="top" nowrap="true">
  27. <p><strong>Myrmidon</strong></p>
  28. <ul>
  29. <li> <a href="./index.html">Introduction</a>
  30. </li>
  31. <li> <a href="./user.html">User Guide</a>
  32. </li>
  33. <li> <a href="./todo.html">Get Involved</a>
  34. </li>
  35. <li> <a href="./todo.html#Todo List">Todo List</a>
  36. </li>
  37. </ul>
  38. </td>
  39. <td align="left" valign="top">
  40. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  41. <tr><td bgcolor="#525D76">
  42. <font color="#ffffff" face="arial,helvetica,sanserif">
  43. <a name="What is Myrmidon?"><strong>What is Myrmidon?</strong></a>
  44. </font>
  45. </td></tr>
  46. <tr><td>
  47. <blockquote>
  48. <p>
  49. Myrmidon is one of the Ant 2 proposals currently in development. You can
  50. read more about the goals of Ant 2
  51. <a href="http://jakarta.apache.org/ant/ant2/">here</a>.
  52. </p>
  53. <p>
  54. Myrmidon is a general-purpose <i>task engine</i>. It contains the basic
  55. building blocks for assembling any sort of task-based tool. Ant 2
  56. is an example of such a tool, which could be assembled using the Myrmidon task
  57. engine, and a library of build related tasks.
  58. </p>
  59. <p>
  60. Currently, Myrmidon is a prototype of what a task engine might look. It
  61. includes a small set of tasks and data types. We are currently porting
  62. many of the Ant 1.x tasks to the Myrmidon task engine.
  63. </p>
  64. <p>
  65. </p>
  66. </blockquote>
  67. </td></tr>
  68. </table>
  69. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  70. <tr><td bgcolor="#525D76">
  71. <font color="#ffffff" face="arial,helvetica,sanserif">
  72. <a name="Differences to Ant 1.x"><strong>Differences to Ant 1.x</strong></a>
  73. </font>
  74. </td></tr>
  75. <tr><td>
  76. <blockquote>
  77. <p>Some of the differences between Ant 1.x and Myrmidon:</p>
  78. <ul>
  79. <li>
  80. Groups of tasks can be assembled into self-describing <i>antlib</i> task
  81. libraries. This makes it very easy to distribute and install tasks and data-types.
  82. </li>
  83. <li>
  84. A project can import other projects, and reference their targets.
  85. </li>
  86. <li>
  87. Changes to the property model:
  88. <ul>
  89. <li>Properties and data type references now share the same namespace.</li>
  90. <li>Properties are mutable.</li>
  91. <li>Properties are scoped into global, local, and parent contexts.</li>
  92. <li><code>if</code> and <code>unless</code> checks now test the property
  93. value against <code>false</code>, in addition to testing set/not-set.</li>
  94. </ul>
  95. </li>
  96. <li>
  97. Changes to task and data-type API:
  98. <ul>
  99. <li>An interface based API, through which a task interacts with the
  100. task engine, and the services it provides.</li>
  101. <li>A well-defined object lifecycle.</li>
  102. <li>Polymorphic types are supported when objects are configured.</li>
  103. <li>Reference handling is handled automatically when objects are configured.</li>
  104. <li>Aspects can be used to decorate tasks, to add facilities like logging,
  105. error handling, or user preferences.</li>
  106. </ul>
  107. </li>
  108. <li>
  109. A set of well-defined services and APIs have been introduced, to allow
  110. tasks to do their work without depending on other tasks:
  111. <ul>
  112. <li>Execute external commands.</li>
  113. <li>Execute other tasks.</li>
  114. <li>Manage ClassLoaders and Class-paths.</li>
  115. <li>Virtual file system (in progress).</li>
  116. <li>Execute Java applications (in progress).</li>
  117. <li>...</li>
  118. </ul>
  119. </li>
  120. </ul>
  121. <p>There are plenty more features planned. You can read about them <a href="todo.html">here</a>.</p>
  122. </blockquote>
  123. </td></tr>
  124. </table>
  125. </td>
  126. </tr>
  127. <!-- FOOTER -->
  128. <tr><td colspan="2">
  129. <hr noshade="" size="1"/>
  130. </td></tr>
  131. <tr><td colspan="2">
  132. <div align="center"><font color="#525D76" size="-1"><em>
  133. Copyright &#169; 2000-2002, Apache Software Foundation
  134. </em></font></div>
  135. </td></tr>
  136. </table>
  137. </body>
  138. </html>
  139. <!-- end the processing -->