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

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