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.5 kB

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