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 7.6 kB

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