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

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