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

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