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

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