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.

differences.html 5.3 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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 - Differences to Ant1</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> <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. </td>
  19. <td valign="bottom"><div align="right"><b><font size="+3" color="#525D76">Apache Myrmidon</font></b></div></td>
  20. </tr>
  21. </table>
  22. <table border="0" width="100%" cellspacing="4">
  23. <tr><td colspan="2">
  24. <hr noshade="" size="1"/>
  25. </td></tr>
  26. <tr>
  27. <!-- LEFT SIDE NAVIGATION -->
  28. <td valign="top" nowrap="true">
  29. <p><strong>Myrmidon</strong></p>
  30. <ul>
  31. <li> <a href="./index.html">Introduction</a>
  32. </li>
  33. <li> <a href="./getinvolved.html">Get Involved</a>
  34. </li>
  35. <li> <a href="./user.html">Building Myrmidon</a>
  36. </li>
  37. <li> <a href="./todo.html">Todo List</a>
  38. </li>
  39. </ul>
  40. <p><strong>User Guide</strong></p>
  41. <ul>
  42. <li> <a href="./buildfile.html">Build file</a>
  43. </li>
  44. <li> <a href="./vfs.html">Virtual File System</a>
  45. </li>
  46. <li> <a href="./ant1compat.html">Ant1 Compatibility Layer</a>
  47. </li>
  48. <li> <a href="./differences.html">Differences to Ant1</a>
  49. </li>
  50. <li> <a href="./task.html">My First Task</a>
  51. </li>
  52. </ul>
  53. <p><strong>Extending Ant</strong></p>
  54. <ul>
  55. <li> <a href="./configuring.html">Configuration HOWTO</a>
  56. </li>
  57. <li> <a href="./converter.html">Converter HOWTO</a>
  58. </li>
  59. <li> <a href="./type.html">Type HOWTO</a>
  60. </li>
  61. <li> <a href="./classloader.html">ClassLoader HOWTO</a>
  62. </li>
  63. <li> <a href="./librarys.html">Library HOWTO</a>
  64. </li>
  65. </ul>
  66. <p><strong>Container Design</strong></p>
  67. <ul>
  68. </ul>
  69. </td>
  70. <td align="left" valign="top">
  71. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  72. <tr><td bgcolor="#525D76">
  73. <font color="#ffffff" face="arial,helvetica,sanserif">
  74. <a name="Differences to Ant 1.x"><strong>Differences to Ant 1.x</strong></a>
  75. </font>
  76. </td></tr>
  77. <tr><td>
  78. <blockquote>
  79. <p>Some of the differences between Ant 1.x and Myrmidon:</p>
  80. <ul>
  81. <li>
  82. Groups of tasks can be assembled into self-describing
  83. <i>antlib</i> task libraries. This makes it very easy to
  84. distribute and install tasks and data-types.
  85. </li>
  86. <li> A project can import other projects, and reference their targets. </li>
  87. <li>Properties and data type references now share the same namespace.</li>
  88. <li>
  89. Changes to task and data-type API:
  90. <ul>
  91. <li>An interface based API, through which a task interacts with the
  92. task engine, and the services it provides.</li>
  93. <li>A well-defined object lifecycle.</li>
  94. <li>Polymorphic types are supported when objects are configured.</li>
  95. <li>Reference handling is handled automatically when objects are configured.</li>
  96. <li>Aspects can be used to decorate tasks, to add facilities like logging,
  97. error handling, or user preferences.</li>
  98. </ul>
  99. </li>
  100. <li>A set of well-defined services and APIs have been introduced, to allow
  101. tasks to do their work without depending on other tasks:
  102. <ul>
  103. <li>Execute external commands.</li>
  104. <li>Execute other tasks.</li>
  105. <li>Manage ClassLoaders and Class-paths.</li>
  106. <li>Virtual file system (in progress).</li>
  107. <li>Execute Java applications (in progress).</li>
  108. <li>...</li>
  109. </ul>
  110. </li>
  111. </ul>
  112. <p>There are plenty more features planned. You can read about them
  113. <a href="todo.html">here</a>.
  114. </p>
  115. </blockquote>
  116. </td></tr>
  117. </table>
  118. </td>
  119. </tr>
  120. <!-- FOOTER -->
  121. <tr><td colspan="2">
  122. <hr noshade="" size="1"/>
  123. </td></tr>
  124. <tr><td colspan="2">
  125. <div align="center"><font color="#525D76" size="-1"><em>
  126. Copyright &#169; 2000-2002, Apache Software Foundation
  127. </em></font></div>
  128. </td></tr>
  129. </table>
  130. </body>
  131. </html>
  132. <!-- end the processing -->