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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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>Apache Ant - 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 align="left">
  18. <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
  19. </td>
  20. <td align="center">
  21. <a href="http://www.javaworld.com"><img src="images/jw_ec_logo_finalist2002.gif" border="0"/></a>
  22. </td>
  23. <td align="right">
  24. <a href="http://jakarta.apache.org/ant/"><img src="./artwork/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
  25. </td>
  26. </tr>
  27. </table>
  28. <table border="0" width="100%" cellspacing="4">
  29. <tr><td colspan="2">
  30. <hr noshade="" size="1"/>
  31. </td></tr>
  32. <tr>
  33. <!-- LEFT SIDE NAVIGATION -->
  34. <td valign="top" nowrap="true">
  35. <p><strong>Apache Ant</strong></p>
  36. <ul>
  37. <li> <a href="./index.html">Front Page</a>
  38. </li>
  39. <li> <a href="./antnews.html">News</a>
  40. </li>
  41. <li> <a href="./manual/index.html">Documentation</a>
  42. </li>
  43. <li> <a href="./projects.html">Related Projects</a>
  44. </li>
  45. <li> <a href="./external.html">External Tools and Tasks</a>
  46. </li>
  47. <li> <a href="./resources.html">Resources</a>
  48. </li>
  49. <li> <a href="./faq.html">Ant FAQ</a>
  50. </li>
  51. <li> <a href="./problems.html">Having Problems?</a>
  52. </li>
  53. </ul>
  54. <p><strong>Download</strong></p>
  55. <ul>
  56. <li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
  57. </li>
  58. <li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
  59. </li>
  60. </ul>
  61. <p><strong>Jakarta</strong></p>
  62. <ul>
  63. <li> <a href="http://jakarta.apache.org/site/news.html">News & Status</a>
  64. </li>
  65. <li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
  66. </li>
  67. <li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
  68. </li>
  69. <li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
  70. </li>
  71. </ul>
  72. <p><strong>Get Involved</strong></p>
  73. <ul>
  74. <li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
  75. </li>
  76. <li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
  77. </li>
  78. <li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
  79. </li>
  80. <li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  81. </li>
  82. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
  83. </li>
  84. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a>
  85. </li>
  86. </ul>
  87. </td>
  88. <td align="left" valign="top">
  89. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  90. <tr><td bgcolor="#525D76">
  91. <font color="#ffffff" face="arial,helvetica,sanserif">
  92. <a name="Java 1.4 Support"><strong>Java 1.4 Support</strong></a>
  93. </font>
  94. </td></tr>
  95. <tr><td>
  96. <blockquote>
  97. <h3>Feb 15, 2002: Java 1.4 Support</h3>
  98. <p>
  99. Java 1.4 has now been released by Sun. The latest Ant source supports
  100. the new <tt>assert</tt> statement in the compiler task via the <tt>source</tt>
  101. attribute. It also contains a compatibility fix needed for some ant tasks
  102. on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
  103. please use a recent build or compile your own version from the source tree.
  104. </p>
  105. </blockquote>
  106. </td></tr>
  107. </table>
  108. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  109. <tr><td bgcolor="#525D76">
  110. <font color="#ffffff" face="arial,helvetica,sanserif">
  111. <a name="Vote for a Logo"><strong>Vote for a Logo</strong></a>
  112. </font>
  113. </td></tr>
  114. <tr><td>
  115. <blockquote>
  116. <h3>Polls have closed</h3>
  117. <p>
  118. Thanks for voting!
  119. </p>
  120. <p>*drum roll* - <a href="logocontest.html">and the winners are....</a></p>
  121. </blockquote>
  122. </td></tr>
  123. </table>
  124. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  125. <tr><td bgcolor="#525D76">
  126. <font color="#ffffff" face="arial,helvetica,sanserif">
  127. <a name="Ant 1.4.1"><strong>Ant 1.4.1</strong></a>
  128. </font>
  129. </td></tr>
  130. <tr><td>
  131. <blockquote>
  132. <h3>11 October 2001 Ant 1.4.1 released !</h3>
  133. <p>Please visit the
  134. <a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/">
  135. download area</a>.
  136. </p>
  137. </blockquote>
  138. </td></tr>
  139. </table>
  140. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  141. <tr><td bgcolor="#525D76">
  142. <font color="#ffffff" face="arial,helvetica,sanserif">
  143. <a name="Ant 2.0 Requirements Collected - Next is Design"><strong>Ant 2.0 Requirements Collected - Next is Design</strong></a>
  144. </font>
  145. </td></tr>
  146. <tr><td>
  147. <blockquote>
  148. <p>A commented version of the collected user requirements is now
  149. available <a href="ant2/features.html">here</a> - it is not
  150. complete as some details still have to be defined, but it should
  151. give you an idea of what Ant2 is going to look like.</p>
  152. <p>Several details can only be decided in the light of real code
  153. and prototypes. Several people are working on prototypes (that
  154. can be found in Ant's CVS module in the proposals directory) and
  155. discussion is going on on the Ant-Dev mailing list.</p>
  156. </blockquote>
  157. </td></tr>
  158. </table>
  159. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  160. <tr><td bgcolor="#525D76">
  161. <font color="#ffffff" face="arial,helvetica,sanserif">
  162. <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>
  163. </font>
  164. </td></tr>
  165. <tr><td>
  166. <blockquote>
  167. <p>Sun has released an introductory article on Ant on their
  168. 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>
  169. </blockquote>
  170. </td></tr>
  171. </table>
  172. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  173. <tr><td bgcolor="#525D76">
  174. <font color="#ffffff" face="arial,helvetica,sanserif">
  175. <a name="Ant 2.0 Requirements"><strong>Ant 2.0 Requirements</strong></a>
  176. </font>
  177. </td></tr>
  178. <tr><td>
  179. <blockquote>
  180. <p>Ant has been in use for quite some time and has been used in ways never conceived when it
  181. was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there
  182. are a number of limitations and inconsistencies that are now apparent and which need to
  183. be addressed.
  184. </p>
  185. <p>
  186. As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
  187. encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
  188. <ul>
  189. <li>Define the "contract" with build file writers to which Ant will be bound.</li>
  190. <li>Define the "contract" between the Ant core and Task writers.</li>
  191. <li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
  192. <li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
  193. <li>Make Ant more regular and logical.</li>
  194. </ul>
  195. It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
  196. make this the last time that will happen.
  197. </p>
  198. <p>
  199. To advance the definition of Ant, user requirements are now being accepted on the
  200. Ant-Dev mailing list. Any requirement will be accepted for consideration. The
  201. requirements are being collected into a document which is available
  202. <a href="ant2/requested-features.txt">on-line</a>. New features will be excepted
  203. until March 21st, 2001. At that time, each requirement will be discussed
  204. for inclusion in an Ant 2.0 requirement document.
  205. </p>
  206. <p>
  207. For your reference some of the goals which have shaped the development of Ant 1.x are
  208. available <a href="ant2/original-specification.html">here</a>. These continue to be
  209. relevant to Ant 2.0.
  210. </p>
  211. <p>
  212. If you want to shape the future of Ant, join the
  213. <a href="http://jakarta.apache.org/site/mail.html">Ant-Dev mailing list</a> and contribute
  214. your ideas.
  215. </p>
  216. </blockquote>
  217. </td></tr>
  218. </table>
  219. </td>
  220. </tr>
  221. <!-- FOOTER -->
  222. <tr><td colspan="2">
  223. <hr noshade="" size="1"/>
  224. </td></tr>
  225. <tr><td colspan="2">
  226. <div align="center"><font color="#525D76" size="-1"><em>
  227. Copyright &#169; 2000-2002, Apache Software Foundation
  228. </em></font></div>
  229. </td></tr>
  230. </table>
  231. </body>
  232. </html>
  233. <!-- end the processing -->