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.

antnews.html 6.7 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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="Conor MacNeill">
  8. <meta name="email" value="conor@cortexebusiness.com.au">
  9. <title>The Jakarta Site - Ant News</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>Ant</strong></p>
  28. <ul>
  29. <li> <a href="./index.html">Front Page</a>
  30. </li>
  31. <li> <a href="./ant/manual/">Documentation</a>
  32. </li>
  33. <li> <a href="./antnews.html">News</a>
  34. </li>
  35. <li> <a href="./external.html">External Resources</a>
  36. </li>
  37. </ul>
  38. <p><strong>Jakarta</strong></p>
  39. <ul>
  40. <li> <a href="http://jakarta.apache.org/site/news.html">News & Status</a>
  41. </li>
  42. <li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
  43. </li>
  44. <li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
  45. </li>
  46. <li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
  47. </li>
  48. </ul>
  49. <p><strong>Download</strong></p>
  50. <ul>
  51. <li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
  52. </li>
  53. <li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
  54. </li>
  55. </ul>
  56. <p><strong>Get Involved</strong></p>
  57. <ul>
  58. <li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
  59. </li>
  60. <li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
  61. </li>
  62. <li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
  63. </li>
  64. <li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  65. </li>
  66. <li> <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
  67. </li>
  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="Ant 2.0 Requirements"><strong>Ant 2.0 Requirements</strong></a>
  75. </font>
  76. </td></tr>
  77. <tr><td>
  78. <blockquote>
  79. <p>Ant has been in use for quite some time and has been used in ways never conceived when it
  80. was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there
  81. are a number of limitations and inconsistencies that are now apparent and which need to
  82. be addressed.
  83. </p>
  84. <p>
  85. As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
  86. encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
  87. <ul>
  88. <li>Define the "contract" with build file writers to which Ant will be bound.</li>
  89. <li>Define the "contract" between the Ant core and Task writers.</li>
  90. <li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
  91. <li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
  92. <li>Make Ant more regular and logical.</li>
  93. </ul>
  94. It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
  95. make this the last time that will happen.
  96. </p>
  97. <p>
  98. To advance the definition of Ant, user requirements are now being accepted on the
  99. Ant-Dev mailing list. Any requirement will be accepted for consideration. The
  100. requirements are being collected into a document which is available
  101. <a href="/ant/ant2/requested-features.txt">on-line</a>. New features will be excepted
  102. until March 21st, 2001. At that time, each requirement will be discussed
  103. for inclusion in an Ant 2.0 requirement document.
  104. </p>
  105. <p>
  106. For your reference some of the goals which have shaped the development of Ant 1.x are
  107. available <a href="/ant/ant2/original-specification.html">here</a>. These continue to be
  108. relevant to Ant 2.0.
  109. </p>
  110. <p>
  111. If you want to shape the future of Ant, join the
  112. <a href="/site/mail.html">Ant-Dev mailing list</a> and contribute
  113. your ideas.
  114. </p>
  115. </blockquote>
  116. </td></tr>
  117. </table>
  118. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  119. <tr><td bgcolor="#525D76">
  120. <font color="#ffffff" face="arial,helvetica,sanserif">
  121. <a name="Ant 1.3 Released"><strong>Ant 1.3 Released</strong></a>
  122. </font>
  123. </td></tr>
  124. <tr><td>
  125. <blockquote>
  126. <p>
  127. Ant 1.3 has been released after going through three betas. Thanks to everyone who
  128. took the time to test the beta and report bugs and enhancements.
  129. </p>
  130. <p>You can download the release from
  131. <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/">here</a>.
  132. Both source and binary releases are available in zip, tarball and RPM formats.
  133. </p>
  134. <p>Please report all bugs using the
  135. <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Apache Bugzilla</a>
  136. </p>
  137. </blockquote>
  138. </td></tr>
  139. </table>
  140. </td>
  141. </tr>
  142. <!-- FOOTER -->
  143. <tr><td colspan="2">
  144. <hr noshade="" size="1"/>
  145. </td></tr>
  146. <tr><td colspan="2">
  147. <div align="center"><font color="#525D76" size="-1"><em>
  148. Copyright &#169; 1999-2001, Apache Software Foundation
  149. </em></font></div>
  150. </td></tr>
  151. </table>
  152. </body>
  153. </html>
  154. <!-- end the processing -->