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

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