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.xml 6.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="">Conor MacNeill</author>
  5. <author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
  6. <title>Ant News</title>
  7. </properties>
  8. <body>
  9. <section name="Ant 1.5Beta2">
  10. <h3>June 1, 2002 - Ant 1.5 Beta2 Available!</h3>
  11. <p>The second beta version of Ant 1.5 is now available for
  12. <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/">
  13. download</a>. If you have any feedback on the beta feel free to join the
  14. discussion on the ant-dev and ant-user mailing lists.
  15. </p>
  16. </section>
  17. <section name="Ant 1.5Beta1">
  18. <h3>Ant 1.5 Beta1 Available !</h3>
  19. <p>The first beta version of Ant 1.5 is now available for
  20. <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/">
  21. download</a>. If you have any feedback on the beta feel free to join the
  22. discussion on the ant-dev and ant-user mailing lists.
  23. </p>
  24. </section>
  25. <section name="Ant wins again!">
  26. <h3>Apr 29, 2002: Ant wins <em>Software Development</em> magazine&apos;s
  27. 2002 Productivity Award.</h3>
  28. <p>
  29. Ant has been awarded a <strong>2002 Productivity Award</strong> by
  30. <a href="http://www.sdmagazine.com/"><em>Software Development</em></a>
  31. magazine. Read the
  32. <a href="http://www.sdmagazine.com/jolts/press_release_4-26-02.htm">
  33. press release</a> for more information and the full list of winners.
  34. </p>
  35. </section>
  36. <section name="Ant has won!">
  37. <h3>Mar 26, 2002: Ant wins the JavaWorld Editors&apos; Choice
  38. Award</h3>
  39. <p>Ant has won the JavaWorld Editors&apos; Choice Award for
  40. <strong>Most Useful Java Community-Developed Technology</strong>.
  41. Read the
  42. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards.html
  43. "> full article</a> -- or jump directly to the bit about
  44. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards-p3.html"> our award</a> <code>:)</code></p>
  45. </section>
  46. <section name="Java 1.4 Support">
  47. <h3>Feb 15, 2002: Java 1.4 Support</h3>
  48. <p>
  49. Java 1.4 has now been released by Sun. The latest Ant source supports
  50. the new <tt>assert</tt> statement in the compiler task via the <tt>source</tt>
  51. attribute. It also contains a compatibility fix needed for some ant tasks
  52. on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
  53. please use a recent build or compile your own version from the source tree.
  54. </p>
  55. </section>
  56. <section name="See our new logo!">
  57. <h3>Have a look at our new cool logo!</h3>
  58. </section>
  59. <section name="Ant 1.4.1">
  60. <h3>11 October 2001 Ant 1.4.1 released !</h3>
  61. <p>Please visit the
  62. <a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/">
  63. download area</a>.
  64. </p>
  65. </section>
  66. <section name="Ant 2.0 Requirements Collected - Next is Design">
  67. <p>A commented version of the collected user requirements is now
  68. available <a href="ant2/features.html">here</a> - it is not
  69. complete as some details still have to be defined, but it should
  70. give you an idea of what Ant2 is going to look like.</p>
  71. <p>Several details can only be decided in the light of real code
  72. and prototypes. Several people are working on prototypes (that
  73. can be found in Ant's CVS module in the proposals directory) and
  74. discussion is going on on the Ant-Dev mailing list.</p>
  75. </section>
  76. <section name="Best-Practices Profile of Ant at Sun&apos;s Dot-Com Builder">
  77. <p>Sun has released an introductory article on Ant on their
  78. Dot-Com Builder site on May&#160;30&#160;2001. See <a
  79. href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
  80. </section>
  81. <section name="Ant 2.0 Requirements">
  82. <p>Ant has been in use for quite some time and has been used in ways never conceived when it
  83. was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there
  84. are a number of limitations and inconsistencies that are now apparent and which need to
  85. be addressed.
  86. </p>
  87. <p>
  88. As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
  89. encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
  90. <ul>
  91. <li>Define the "contract" with build file writers to which Ant will be bound.</li>
  92. <li>Define the "contract" between the Ant core and Task writers.</li>
  93. <li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
  94. <li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
  95. <li>Make Ant more regular and logical.</li>
  96. </ul>
  97. It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
  98. make this the last time that will happen.
  99. </p>
  100. <p>
  101. To advance the definition of Ant, user requirements are now being accepted on the
  102. Ant-Dev mailing list. Any requirement will be accepted for consideration. The
  103. requirements are being collected into a document which is available
  104. <a href="ant2/requested-features.txt">on-line</a>. New features will be excepted
  105. until March 21st, 2001. At that time, each requirement will be discussed
  106. for inclusion in an Ant 2.0 requirement document.
  107. </p>
  108. <p>
  109. For your reference some of the goals which have shaped the development of Ant 1.x are
  110. available <a href="ant2/original-specification.html">here</a>. These continue to be
  111. relevant to Ant 2.0.
  112. </p>
  113. <p>
  114. If you want to shape the future of Ant, join the
  115. <a href="http://jakarta.apache.org/site/mail.html">Ant-Dev mailing list</a> and contribute
  116. your ideas.
  117. </p>
  118. </section>
  119. </body>
  120. </document>