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

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